diff --git a/.vs/omega/v16/.suo b/.vs/omega/v16/.suo index 47af3c3a..71b8b090 100644 Binary files a/.vs/omega/v16/.suo and b/.vs/omega/v16/.suo differ diff --git a/Assets/Inventory/EquipmentInfo.cs b/Assets/Inventory/EquipmentInfo.cs index ddd2820a..b09edf39 100644 --- a/Assets/Inventory/EquipmentInfo.cs +++ b/Assets/Inventory/EquipmentInfo.cs @@ -12,6 +12,9 @@ public class EquipmentInfo : MonoBehaviour [SerializeField] private Image icon; [SerializeField] private Button AddButton; + [SerializeField] private GameObject parentForCard; + private List linkList = new List(); + private void Awake() { if (main != null && main != this) @@ -37,5 +40,40 @@ public class EquipmentInfo : MonoBehaviour AddButton.GetComponentInChildren().text = "UnEquip"; else AddButton.GetComponentInChildren().text = "Equip"; + InstantiateCard(_index); + } + + public void InstantiateCard(int _num) + { + for (int i = 0; i < linkList.Count; i++) + { + Destroy(linkList[i]); + } + linkList.Clear(); + + List _localList = new List(); + for (int i = 0; i < Inventory.main.allEquipment[_num].GetComponent().equipmentConfig.equipmentCharacteristics.equipmentCards.Length; i++) + { + if (_localList.Contains(Inventory.main.allEquipment[_num].GetComponent().equipmentConfig.equipmentCharacteristics.equipmentCards[i]) == false) + _localList.Add(Inventory.main.allEquipment[_num].GetComponent().equipmentConfig.equipmentCharacteristics.equipmentCards[i]); + } + + float _x; + + if (_localList.Count % 2 == 0) + _x = -(50f + 50f * (_localList.Count / 2)); + else + _x = -(50 * Mathf.Ceil(_localList.Count / 2)); + + print(_x); + + for (int i = 0; i < _localList.Count; i++) + { + GameObject link = Instantiate(_localList[i], parentForCard.transform); + linkList.Add(link); + link.transform.localPosition = new Vector3(_x, 0, 0); + link.transform.localScale = new Vector3(0.6f, 0.6f, 0.6f); + _x += 200f; + } } } diff --git a/Assets/Prefabs/InventoryCanvas.prefab b/Assets/Prefabs/InventoryCanvas.prefab index a8bd338b..21a76224 100644 --- a/Assets/Prefabs/InventoryCanvas.prefab +++ b/Assets/Prefabs/InventoryCanvas.prefab @@ -222,8 +222,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -1.2418, y: 3.3745} - m_SizeDelta: {x: 468.9182, y: 330.9774} + m_AnchoredPosition: {x: -1.2418, y: 97} + m_SizeDelta: {x: 468.9182, y: 188.1162} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &206430319105238953 CanvasRenderer: @@ -520,6 +520,7 @@ RectTransform: - {fileID: 206430320884459161} - {fileID: 206430319936843622} - {fileID: 206430319105238951} + - {fileID: 9067015791265231710} - {fileID: 206430320312750927} m_Father: {fileID: 206430320161201523} m_RootOrder: 3 @@ -1085,8 +1086,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.0010834, y: -0.00043488} - m_SizeDelta: {x: 532.08, y: 365.28} + m_AnchoredPosition: {x: -0.001083374, y: 95.08185} + m_SizeDelta: {x: 532.08, y: 207.6126} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &206430319936843624 CanvasRenderer: @@ -1692,6 +1693,7 @@ MonoBehaviour: desqription: {fileID: 206430319105238952} icon: {fileID: 206430319185765537} AddButton: {fileID: 206430320312750929} + parentForCard: {fileID: 6543256374814840070} --- !u!114 &206430320227353282 MonoBehaviour: m_ObjectHideFlags: 0 @@ -2129,7 +2131,7 @@ RectTransform: m_Children: - {fileID: 206430320933441884} m_Father: {fileID: 206430319233418357} - m_RootOrder: 3 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} @@ -3026,8 +3028,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -0.0021744, y: -0.00043488} - m_SizeDelta: {x: 532.08, y: 365.28} + m_AnchoredPosition: {x: -0.0021743774, y: 95.08185} + m_SizeDelta: {x: 532.08, y: 207.6126} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &206430320884459163 CanvasRenderer: @@ -3146,3 +3148,38 @@ MonoBehaviour: m_VerticalOverflow: 0 m_LineSpacing: 1 m_Text: Add +--- !u!1 &6543256374814840070 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 9067015791265231710} + m_Layer: 5 + m_Name: CardParent + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &9067015791265231710 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6543256374814840070} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1.08, y: 1.08, z: 1.08} + m_Children: [] + m_Father: {fileID: 206430319233418357} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} + m_AnchoredPosition: {x: 16, y: -108} + m_SizeDelta: {x: 100, y: 100} + m_Pivot: {x: 0.5, y: 0.5} diff --git a/Library/ArtifactDB b/Library/ArtifactDB index 376efbd1..2e415795 100644 Binary files a/Library/ArtifactDB and b/Library/ArtifactDB differ diff --git a/Library/CurrentLayout-default.dwlt b/Library/CurrentLayout-default.dwlt index 55cdcbaf..767783da 100644 --- a/Library/CurrentLayout-default.dwlt +++ b/Library/CurrentLayout-default.dwlt @@ -19,7 +19,7 @@ MonoBehaviour: width: 1920 height: 997 m_ShowMode: 4 - m_Title: Inspector + m_Title: Game m_RootView: {fileID: 6} m_MinSize: {x: 875, y: 542} m_MaxSize: {x: 10000, y: 10000} @@ -48,7 +48,7 @@ MonoBehaviour: m_MinSize: {x: 678, y: 492} m_MaxSize: {x: 14001, y: 14042} vertical: 0 - controlID: 77 + controlID: 19 --- !u!114 &3 MonoBehaviour: m_ObjectHideFlags: 52 @@ -226,7 +226,7 @@ MonoBehaviour: m_MinSize: {x: 403, y: 492} m_MaxSize: {x: 10001, y: 14042} vertical: 1 - controlID: 17 + controlID: 20 --- !u!114 &10 MonoBehaviour: m_ObjectHideFlags: 52 @@ -251,7 +251,7 @@ MonoBehaviour: m_MinSize: {x: 403, y: 221} m_MaxSize: {x: 8003, y: 4021} vertical: 0 - controlID: 129 + controlID: 21 --- !u!114 &11 MonoBehaviour: m_ObjectHideFlags: 52 @@ -262,7 +262,7 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: SceneView + m_Name: GameView m_EditorClassIdentifier: m_Children: [] m_Position: @@ -273,13 +273,13 @@ MonoBehaviour: height: 589 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 16} + m_ActualView: {fileID: 17} m_Panes: - {fileID: 16} - {fileID: 17} - {fileID: 12} - m_Selected: 0 - m_LastSelected: 1 + m_Selected: 1 + m_LastSelected: 0 --- !u!114 &12 MonoBehaviour: m_ObjectHideFlags: 52 @@ -343,22 +343,22 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Prefabs/Incidents + - Assets/Prefabs m_Globs: [] m_OriginalText: m_ViewMode: 1 m_StartGridSize: 64 m_LastFolders: - - Assets/Prefabs/Incidents + - Assets/Prefabs m_LastFoldersGridSize: -1 m_LastProjectPath: "E:\\Projects \u0441#\\Unity\\omega" m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 79} - m_SelectedIDs: 2c480000 - m_LastClickedID: 18476 - m_ExpandedIDs: 000000000447000010470000144700001a4700001c4700002c48000000ca9a3b + scrollPos: {x: 0, y: 35} + m_SelectedIDs: 10470000 + m_LastClickedID: 18192 + m_ExpandedIDs: 00000000044700001047000014470000ea4f000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -506,10 +506,10 @@ MonoBehaviour: m_ViewDataDictionary: {fileID: 0} m_SceneHierarchy: m_TreeViewState: - scrollPos: {x: 0, y: 0} - m_SelectedIDs: de9c0000 - m_LastClickedID: 40158 - m_ExpandedIDs: ae08ffff2409ffff3009ffff920bffff101fffff3a51ffff4651ffffca52ffff7cacfffff2b1fffffeb1ffffd4b7ffffe4b7ffffa0b8ffffe6b9ffff50e8ffff80e8ffff90e8ffff20e9ffff34e9ffff4ce9ffff3efbffffa243000010440000e8560000105700004857000074570000e6670000ac7a0000107b000086930000cc980000de980000f4980000f8980000dc990000769c0000e49c0000de9d0000569e0000 + scrollPos: {x: 0, y: 38} + m_SelectedIDs: bcbc0000 + m_LastClickedID: 48316 + m_ExpandedIDs: 9abafdffa6bafdffacbb0000c0bb0000c4bb0000e4bb000000bc000004bc000008bc00001cbc00002ebc000038bc000044bc000058bc000084bc000086bc0000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -561,17 +561,17 @@ MonoBehaviour: m_ShowContextualTools: 0 m_WindowGUID: 3ef1e1e8478a5bf46bae8e1fc58f7e8b m_Gizmos: 1 - m_OverrideSceneCullingMask: 6917529027641081856 - m_SceneIsLit: 1 + m_OverrideSceneCullingMask: 0 + m_SceneIsLit: 0 m_SceneLighting: 1 m_2DMode: 1 m_isRotationLocked: 0 m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 1195.1128, y: 502.19647, z: -890.6443} + m_Target: {x: 1832.7976, y: 242.9706, z: -81.38406} speed: 2 - m_Value: {x: 1815.1154, y: 723.3165, z: -46.856453} + m_Value: {x: 1832.7976, y: 242.9706, z: -81.38406} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -583,7 +583,7 @@ MonoBehaviour: m_SceneViewState: m_AlwaysRefresh: 0 showFog: 1 - showSkybox: 1 + showSkybox: 0 showFlares: 1 showImageEffects: 1 showParticleSystems: 1 @@ -622,9 +622,9 @@ MonoBehaviour: speed: 2 m_Value: {x: 0, y: 0, z: 0, w: 1} m_Size: - m_Target: 742.39276 + m_Target: 830.07434 speed: 2 - m_Value: 948.5511 + m_Value: 830.07434 m_Ortho: m_Target: 1 speed: 2 diff --git a/Library/SceneVisibilityState.asset b/Library/SceneVisibilityState.asset index 09769f28..681e012d 100644 Binary files a/Library/SceneVisibilityState.asset and b/Library/SceneVisibilityState.asset differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.dll b/Library/ScriptAssemblies/Assembly-CSharp.dll index 44c22ea9..5def2ec7 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Library/ScriptAssemblies/Assembly-CSharp.pdb index b74b8c14..75455078 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Library/ShaderCache/EditorEncounteredVariants b/Library/ShaderCache/EditorEncounteredVariants index 7e2d4ca8..70a008b9 100644 Binary files a/Library/ShaderCache/EditorEncounteredVariants and b/Library/ShaderCache/EditorEncounteredVariants differ diff --git a/Library/SourceAssetDB b/Library/SourceAssetDB index 7e253e03..12ca7ba3 100644 Binary files a/Library/SourceAssetDB and b/Library/SourceAssetDB differ diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log index 83561939..65a5ac3d 100644 --- a/Logs/AssetImportWorker0-prev.log +++ b/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ E:/Projects с#/Unity/omega -logFile Logs/AssetImportWorker0.log -srvPort -54692 +57099 Successfully changed project path to: E:/Projects с#/Unity/omega E:/Projects с#/Unity/omega Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 30.93 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 29.72 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.19f1 (68f137dc9bbe) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Resources/UnitySubsystems @@ -35,89 +35,89 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56576 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56276 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001105 seconds. +Registered in 0.001341 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 33.92 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 34.80 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.583 seconds +- Completed reload, in 1.555 seconds Domain Reload Profiling: - ReloadAssembly (1583ms) - BeginReloadAssembly (37ms) + ReloadAssembly (1555ms) + BeginReloadAssembly (40ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (309ms) - LoadAssemblies (36ms) + EndReloadAssembly (334ms) + LoadAssemblies (38ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (99ms) + SetupTypeCache (113ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (25ms) - SetupLoadedEditorAssemblies (131ms) + RebuildScriptCaches (27ms) + SetupLoadedEditorAssemblies (139ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (34ms) - BeforeProcessingInitializeOnLoad (13ms) - ProcessInitializeOnLoadAttributes (60ms) - ProcessInitializeOnLoadMethodAttributes (20ms) + RefreshPlugins (35ms) + BeforeProcessingInitializeOnLoad (14ms) + ProcessInitializeOnLoadAttributes (64ms) + ProcessInitializeOnLoadMethodAttributes (22ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.001274 seconds. +Registered in 0.001403 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 30.01 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 32.55 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.010 seconds +- Completed reload, in 0.997 seconds Domain Reload Profiling: - ReloadAssembly (1010ms) - BeginReloadAssembly (101ms) + ReloadAssembly (997ms) + BeginReloadAssembly (91ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (13ms) - EndReloadAssembly (865ms) - LoadAssemblies (259ms) + CreateAndSetChildDomain (12ms) + EndReloadAssembly (867ms) + LoadAssemblies (288ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (183ms) + SetupTypeCache (179ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (40ms) - SetupLoadedEditorAssemblies (297ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (275ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (30ms) - BeforeProcessingInitializeOnLoad (57ms) - ProcessInitializeOnLoadAttributes (188ms) - ProcessInitializeOnLoadMethodAttributes (13ms) - AfterProcessingInitializeOnLoad (6ms) + RefreshPlugins (33ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (4ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping ======================================================================== Worker process is ready to serve import requests Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds -Refreshing native plugins compatible for Editor in 0.53 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2140 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 96.2 MB. -System memory in use after: 96.3 MB. +System memory in use before: 96.3 MB. +System memory in use after: 96.4 MB. -Unloading 26 unused Assets to reduce memory usage. Loaded Objects now: 2580. -Total: 2.245300 ms (FindLiveObjects: 0.138400 ms CreateObjectMapping: 0.050200 ms MarkObjects: 1.987300 ms DeleteObjects: 0.068400 ms) +Unloading 26 unused Assets to reduce memory usage. Loaded Objects now: 2581. +Total: 2.062300 ms (FindLiveObjects: 0.127300 ms CreateObjectMapping: 0.048400 ms MarkObjects: 1.828900 ms DeleteObjects: 0.056800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -131,1264 +131,184 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - path: Assets/Scripts/Configs/CardConfigs/MassiveDamage.asset - artifactKey: Guid(fb9c61e1fbe230545b62b2dc4cdb1472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/MassiveDamage.asset using Guid(fb9c61e1fbe230545b62b2dc4cdb1472) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4ecc2e5b9137d6cd3166b62689f231ee') in 0.022615 seconds - Import took 0.025097 seconds . + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '90b2eef540496717ff6a1be60b206017') in 0.067069 seconds + Import took 0.069806 seconds . ======================================================================== Received Import Request. - Time since last request: 198.380543 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack - artifactKey: Guid(bd62c0acde31e304aae3d9496c755d1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack using Guid(bd62c0acde31e304aae3d9496c755d1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7ba0ca1daf8dad3182f5b97c9f1ae90f') in 0.000911 seconds - Import took 0.003738 seconds . + Time since last request: 13.925603 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '015bf1e685d8f2538f2ee14ebd59bd34') in 0.006251 seconds + Import took 0.008982 seconds . ======================================================================== Received Import Request. - Time since last request: 12.550983 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/CardConfig.asset - artifactKey: Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/CardConfig.asset using Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dad7101466f63977ed1b0530dd9e88dd') in 0.011102 seconds - Import took 0.031190 seconds . + Time since last request: 867.649059 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7df9549939cdc82fa3f933515fea99d0') in 0.008572 seconds + Import took 0.011815 seconds . ======================================================================== Received Import Request. - Time since last request: 36.308522 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerShot.asset - artifactKey: Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerShot.asset using Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cc2dcf4ce18a455c027fe6689bd1b2e1') in 0.010231 seconds - Import took 0.012665 seconds . + Time since last request: 6.437526 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '44e9031a565cd8c67bab00ccb622388b') in 0.007936 seconds + Import took 0.010729 seconds . ======================================================================== Received Import Request. - Time since last request: 34.094031 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerPunch.asset - artifactKey: Guid(76105e2f25c4ef84f8fef3aef6952e4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerPunch.asset using Guid(76105e2f25c4ef84f8fef3aef6952e4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3114891fd95ee4674810669911ea207b') in 0.002524 seconds - Import took 0.004857 seconds . + Time since last request: 12.913762 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3e998386ead49643a15bacb62559bd7') in 0.007911 seconds + Import took 0.010639 seconds . ======================================================================== Received Import Request. - Time since last request: 30.954620 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerRepair.asset - artifactKey: Guid(2659319b29f84274b9d92bc409d7a890) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerRepair.asset using Guid(2659319b29f84274b9d92bc409d7a890) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '056cacdf5f6f243f97eb75a58a64bad5') in 0.002580 seconds - Import took 0.004856 seconds . + Time since last request: 43.179987 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '956710272f957ef0c971d8668de2fbe2') in 0.009886 seconds + Import took 0.012884 seconds . ======================================================================== Received Import Request. - Time since last request: 17.062393 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerReload.asset - artifactKey: Guid(02eb0e667fd5df54692925d9295c038d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerReload.asset using Guid(02eb0e667fd5df54692925d9295c038d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '830d61f8f446cfbb84cf8d0394cf923e') in 0.010857 seconds - Import took 0.013317 seconds . + Time since last request: 9.893876 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd007287f9ac21c266fc6301924bd4f12') in 0.007778 seconds + Import took 0.019477 seconds . ======================================================================== Received Import Request. - Time since last request: 21.399020 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerValley.asset - artifactKey: Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerValley.asset using Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '40b6b08f3bfbcaa75aa1089eeae7dbec') in 0.008642 seconds - Import took 0.011844 seconds . + Time since last request: 914.263273 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48d0e647bd8ab1193b9b53b41627cca5') in 0.012278 seconds + Import took 0.015730 seconds . ======================================================================== Received Import Request. - Time since last request: 8.081750 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset - artifactKey: Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset using Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe85b2426492c1f17782a2463f2dc74d') in 0.006506 seconds - Import took 0.008898 seconds . + Time since last request: 16.259621 seconds. + path: Assets/Scenes/Inventory.unity + artifactKey: Guid(c0f2ab0c52da4e04fa0f6cb87378dd5a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/Inventory.unity using Guid(c0f2ab0c52da4e04fa0f6cb87378dd5a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2167f8e4f035476575215bcc7d1f137c') in 0.018471 seconds + Import took 0.020846 seconds . ======================================================================== Received Import Request. - Time since last request: 173.014544 seconds. - path: Assets/Graphics/CardIcons/png-transparent-computer-icons-punch-fist-fist-text-logo-thumb-signal-thumbnail-removebg-preview.png - artifactKey: Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/CardIcons/png-transparent-computer-icons-punch-fist-fist-text-logo-thumb-signal-thumbnail-removebg-preview.png using Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e5347a51732ac4110b338ff1efe3de36') in 0.055194 seconds - Import took 0.057653 seconds . + Time since last request: 25.420322 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b8c869771a11dad40a8a5eb0bd32e0e2') in 0.007771 seconds + Import took 0.010537 seconds . ======================================================================== Received Import Request. - Time since last request: 10.964495 seconds. - path: Assets/Graphics/CardIcons/punch.png - artifactKey: Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/CardIcons/punch.png using Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1cea229ce66fa48a6ddf281141cd2ffb') in 0.032009 seconds - Import took 0.034434 seconds . + Time since last request: 2.607689 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f85c16bb72866ffb109aac4f71cd090c') in 0.014795 seconds + Import took 0.017570 seconds . ======================================================================== Received Import Request. - Time since last request: 8.003065 seconds. - path: Assets/Graphics/CardIcons/Punch.png - artifactKey: Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/CardIcons/Punch.png using Guid(41c5f25523adf77439f22f6aec36b032) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5538781aecf176c67afd4a40141236fb') in 0.015303 seconds - Import took 0.017837 seconds . + Time since last request: 3.619011 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c568523c6239d88b4d91d93a19655f14') in 0.009844 seconds + Import took 0.012659 seconds . ======================================================================== Received Import Request. - Time since last request: 29.274389 seconds. - path: Assets/Graphics/CardIcons/NaVylet.png - artifactKey: Guid(9e63c26e66e64e841b4b52c94e08a31b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/CardIcons/NaVylet.png using Guid(9e63c26e66e64e841b4b52c94e08a31b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97f8b7ae0789b18338446140ebf6684b') in 0.019017 seconds - Import took 0.021565 seconds . + Time since last request: 10.274973 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b6e27eee7cff96626a0c585906ea0d64') in 0.008055 seconds + Import took 0.010832 seconds . ======================================================================== Received Import Request. - Time since last request: 7.780914 seconds. - path: Assets/Prefabs/Equipment - artifactKey: Guid(4f16d7c7cbc53f94c80d77ebe7afac19) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment using Guid(4f16d7c7cbc53f94c80d77ebe7afac19) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '337921d9bb0811b74a3010dd25854eff') in 0.014996 seconds - Import took 0.017370 seconds . + Time since last request: 2.808094 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a49df4857df7351e91b5afb6ece6b07e') in 0.009650 seconds + Import took 0.012418 seconds . ======================================================================== Received Import Request. - Time since last request: 0.044132 seconds. - path: Assets/Prefabs/Equipment/Helmet.prefab - artifactKey: Guid(ca90993e80150994e905b83ffd525f53) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment/Helmet.prefab using Guid(ca90993e80150994e905b83ffd525f53) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '202e276b0152f114bd8bb81fd63fca03') in 0.008045 seconds - Import took 0.010502 seconds . + Time since last request: 41.336811 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3b0624a489f7c379ce7cb3c6d0aba63c') in 0.007589 seconds + Import took 0.010479 seconds . ======================================================================== Received Import Request. - Time since last request: 0.000284 seconds. - path: Assets/Prefabs/Equipment/SniperRifle.prefab - artifactKey: Guid(20d7aac99a8890247b0f02dfffcd690d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment/SniperRifle.prefab using Guid(20d7aac99a8890247b0f02dfffcd690d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89f9a58fa2a833f56a7579be091841d7') in 0.030023 seconds - Import took 0.032469 seconds . + Time since last request: 298.470311 seconds. + path: Assets/Scenes/MainMenu.unity + artifactKey: Guid(ae36a43ecda2f5645878559e1b6f717a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scenes/MainMenu.unity using Guid(ae36a43ecda2f5645878559e1b6f717a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bfd213243d6af28e344214061a77870d') in 0.001570 seconds + Import took 0.004108 seconds . ======================================================================== Received Import Request. - Time since last request: 183.357773 seconds. - path: Assets/Scripts/Configs/EquipmentConfigs/Helmet.asset - artifactKey: Guid(cef48dfa004f93244ad5c6fedaede304) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/EquipmentConfigs/Helmet.asset using Guid(cef48dfa004f93244ad5c6fedaede304) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eea971315b23bce0b2c59cfb34475a3c') in 0.012282 seconds - Import took 0.014684 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000275 seconds. - path: Assets/Scripts/Configs/EquipmentConfigs/SniperRifle.asset - artifactKey: Guid(f6ea61a22b102dd45bceed1c63f6563a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/EquipmentConfigs/SniperRifle.asset using Guid(f6ea61a22b102dd45bceed1c63f6563a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '83ad759e293f4eaf2c67ca578603e1f4') in 0.003066 seconds - Import took 0.005406 seconds . - -======================================================================== -Received Import Request. - Time since last request: 330.389775 seconds. - path: Assets/Prefabs/Cards/RangerPack - artifactKey: Guid(661620a52e6314f43aafbcc509d5e48c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack using Guid(661620a52e6314f43aafbcc509d5e48c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3227cf22ed7a756c0355c3696a0311fc') in 0.001098 seconds - Import took 0.004199 seconds . - -======================================================================== -Received Import Request. - Time since last request: 54.528931 seconds. - path: Assets/Prefabs/Cards/RangerPack/RangerShot.prefab - artifactKey: Guid(46088106d45902148a8d9e0ef9403a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack/RangerShot.prefab using Guid(46088106d45902148a8d9e0ef9403a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c4f51a033b84b3906a699afc8fbae543') in 0.006161 seconds - Import took 0.008630 seconds . - -======================================================================== -Received Import Request. - Time since last request: 35.998660 seconds. - path: Assets/Prefabs/Cards/RangerPack/RangerPunch.prefab - artifactKey: Guid(ea3efead1310ae04eb452494b91748f2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack/RangerPunch.prefab using Guid(ea3efead1310ae04eb452494b91748f2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9aa7f11f13dc97c1c62dbac1753afa1b') in 0.005765 seconds - Import took 0.008261 seconds . - -======================================================================== -Received Import Request. - Time since last request: 39.055036 seconds. - path: Assets/Prefabs/Cards/RangerPack/RangerRepair.prefab - artifactKey: Guid(211e3565aa011c2439e8dca56f661bbc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack/RangerRepair.prefab using Guid(211e3565aa011c2439e8dca56f661bbc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f4b71f3e700113eb1dc0d6eb7c2af0a0') in 0.005670 seconds - Import took 0.008393 seconds . - -======================================================================== -Received Import Request. - Time since last request: 22.538455 seconds. - path: Assets/Prefabs/Cards/RangerPack/RangerReload.prefab - artifactKey: Guid(c0afb3db25c8a664f8547e62ac4cb7e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack/RangerReload.prefab using Guid(c0afb3db25c8a664f8547e62ac4cb7e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54e13b53cb8689119fde461b84479022') in 0.005409 seconds - Import took 0.007975 seconds . - -======================================================================== -Received Import Request. - Time since last request: 37.403755 seconds. - path: Assets/Prefabs/Cards/RangerPack/RangerVolley.prefab - artifactKey: Guid(2cb859909e35ae24da625d9e8bb814a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cards/RangerPack/RangerVolley.prefab using Guid(2cb859909e35ae24da625d9e8bb814a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bd0e01699dcabeebfaf8dcc55a42c51e') in 0.012864 seconds - Import took 0.015371 seconds . - -======================================================================== -Received Import Request. - Time since last request: 33.663268 seconds. - path: Assets/Scripts/Configs/EquipmentConfigs/Ranger.asset - artifactKey: Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/EquipmentConfigs/Ranger.asset using Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bde51a371aead3fa8896307bc7e88ada') in 0.003494 seconds - Import took 0.007486 seconds . - -======================================================================== -Received Import Request. - Time since last request: 26.509517 seconds. - path: Assets/Scripts/Configs/EquipmentConfigs/Ranger Revolver.asset - artifactKey: Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/EquipmentConfigs/Ranger Revolver.asset using Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cca82b0c7203d2ca83fce5721f736e71') in 0.002838 seconds - Import took 0.005402 seconds . - -======================================================================== -Received Import Request. - Time since last request: 186.210030 seconds. - path: Assets/Prefabs/Enemy/Standart/Enemy_1.prefab - artifactKey: Guid(644f958e0b6df60408efa28ad8002e42) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Enemy/Standart/Enemy_1.prefab using Guid(644f958e0b6df60408efa28ad8002e42) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3cb420246648df17dbb5668160f5d630') in 0.224565 seconds - Import took 0.227390 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000150 seconds. - path: Assets/Prefabs/Enemy/Snake.prefab - artifactKey: Guid(2634da93b26caf544937574a522f566a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Enemy/Snake.prefab using Guid(2634da93b26caf544937574a522f566a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd9f862e498362e7127d12e4d894f66af') in 0.011033 seconds - Import took 0.013737 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000188 seconds. - path: Assets/Prefabs/Enemy/MiniGolem.prefab - artifactKey: Guid(f73491b94287ea54ca01b9c32623daf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Enemy/MiniGolem.prefab using Guid(f73491b94287ea54ca01b9c32623daf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a9f0093097cab8472033cd3a9b48bedc') in 0.006564 seconds - Import took 0.009378 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000165 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0b61eeef7a1f36eb9fdf59cb97d10485') in 0.004336 seconds - Import took 0.007065 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000150 seconds. - path: Assets/Prefabs/Equipment/Standart/StandartEquipment.prefab - artifactKey: Guid(7e03dd6cad1cf0944acb124847528cd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment/Standart/StandartEquipment.prefab using Guid(7e03dd6cad1cf0944acb124847528cd7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c3b1a0ec296b3a1fa85d0e75e384b6a7') in 0.002973 seconds - Import took 0.005373 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000167 seconds. - path: Assets/Prefabs/Enemy/Zombie.prefab - artifactKey: Guid(34091b333ae775a4e8248495b8cdae9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Enemy/Zombie.prefab using Guid(34091b333ae775a4e8248495b8cdae9e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7e08f2c8c3d6ac07974682dac2663f7f') in 0.004990 seconds - Import took 0.007715 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000173 seconds. - path: Assets/Prefabs/Enemy/Shaman.prefab - artifactKey: Guid(32d0fb454e08ef24a80a73425416751b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Enemy/Shaman.prefab using Guid(32d0fb454e08ef24a80a73425416751b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a3014b811bcb64335f0a1046c17079ba') in 0.005035 seconds - Import took 0.008035 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000187 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd6291815c6013f027a5e2b4d0ce7c6fa') in 0.006061 seconds - Import took 0.009574 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000206 seconds. - path: Assets/Prefabs/Player/Player.prefab - artifactKey: Guid(c0b94d336afc615439f5c5ef9c7abb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Player/Player.prefab using Guid(c0b94d336afc615439f5c5ef9c7abb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '358fd77b3e9adc34495594f1e3da7f8a') in 0.004606 seconds - Import took 0.007322 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000201 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '01fa387ace5ac06941b1feea474b05f2') in 0.004650 seconds - Import took 0.008195 seconds . - -======================================================================== -Received Import Request. - Time since last request: 33.618947 seconds. - path: Assets/Graphics/Equipment - artifactKey: Guid(27453ed8e60a2a649920539952a03f7c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/Equipment using Guid(27453ed8e60a2a649920539952a03f7c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3424871d285f5ca3a1ebbafa23ba3561') in 0.001448 seconds - Import took 0.003942 seconds . - -======================================================================== -Received Import Request. - Time since last request: 17.084559 seconds. - path: Assets/Graphics/Equipment/Becketts_Blashtech_Sideloader_DG-29_Heavy_Blaster-removebg-preview.png - artifactKey: Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/Equipment/Becketts_Blashtech_Sideloader_DG-29_Heavy_Blaster-removebg-preview.png using Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8abef93b4b721be413baeab12ec76bf3') in 0.016088 seconds - Import took 0.018626 seconds . - -======================================================================== -Received Import Request. - Time since last request: 16.185454 seconds. - path: Assets/Graphics/Equipment/Not as old as it seems.png - artifactKey: Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/Equipment/Not as old as it seems.png using Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0305da579853529e0d0aafefb71eab41') in 0.007679 seconds - Import took 0.010091 seconds . - -======================================================================== -Received Import Request. - Time since last request: 14.336889 seconds. - path: Assets/Graphics/Equipment/RangerRevolver.png - artifactKey: Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Graphics/Equipment/RangerRevolver.png using Guid(7992159a8e36e16449c8babe74cd9ac2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c1fcc0d07a0e6a30afbdb5c983d00934') in 0.013894 seconds - Import took 0.016932 seconds . - -======================================================================== -Received Import Request. - Time since last request: 28.615897 seconds. - path: Assets/Prefabs/Equipment/Standart - artifactKey: Guid(c3c0114203a68f942bd139f60875b64d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment/Standart using Guid(c3c0114203a68f942bd139f60875b64d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '77ae79960ed66697eebccd1b95200d51') in 0.001046 seconds - Import took 0.003555 seconds . - -======================================================================== -Received Import Request. - Time since last request: 20.401937 seconds. - path: Assets/Prefabs/Equipment/RangerRevolver.prefab - artifactKey: Guid(8aa0732a869852142b2d17843c13e432) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Equipment/RangerRevolver.prefab using Guid(8aa0732a869852142b2d17843c13e432) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7d246f55f5d3e3402fe0486a38a0f7ad') in 0.004700 seconds - Import took 0.007278 seconds . + Time since last request: 143.694927 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '723ef9d772502b98d050bc22fc79c4e5') in 0.008576 seconds + Import took 0.011417 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001317 seconds. +Registered in 0.001210 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.772 seconds +- Completed reload, in 0.697 seconds Domain Reload Profiling: - ReloadAssembly (772ms) - BeginReloadAssembly (93ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (635ms) - LoadAssemblies (64ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (42ms) - SetupLoadedEditorAssemblies (250ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (164ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.5 MB. -System memory in use after: 97.6 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2592. -Total: 2.315000 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.045900 ms MarkObjects: 2.070800 ms DeleteObjects: 0.028300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 267.996213 seconds. - path: Assets/Inventory/EquipmentButton.cs - artifactKey: Guid(e7afda5f67c05cc4db52c953c6523a87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Inventory/EquipmentButton.cs using Guid(e7afda5f67c05cc4db52c953c6523a87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5b1b0baa5390445953c1baaf7167601e') in 0.006227 seconds - Import took 0.008686 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.785473 seconds. - path: Assets/Inventory/Inventory.cs - artifactKey: Guid(27f61c9ebd2814b42a0270c39a5dc3fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Inventory/Inventory.cs using Guid(27f61c9ebd2814b42a0270c39a5dc3fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '27959f035d3cdd4f00c674323bc7953d') in 0.000944 seconds - Import took 0.003278 seconds . - -======================================================================== -Received Import Request. - Time since last request: 57.109831 seconds. - path: Assets/Prefabs/BattleScene.unity - artifactKey: Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/BattleScene.unity using Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c22a688a90cf0394a19b897785350618') in 0.010188 seconds - Import took 0.012631 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001821 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.754 seconds -Domain Reload Profiling: - ReloadAssembly (755ms) - BeginReloadAssembly (105ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (32ms) - EndReloadAssembly (599ms) - LoadAssemblies (61ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (190ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (41ms) - SetupLoadedEditorAssemblies (237ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (155ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.5 MB. -System memory in use after: 97.6 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2594. -Total: 1.992600 ms (FindLiveObjects: 0.131800 ms CreateObjectMapping: 0.043200 ms MarkObjects: 1.803400 ms DeleteObjects: 0.012900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001247 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.31 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.726 seconds -Domain Reload Profiling: - ReloadAssembly (726ms) + ReloadAssembly (697ms) BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (594ms) - LoadAssemblies (61ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (176ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (38ms) - SetupLoadedEditorAssemblies (250ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (168ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.5 MB. -System memory in use after: 97.6 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2596. -Total: 1.919700 ms (FindLiveObjects: 0.126000 ms CreateObjectMapping: 0.042900 ms MarkObjects: 1.736800 ms DeleteObjects: 0.012600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 689.697017 seconds. - path: Assets/Scenes/DataHolder.unity - artifactKey: Guid(a1d610a806711c147adee1d91fe7b53c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/DataHolder.unity using Guid(a1d610a806711c147adee1d91fe7b53c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '26b5b0db4533c4b3fd0c7eed2983c649') in 0.008900 seconds - Import took 0.011326 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001316 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.763 seconds -Domain Reload Profiling: - ReloadAssembly (763ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (629ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (44ms) - SetupLoadedEditorAssemblies (250ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (165ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2598. -Total: 2.047200 ms (FindLiveObjects: 0.129800 ms CreateObjectMapping: 0.039900 ms MarkObjects: 1.862000 ms DeleteObjects: 0.014400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001311 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.766 seconds -Domain Reload Profiling: - ReloadAssembly (766ms) - BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (631ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (44ms) - SetupLoadedEditorAssemblies (250ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (165ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2600. -Total: 2.187700 ms (FindLiveObjects: 0.128600 ms CreateObjectMapping: 0.041900 ms MarkObjects: 2.000400 ms DeleteObjects: 0.015700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001313 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.763 seconds -Domain Reload Profiling: - ReloadAssembly (763ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (630ms) - LoadAssemblies (66ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (43ms) - SetupLoadedEditorAssemblies (250ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (166ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2602. -Total: 2.197900 ms (FindLiveObjects: 0.129400 ms CreateObjectMapping: 0.044300 ms MarkObjects: 2.006100 ms DeleteObjects: 0.017200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001214 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.684 seconds -Domain Reload Profiling: - ReloadAssembly (685ms) - BeginReloadAssembly (83ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (23ms) - EndReloadAssembly (561ms) - LoadAssemblies (54ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (169ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (42ms) - SetupLoadedEditorAssemblies (230ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (154ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (3ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2604. -Total: 1.965700 ms (FindLiveObjects: 0.122700 ms CreateObjectMapping: 0.041300 ms MarkObjects: 1.775100 ms DeleteObjects: 0.025500 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001145 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.681 seconds -Domain Reload Profiling: - ReloadAssembly (682ms) - BeginReloadAssembly (79ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (22ms) - EndReloadAssembly (563ms) - LoadAssemblies (54ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (168ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (41ms) - SetupLoadedEditorAssemblies (235ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (156ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (3ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2606. -Total: 2.029600 ms (FindLiveObjects: 0.122400 ms CreateObjectMapping: 0.044900 ms MarkObjects: 1.834000 ms DeleteObjects: 0.027500 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001147 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.685 seconds -Domain Reload Profiling: - ReloadAssembly (686ms) - BeginReloadAssembly (75ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (22ms) - EndReloadAssembly (571ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (568ms) LoadAssemblies (55ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (174ms) + SetupTypeCache (175ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (42ms) + RebuildScriptCaches (39ms) SetupLoadedEditorAssemblies (233ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (155ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2608. -Total: 1.955600 ms (FindLiveObjects: 0.128400 ms CreateObjectMapping: 0.043000 ms MarkObjects: 1.769300 ms DeleteObjects: 0.014000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001161 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.768 seconds -Domain Reload Profiling: - ReloadAssembly (768ms) - BeginReloadAssembly (92ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (629ms) - LoadAssemblies (66ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (43ms) - SetupLoadedEditorAssemblies (252ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (164ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2610. -Total: 1.981400 ms (FindLiveObjects: 0.121700 ms CreateObjectMapping: 0.040000 ms MarkObjects: 1.806200 ms DeleteObjects: 0.012800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001089 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.31 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.680 seconds -Domain Reload Profiling: - ReloadAssembly (680ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (553ms) - LoadAssemblies (59ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (168ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (38ms) - SetupLoadedEditorAssemblies (222ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (145ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2612. -Total: 2.001400 ms (FindLiveObjects: 0.124000 ms CreateObjectMapping: 0.043700 ms MarkObjects: 1.817700 ms DeleteObjects: 0.014400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001146 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.712 seconds -Domain Reload Profiling: - ReloadAssembly (712ms) - BeginReloadAssembly (94ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (576ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (183ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (39ms) - SetupLoadedEditorAssemblies (226ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (150ms) + ProcessInitializeOnLoadAttributes (158ms) ProcessInitializeOnLoadMethodAttributes (5ms) AfterProcessingInitializeOnLoad (4ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2614. -Total: 2.050500 ms (FindLiveObjects: 0.124100 ms CreateObjectMapping: 0.040900 ms MarkObjects: 1.870100 ms DeleteObjects: 0.014600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001253 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.738 seconds -Domain Reload Profiling: - ReloadAssembly (739ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (609ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (193ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (41ms) - SetupLoadedEditorAssemblies (239ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (157ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2616. -Total: 1.981000 ms (FindLiveObjects: 0.126500 ms CreateObjectMapping: 0.043000 ms MarkObjects: 1.785600 ms DeleteObjects: 0.025000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 462.965510 seconds. - path: Assets/Scripts/Configs/EquipmentConfigs/Ranger Revolver.asset - artifactKey: Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/EquipmentConfigs/Ranger Revolver.asset using Guid(2173792917273a746801dcd206f6da0f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '43fa440f21ff078d66db2007e25fb1c1') in 0.028774 seconds - Import took 0.032015 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001359 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.736 seconds -Domain Reload Profiling: - ReloadAssembly (737ms) - BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (604ms) - LoadAssemblies (62ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (191ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (40ms) - SetupLoadedEditorAssemblies (238ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (156ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2618. -Total: 2.829200 ms (FindLiveObjects: 0.151300 ms CreateObjectMapping: 0.053500 ms MarkObjects: 2.598600 ms DeleteObjects: 0.024600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001218 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.731 seconds -Domain Reload Profiling: - ReloadAssembly (732ms) - BeginReloadAssembly (95ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (591ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (195ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (40ms) - SetupLoadedEditorAssemblies (224ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (146ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (7ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2620. -Total: 1.960800 ms (FindLiveObjects: 0.120300 ms CreateObjectMapping: 0.043500 ms MarkObjects: 1.784200 ms DeleteObjects: 0.012000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001281 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.748 seconds -Domain Reload Profiling: - ReloadAssembly (748ms) - BeginReloadAssembly (92ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (612ms) - LoadAssemblies (64ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (185ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (48ms) - SetupLoadedEditorAssemblies (244ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (162ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.8 MB. +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2622. -Total: 1.984200 ms (FindLiveObjects: 0.133900 ms CreateObjectMapping: 0.044000 ms MarkObjects: 1.792600 ms DeleteObjects: 0.012800 ms) +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2583. +Total: 2.188800 ms (FindLiveObjects: 0.132200 ms CreateObjectMapping: 0.045600 ms MarkObjects: 1.976800 ms DeleteObjects: 0.033200 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -1403,104 +323,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001239 seconds. +Registered in 0.001338 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.770 seconds +- Completed reload, in 0.667 seconds Domain Reload Profiling: - ReloadAssembly (770ms) - BeginReloadAssembly (96ms) + ReloadAssembly (667ms) + BeginReloadAssembly (77ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (629ms) - LoadAssemblies (74ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (552ms) + LoadAssemblies (54ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (166ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (44ms) - SetupLoadedEditorAssemblies (244ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (162ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.6 MB. -System memory in use after: 97.8 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2624. -Total: 1.986500 ms (FindLiveObjects: 0.125800 ms CreateObjectMapping: 0.042400 ms MarkObjects: 1.805500 ms DeleteObjects: 0.012100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001324 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.720 seconds -Domain Reload Profiling: - ReloadAssembly (720ms) - BeginReloadAssembly (82ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (598ms) - LoadAssemblies (57ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (190ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (38ms) - SetupLoadedEditorAssemblies (240ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (229ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (161ms) + ProcessInitializeOnLoadAttributes (151ms) ProcessInitializeOnLoadMethodAttributes (4ms) AfterProcessingInitializeOnLoad (4ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) + AwakeInstancesAfterBackupRestoration (7ms) Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.7 MB. -System memory in use after: 97.8 MB. +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2626. -Total: 2.049400 ms (FindLiveObjects: 0.124300 ms CreateObjectMapping: 0.040600 ms MarkObjects: 1.860000 ms DeleteObjects: 0.023700 ms) +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2585. +Total: 1.890600 ms (FindLiveObjects: 0.116200 ms CreateObjectMapping: 0.040100 ms MarkObjects: 1.722500 ms DeleteObjects: 0.011100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -1513,106 +377,58 @@ AssetImportParameters requested are different than current active one (requested custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== +Received Import Request. + Time since last request: 125.726380 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '13eb2ab26317d61bf6f62858abf4eb04') in 0.032897 seconds + Import took 0.035699 seconds . + +======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001350 seconds. +Registered in 0.001236 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.744 seconds +- Completed reload, in 0.714 seconds Domain Reload Profiling: - ReloadAssembly (744ms) - BeginReloadAssembly (91ms) + ReloadAssembly (714ms) + BeginReloadAssembly (89ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (608ms) - LoadAssemblies (62ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (578ms) + LoadAssemblies (68ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (192ms) + SetupTypeCache (186ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (41ms) - SetupLoadedEditorAssemblies (239ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (158ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (3ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.7 MB. -System memory in use after: 97.8 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2628. -Total: 1.993000 ms (FindLiveObjects: 0.135300 ms CreateObjectMapping: 0.046900 ms MarkObjects: 1.796800 ms DeleteObjects: 0.013000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001275 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.757 seconds -Domain Reload Profiling: - ReloadAssembly (757ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (629ms) - LoadAssemblies (60ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (189ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (40ms) - SetupLoadedEditorAssemblies (251ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (221ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (170ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (6ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (142ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (3ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) + AwakeInstancesAfterBackupRestoration (7ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.7 MB. -System memory in use after: 97.8 MB. +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2630. -Total: 2.099700 ms (FindLiveObjects: 0.167400 ms CreateObjectMapping: 0.046000 ms MarkObjects: 1.869100 ms DeleteObjects: 0.015500 ms) +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2587. +Total: 1.979400 ms (FindLiveObjects: 0.118800 ms CreateObjectMapping: 0.045600 ms MarkObjects: 1.797600 ms DeleteObjects: 0.016300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -1625,50 +441,282 @@ AssetImportParameters requested are different than current active one (requested custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== +Received Import Request. + Time since last request: 50.038866 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cdee8d116615c19d4d9cee0b01fc2720') in 0.035230 seconds + Import took 0.038556 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.436240 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a49efa029dacd338063cd64313857e72') in 0.007942 seconds + Import took 0.010664 seconds . + +======================================================================== +Received Import Request. + Time since last request: 3.411206 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '06a577e71de32f5297f44ed8a7ab5387') in 0.007814 seconds + Import took 0.010750 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.214696 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '87cbded4da5b3eefaa13657b164b81c2') in 0.009334 seconds + Import took 0.012278 seconds . + +======================================================================== +Received Import Request. + Time since last request: 118.122732 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d6694ff58c64bfb1675c8756372f2fd') in 0.008168 seconds + Import took 0.011001 seconds . + +======================================================================== +Received Import Request. + Time since last request: 2.327598 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a6ae729fc0feeacfd365016910055cc7') in 0.008375 seconds + Import took 0.011383 seconds . + +======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001125 seconds. +Registered in 0.001190 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.689 seconds +- Completed reload, in 0.640 seconds Domain Reload Profiling: - ReloadAssembly (690ms) + ReloadAssembly (640ms) + BeginReloadAssembly (75ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (527ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (164ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (35ms) + SetupLoadedEditorAssemblies (209ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (137ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (3ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2589. +Total: 1.864800 ms (FindLiveObjects: 0.117200 ms CreateObjectMapping: 0.042300 ms MarkObjects: 1.689600 ms DeleteObjects: 0.014900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 49.195504 seconds. + path: Assets/Prefabs/BattleScene.unity + artifactKey: Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/BattleScene.unity using Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4b8ba5155b34b068aee9f26965673652') in 0.009195 seconds + Import took 0.011606 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001260 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.870 seconds +Domain Reload Profiling: + ReloadAssembly (871ms) + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + EndReloadAssembly (692ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (236ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (261ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (171ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2591. +Total: 2.190400 ms (FindLiveObjects: 0.134500 ms CreateObjectMapping: 0.041100 ms MarkObjects: 1.995100 ms DeleteObjects: 0.018100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001372 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.765 seconds +Domain Reload Profiling: + ReloadAssembly (765ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (631ms) + LoadAssemblies (62ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (247ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (160ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2593. +Total: 2.173700 ms (FindLiveObjects: 0.126300 ms CreateObjectMapping: 0.044600 ms MarkObjects: 1.985700 ms DeleteObjects: 0.016100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 291.379936 seconds. + path: Assets/Prefabs/BattleScene.unity + artifactKey: Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/BattleScene.unity using Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8e8f796ca7377293eb620d83d23563a5') in 0.009523 seconds + Import took 0.012510 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001267 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.735 seconds +Domain Reload Profiling: + ReloadAssembly (736ms) BeginReloadAssembly (90ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (24ms) - EndReloadAssembly (560ms) - LoadAssemblies (58ms) + EndReloadAssembly (601ms) + LoadAssemblies (63ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (172ms) + SetupTypeCache (188ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (39ms) - SetupLoadedEditorAssemblies (224ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (239ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) + RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (144ms) + ProcessInitializeOnLoadAttributes (158ms) ProcessInitializeOnLoadMethodAttributes (5ms) AfterProcessingInitializeOnLoad (4ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) + AwakeInstancesAfterBackupRestoration (8ms) Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 97.7 MB. -System memory in use after: 97.8 MB. +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2632. -Total: 1.969700 ms (FindLiveObjects: 0.136000 ms CreateObjectMapping: 0.051000 ms MarkObjects: 1.767900 ms DeleteObjects: 0.013900 ms) +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2595. +Total: 2.113200 ms (FindLiveObjects: 0.122800 ms CreateObjectMapping: 0.048300 ms MarkObjects: 1.927400 ms DeleteObjects: 0.013900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -1682,50 +730,274 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 431.227752 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerPunch.asset - artifactKey: Guid(76105e2f25c4ef84f8fef3aef6952e4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerPunch.asset using Guid(76105e2f25c4ef84f8fef3aef6952e4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9e45d1a6b6bdc70708c63c82fc722cd2') in 0.011210 seconds - Import took 0.013835 seconds . + Time since last request: 119.946051 seconds. + path: Assets/Prefabs/Incidents + artifactKey: Guid(5a17293d04b28214aba8c30b2567c89a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents using Guid(5a17293d04b28214aba8c30b2567c89a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b9d180b43f7a33793a0a6631885cdfbd') in 0.003128 seconds + Import took 0.005613 seconds . ======================================================================== Received Import Request. - Time since last request: 0.000269 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerRepair.asset - artifactKey: Guid(2659319b29f84274b9d92bc409d7a890) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerRepair.asset using Guid(2659319b29f84274b9d92bc409d7a890) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '985f68961b172614140ecbf91cf0329a') in 0.001139 seconds - Import took 0.003154 seconds . + Time since last request: 21.817427 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ae99bbd33f9c8e8da3fff4960cfeeec8') in 0.043763 seconds + Import took 0.046613 seconds . ======================================================================== Received Import Request. - Time since last request: 0.000236 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerShot.asset - artifactKey: Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerShot.asset using Guid(fa1e18e4936f3b84a8ccf8de15fe9d87) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '839bf618f2ab39516414ca497f682de8') in 0.001209 seconds - Import took 0.003535 seconds . + Time since last request: 6.397817 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a555fe631aa2749c041d2cbfda79a4b') in 0.008052 seconds + Import took 0.010960 seconds . ======================================================================== Received Import Request. - Time since last request: 0.000272 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset - artifactKey: Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset using Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a6bee39580ead0a0cd459502efadaa2') in 0.001177 seconds - Import took 0.003365 seconds . + Time since last request: 4.028610 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd6ba63b58e661ddb58477d46833db4da') in 0.008471 seconds + Import took 0.011306 seconds . ======================================================================== Received Import Request. - Time since last request: 0.000350 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerReload.asset - artifactKey: Guid(02eb0e667fd5df54692925d9295c038d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerReload.asset using Guid(02eb0e667fd5df54692925d9295c038d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd619ec58c4a83b35668eed889484a3f7') in 0.001364 seconds - Import took 0.003668 seconds . + Time since last request: 4.355556 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e8d1c4c5448be9743622e62b97b3af2e') in 0.008754 seconds + Import took 0.011596 seconds . ======================================================================== Received Import Request. - Time since last request: 14.557435 seconds. - path: Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset - artifactKey: Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Configs/CardConfigs/RangerPack/RangerVolley.asset using Guid(0376e3fee341d7540a5917764afac4f7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f4354c4d3ae8ef83f40fdcef4d83ab21') in 0.002599 seconds - Import took 0.005036 seconds . + Time since last request: 7.733913 seconds. + path: Assets/Prefabs/Incidents/FirstBoss.prefab + artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '589a2773a30fe270f0c611102ff68884') in 0.005790 seconds + Import took 0.008646 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.036104 seconds. + path: Assets/Prefabs/Incidents/FirstBoss.prefab + artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dbbad9f36db54aa2f52ac2e625d4894d') in 0.005985 seconds + Import took 0.008596 seconds . + +======================================================================== +Received Import Request. + Time since last request: 10.917380 seconds. + path: Assets/Prefabs/Incidents/FirstMeeting.prefab + artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d6a80fb7c05b8de5c88128cfd45e5d3') in 0.006205 seconds + Import took 0.008739 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.870534 seconds. + path: Assets/Prefabs/Incidents/FirstMeeting.prefab + artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e1e7c1cf8e2a7c00ea9765c2254ce806') in 0.013641 seconds + Import took 0.016036 seconds . + +======================================================================== +Received Import Request. + Time since last request: 3.302853 seconds. + path: Assets/Prefabs/Incidents/Standart + artifactKey: Guid(94ce11ff2ebedb549b1db644b7b23c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart using Guid(94ce11ff2ebedb549b1db644b7b23c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa40d96c1325ea5860a91715b4d9bc9e') in 0.014410 seconds + Import took 0.016723 seconds . + +======================================================================== +Received Import Request. + Time since last request: 8.909946 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ca738ec1bfd86f98f8022e28df9f168') in 0.013890 seconds + Import took 0.016559 seconds . + +======================================================================== +Received Import Request. + Time since last request: 3.208779 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a67a0d3fbddff312e353f9bf4d1c5bc5') in 0.006239 seconds + Import took 0.009390 seconds . + +======================================================================== +Received Import Request. + Time since last request: 41.591455 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72a71cbc65029dbdd237a626abf6f8c2') in 0.006279 seconds + Import took 0.008868 seconds . + +======================================================================== +Received Import Request. + Time since last request: 14.086643 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4c04c7dd2d5499a2b97060465528bad5') in 0.008017 seconds + Import took 0.010652 seconds . + +======================================================================== +Received Import Request. + Time since last request: 12.293301 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21e28f2dfe5bd9d23e214e981ee3d234') in 0.008168 seconds + Import took 0.010806 seconds . + +======================================================================== +Received Import Request. + Time since last request: 17.766981 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48262157cd4cb6c788a9e0aba452dd1c') in 0.004175 seconds + Import took 0.006677 seconds . + +======================================================================== +Received Import Request. + Time since last request: 14.284348 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa0c97c285f3b74d02e203cd931f1b20') in 0.009613 seconds + Import took 0.012566 seconds . + +======================================================================== +Received Import Request. + Time since last request: 5.365219 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ba411916460c77de2c5766bbd43dc07a') in 0.009612 seconds + Import took 0.012417 seconds . + +======================================================================== +Received Import Request. + Time since last request: 16.006666 seconds. + path: Assets/Prefabs/Incidents/FirstBoss.prefab + artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed4571e1bfa90acb68614fdab09a5ced') in 0.006240 seconds + Import took 0.008826 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.555465 seconds. + path: Assets/Prefabs/Incidents/FirstBoss.prefab + artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '630b3fe9971ad9e6b17b205b79925e95') in 0.005685 seconds + Import took 0.008253 seconds . + +======================================================================== +Received Import Request. + Time since last request: 11.156120 seconds. + path: Assets/Prefabs/Incidents/FirstMeeting.prefab + artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '036a259237911e6ab32219f4e371fb4e') in 0.006125 seconds + Import took 0.008767 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.664759 seconds. + path: Assets/Prefabs/Incidents/FirstMeeting.prefab + artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '392adf8c2512899feeee58723bbcbcbb') in 0.008754 seconds + Import took 0.011508 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001255 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.674 seconds +Domain Reload Profiling: + ReloadAssembly (675ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (552ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (171ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (224ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (149ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2597. +Total: 2.150900 ms (FindLiveObjects: 0.122500 ms CreateObjectMapping: 0.045500 ms MarkObjects: 1.952400 ms DeleteObjects: 0.029400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 49.996261 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a236b7e2c659a29af12b9efb8b9a8521') in 0.032831 seconds + Import took 0.035721 seconds . + +======================================================================== +Received Import Request. + Time since last request: 26.598053 seconds. + path: Assets/Prefabs/Incidents/Fall.prefab + artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '060d194e062659943e73fdb0cce40fe1') in 0.009111 seconds + Import took 0.011904 seconds . + +======================================================================== +Received Import Request. + Time since last request: 6.450754 seconds. + path: Assets/Prefabs/Incidents/FirstBoss.prefab + artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9497a63f744a3462caf796a0bc3fda06') in 0.005563 seconds + Import took 0.008271 seconds . + +======================================================================== +Received Import Request. + Time since last request: 7.602650 seconds. + path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab + artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd010b113b98986b381f29b29359fd735') in 0.003525 seconds + Import took 0.006209 seconds . + +======================================================================== +Received Import Request. + Time since last request: 6.149951 seconds. + path: Assets/Prefabs/Incidents/FirstMeeting.prefab + artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ee311a6442e0b1f11ec9efceda9033bb') in 0.003502 seconds + Import took 0.005979 seconds . AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index 65a5ac3d..91967a54 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -15,11 +15,11 @@ E:/Projects с#/Unity/omega -logFile Logs/AssetImportWorker0.log -srvPort -57099 +63337 Successfully changed project path to: E:/Projects с#/Unity/omega E:/Projects с#/Unity/omega Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 29.72 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.66 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.19f1 (68f137dc9bbe) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Resources/UnitySubsystems @@ -30,78 +30,78 @@ Direct3D: Renderer: NVIDIA GeForce GT 730 (ID=0x1287) Vendor: VRAM: 984 MB - Driver: 30.0.14.7212 + Driver: 30.0.14.7298 Initialize mono Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56276 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56460 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001341 seconds. +Registered in 0.001286 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 34.80 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 28.74 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.555 seconds +- Completed reload, in 1.456 seconds Domain Reload Profiling: - ReloadAssembly (1555ms) - BeginReloadAssembly (40ms) + ReloadAssembly (1456ms) + BeginReloadAssembly (36ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (334ms) - LoadAssemblies (38ms) + EndReloadAssembly (283ms) + LoadAssemblies (34ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (113ms) + SetupTypeCache (96ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (27ms) - SetupLoadedEditorAssemblies (139ms) + RebuildScriptCaches (24ms) + SetupLoadedEditorAssemblies (116ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (35ms) - BeforeProcessingInitializeOnLoad (14ms) - ProcessInitializeOnLoadAttributes (64ms) - ProcessInitializeOnLoadMethodAttributes (22ms) + RefreshPlugins (29ms) + BeforeProcessingInitializeOnLoad (12ms) + ProcessInitializeOnLoadAttributes (53ms) + ProcessInitializeOnLoadMethodAttributes (19ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.001403 seconds. +Registered in 0.001186 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 32.55 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 28.65 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.997 seconds +- Completed reload, in 0.725 seconds Domain Reload Profiling: - ReloadAssembly (997ms) + ReloadAssembly (725ms) BeginReloadAssembly (91ms) ExecutionOrderSort (0ms) DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (12ms) - EndReloadAssembly (867ms) - LoadAssemblies (288ms) + CreateAndSetChildDomain (13ms) + EndReloadAssembly (595ms) + LoadAssemblies (57ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (179ms) + SetupTypeCache (176ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (38ms) - SetupLoadedEditorAssemblies (275ms) + RebuildScriptCaches (36ms) + SetupLoadedEditorAssemblies (249ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (33ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (163ms) - ProcessInitializeOnLoadMethodAttributes (9ms) + RefreshPlugins (29ms) + BeforeProcessingInitializeOnLoad (55ms) + ProcessInitializeOnLoadAttributes (146ms) + ProcessInitializeOnLoadMethodAttributes (11ms) AfterProcessingInitializeOnLoad (4ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -110,14 +110,14 @@ Platform modules already initialized, skipping ======================================================================== Worker process is ready to serve import requests Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2140 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 96.3 MB. System memory in use after: 96.4 MB. Unloading 26 unused Assets to reduce memory usage. Loaded Objects now: 2581. -Total: 2.062300 ms (FindLiveObjects: 0.127300 ms CreateObjectMapping: 0.048400 ms MarkObjects: 1.828900 ms DeleteObjects: 0.056800 ms) +Total: 2.422400 ms (FindLiveObjects: 0.140200 ms CreateObjectMapping: 0.038500 ms MarkObjects: 2.181400 ms DeleteObjects: 0.061200 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -133,801 +133,177 @@ AssetImportParameters requested are different than current active one (requested Received Import Request. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '90b2eef540496717ff6a1be60b206017') in 0.067069 seconds - Import took 0.069806 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7159093f436ccf37da44b2b4e96c07a6') in 0.063593 seconds + Import took 0.066545 seconds . ======================================================================== Received Import Request. - Time since last request: 13.925603 seconds. + Time since last request: 9.846422 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '015bf1e685d8f2538f2ee14ebd59bd34') in 0.006251 seconds - Import took 0.008982 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1832186a3e9d02f9f8f2fe0803b21dae') in 0.009012 seconds + Import took 0.023996 seconds . ======================================================================== Received Import Request. - Time since last request: 867.649059 seconds. + Time since last request: 5.403450 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7df9549939cdc82fa3f933515fea99d0') in 0.008572 seconds - Import took 0.011815 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f08eb64496587517ce9ca6a33a340b53') in 0.007860 seconds + Import took 0.010655 seconds . ======================================================================== Received Import Request. - Time since last request: 6.437526 seconds. + Time since last request: 17.812812 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '44e9031a565cd8c67bab00ccb622388b') in 0.007936 seconds - Import took 0.010729 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '32e4f2b133604598a746ceb169cc6c9f') in 0.008599 seconds + Import took 0.011741 seconds . ======================================================================== Received Import Request. - Time since last request: 12.913762 seconds. + Time since last request: 33.304630 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3e998386ead49643a15bacb62559bd7') in 0.007911 seconds - Import took 0.010639 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2f15fbcfc4f6906762becc261f1d989a') in 0.008784 seconds + Import took 0.012011 seconds . ======================================================================== Received Import Request. - Time since last request: 43.179987 seconds. + Time since last request: 38.008593 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '956710272f957ef0c971d8668de2fbe2') in 0.009886 seconds - Import took 0.012884 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '179c8f1c58220c8eaedfcdad663fdf25') in 0.008122 seconds + Import took 0.010984 seconds . ======================================================================== Received Import Request. - Time since last request: 9.893876 seconds. + Time since last request: 4.638060 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd007287f9ac21c266fc6301924bd4f12') in 0.007778 seconds - Import took 0.019477 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '65e37310805097df343491dd58ddcfdf') in 0.007513 seconds + Import took 0.010183 seconds . ======================================================================== Received Import Request. - Time since last request: 914.263273 seconds. + Time since last request: 9.910827 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48d0e647bd8ab1193b9b53b41627cca5') in 0.012278 seconds - Import took 0.015730 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'de1598c59ac345337d6a2bfcdf5931c1') in 0.008682 seconds + Import took 0.011776 seconds . ======================================================================== Received Import Request. - Time since last request: 16.259621 seconds. - path: Assets/Scenes/Inventory.unity - artifactKey: Guid(c0f2ab0c52da4e04fa0f6cb87378dd5a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/Inventory.unity using Guid(c0f2ab0c52da4e04fa0f6cb87378dd5a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2167f8e4f035476575215bcc7d1f137c') in 0.018471 seconds - Import took 0.020846 seconds . - -======================================================================== -Received Import Request. - Time since last request: 25.420322 seconds. + Time since last request: 13.907937 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b8c869771a11dad40a8a5eb0bd32e0e2') in 0.007771 seconds - Import took 0.010537 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0ff2aee46cb2b5855954e8f6e53ae55c') in 0.008353 seconds + Import took 0.011010 seconds . ======================================================================== Received Import Request. - Time since last request: 2.607689 seconds. + Time since last request: 4.419940 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f85c16bb72866ffb109aac4f71cd090c') in 0.014795 seconds - Import took 0.017570 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b8686c2232f722421bdac015a1397642') in 0.008485 seconds + Import took 0.011553 seconds . ======================================================================== Received Import Request. - Time since last request: 3.619011 seconds. + Time since last request: 2.858922 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c568523c6239d88b4d91d93a19655f14') in 0.009844 seconds - Import took 0.012659 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a78a4ac262ce02909640b1064c2cccd6') in 0.015501 seconds + Import took 0.018341 seconds . ======================================================================== Received Import Request. - Time since last request: 10.274973 seconds. + Time since last request: 9.465380 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b6e27eee7cff96626a0c585906ea0d64') in 0.008055 seconds - Import took 0.010832 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b829f90eefc8cb3f409de16a46a7de36') in 0.008105 seconds + Import took 0.011118 seconds . ======================================================================== Received Import Request. - Time since last request: 2.808094 seconds. + Time since last request: 9.856533 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a49df4857df7351e91b5afb6ece6b07e') in 0.009650 seconds - Import took 0.012418 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4d6bcc9927524a636972924f4cbab28a') in 0.008582 seconds + Import took 0.011485 seconds . ======================================================================== Received Import Request. - Time since last request: 41.336811 seconds. + Time since last request: 5.625756 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3b0624a489f7c379ce7cb3c6d0aba63c') in 0.007589 seconds - Import took 0.010479 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '53de22b409a5fbdfd8bcf92273a6d82f') in 0.007614 seconds + Import took 0.010331 seconds . ======================================================================== Received Import Request. - Time since last request: 298.470311 seconds. - path: Assets/Scenes/MainMenu.unity - artifactKey: Guid(ae36a43ecda2f5645878559e1b6f717a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scenes/MainMenu.unity using Guid(ae36a43ecda2f5645878559e1b6f717a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bfd213243d6af28e344214061a77870d') in 0.001570 seconds - Import took 0.004108 seconds . - -======================================================================== -Received Import Request. - Time since last request: 143.694927 seconds. + Time since last request: 13.903644 seconds. path: Assets/Prefabs/InventoryCanvas.prefab artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '723ef9d772502b98d050bc22fc79c4e5') in 0.008576 seconds - Import took 0.011417 seconds . +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0e2ed1ea4c39036194fcf812e3f5745a') in 0.008471 seconds + Import took 0.011529 seconds . + +======================================================================== +Received Import Request. + Time since last request: 36.453193 seconds. + path: Assets/Inventory/Inventory.cs + artifactKey: Guid(27f61c9ebd2814b42a0270c39a5dc3fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/Inventory.cs using Guid(27f61c9ebd2814b42a0270c39a5dc3fa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '459c4a80315fb724f45a3acb541ac6b1') in 0.002467 seconds + Import took 0.004927 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.752916 seconds. + path: Assets/Inventory/PlaceEquipment.cs + artifactKey: Guid(dd2aca442b16c9048a1c4c55446d191b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/PlaceEquipment.cs using Guid(dd2aca442b16c9048a1c4c55446d191b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe592cf0e1c8f1c1486a0a2ce8933ff1') in 0.000809 seconds + Import took 0.002998 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.624538 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dd92c5d9661f66c165664678db5642bb') in 0.000863 seconds + Import took 0.003027 seconds . + +======================================================================== +Received Import Request. + Time since last request: 63.767200 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '81cda30a9f693ff02eed273d01351f22') in 0.001413 seconds + Import took 0.004351 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.001210 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.697 seconds -Domain Reload Profiling: - ReloadAssembly (697ms) - BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (568ms) - LoadAssemblies (55ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (175ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (39ms) - SetupLoadedEditorAssemblies (233ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (158ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.6 MB. -System memory in use after: 94.7 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2583. -Total: 2.188800 ms (FindLiveObjects: 0.132200 ms CreateObjectMapping: 0.045600 ms MarkObjects: 1.976800 ms DeleteObjects: 0.033200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001338 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.667 seconds -Domain Reload Profiling: - ReloadAssembly (667ms) - BeginReloadAssembly (77ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (23ms) - EndReloadAssembly (552ms) - LoadAssemblies (54ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (166ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (37ms) - SetupLoadedEditorAssemblies (229ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (151ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.6 MB. -System memory in use after: 94.7 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2585. -Total: 1.890600 ms (FindLiveObjects: 0.116200 ms CreateObjectMapping: 0.040100 ms MarkObjects: 1.722500 ms DeleteObjects: 0.011100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 125.726380 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '13eb2ab26317d61bf6f62858abf4eb04') in 0.032897 seconds - Import took 0.035699 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001236 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.714 seconds -Domain Reload Profiling: - ReloadAssembly (714ms) - BeginReloadAssembly (89ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (578ms) - LoadAssemblies (68ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (186ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (39ms) - SetupLoadedEditorAssemblies (221ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (142ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (3ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.7 MB. -System memory in use after: 94.8 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2587. -Total: 1.979400 ms (FindLiveObjects: 0.118800 ms CreateObjectMapping: 0.045600 ms MarkObjects: 1.797600 ms DeleteObjects: 0.016300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 50.038866 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cdee8d116615c19d4d9cee0b01fc2720') in 0.035230 seconds - Import took 0.038556 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.436240 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a49efa029dacd338063cd64313857e72') in 0.007942 seconds - Import took 0.010664 seconds . - -======================================================================== -Received Import Request. - Time since last request: 3.411206 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '06a577e71de32f5297f44ed8a7ab5387') in 0.007814 seconds - Import took 0.010750 seconds . - -======================================================================== -Received Import Request. - Time since last request: 2.214696 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '87cbded4da5b3eefaa13657b164b81c2') in 0.009334 seconds - Import took 0.012278 seconds . - -======================================================================== -Received Import Request. - Time since last request: 118.122732 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d6694ff58c64bfb1675c8756372f2fd') in 0.008168 seconds - Import took 0.011001 seconds . - -======================================================================== -Received Import Request. - Time since last request: 2.327598 seconds. - path: Assets/Prefabs/InventoryCanvas.prefab - artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a6ae729fc0feeacfd365016910055cc7') in 0.008375 seconds - Import took 0.011383 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001190 seconds. +Registered in 0.001579 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.640 seconds +- Completed reload, in 0.699 seconds Domain Reload Profiling: - ReloadAssembly (640ms) - BeginReloadAssembly (75ms) + ReloadAssembly (700ms) + BeginReloadAssembly (95ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (23ms) - EndReloadAssembly (527ms) - LoadAssemblies (55ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (562ms) + LoadAssemblies (56ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (164ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (35ms) - SetupLoadedEditorAssemblies (209ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (137ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (3ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.7 MB. -System memory in use after: 94.8 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2589. -Total: 1.864800 ms (FindLiveObjects: 0.117200 ms CreateObjectMapping: 0.042300 ms MarkObjects: 1.689600 ms DeleteObjects: 0.014900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 49.195504 seconds. - path: Assets/Prefabs/BattleScene.unity - artifactKey: Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/BattleScene.unity using Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4b8ba5155b34b068aee9f26965673652') in 0.009195 seconds - Import took 0.011606 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001260 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.870 seconds -Domain Reload Profiling: - ReloadAssembly (871ms) - BeginReloadAssembly (122ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - EndReloadAssembly (692ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (236ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (51ms) - SetupLoadedEditorAssemblies (261ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (76ms) - ProcessInitializeOnLoadAttributes (171ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.7 MB. -System memory in use after: 94.8 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2591. -Total: 2.190400 ms (FindLiveObjects: 0.134500 ms CreateObjectMapping: 0.041100 ms MarkObjects: 1.995100 ms DeleteObjects: 0.018100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001372 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.765 seconds -Domain Reload Profiling: - ReloadAssembly (765ms) - BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (631ms) - LoadAssemblies (62ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (47ms) - SetupLoadedEditorAssemblies (247ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (160ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.7 MB. -System memory in use after: 94.8 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2593. -Total: 2.173700 ms (FindLiveObjects: 0.126300 ms CreateObjectMapping: 0.044600 ms MarkObjects: 1.985700 ms DeleteObjects: 0.016100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 291.379936 seconds. - path: Assets/Prefabs/BattleScene.unity - artifactKey: Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/BattleScene.unity using Guid(2cda990e2423bbf4892e6590ba056729) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8e8f796ca7377293eb620d83d23563a5') in 0.009523 seconds - Import took 0.012510 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001267 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.735 seconds -Domain Reload Profiling: - ReloadAssembly (736ms) - BeginReloadAssembly (90ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (601ms) - LoadAssemblies (63ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (188ms) + SetupTypeCache (174ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (42ms) - SetupLoadedEditorAssemblies (239ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (68ms) - ProcessInitializeOnLoadAttributes (158ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (4ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.7 MB. -System memory in use after: 94.8 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2595. -Total: 2.113200 ms (FindLiveObjects: 0.122800 ms CreateObjectMapping: 0.048300 ms MarkObjects: 1.927400 ms DeleteObjects: 0.013900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 119.946051 seconds. - path: Assets/Prefabs/Incidents - artifactKey: Guid(5a17293d04b28214aba8c30b2567c89a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents using Guid(5a17293d04b28214aba8c30b2567c89a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b9d180b43f7a33793a0a6631885cdfbd') in 0.003128 seconds - Import took 0.005613 seconds . - -======================================================================== -Received Import Request. - Time since last request: 21.817427 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ae99bbd33f9c8e8da3fff4960cfeeec8') in 0.043763 seconds - Import took 0.046613 seconds . - -======================================================================== -Received Import Request. - Time since last request: 6.397817 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a555fe631aa2749c041d2cbfda79a4b') in 0.008052 seconds - Import took 0.010960 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.028610 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd6ba63b58e661ddb58477d46833db4da') in 0.008471 seconds - Import took 0.011306 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.355556 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e8d1c4c5448be9743622e62b97b3af2e') in 0.008754 seconds - Import took 0.011596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 7.733913 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '589a2773a30fe270f0c611102ff68884') in 0.005790 seconds - Import took 0.008646 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.036104 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dbbad9f36db54aa2f52ac2e625d4894d') in 0.005985 seconds - Import took 0.008596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 10.917380 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d6a80fb7c05b8de5c88128cfd45e5d3') in 0.006205 seconds - Import took 0.008739 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.870534 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e1e7c1cf8e2a7c00ea9765c2254ce806') in 0.013641 seconds - Import took 0.016036 seconds . - -======================================================================== -Received Import Request. - Time since last request: 3.302853 seconds. - path: Assets/Prefabs/Incidents/Standart - artifactKey: Guid(94ce11ff2ebedb549b1db644b7b23c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart using Guid(94ce11ff2ebedb549b1db644b7b23c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa40d96c1325ea5860a91715b4d9bc9e') in 0.014410 seconds - Import took 0.016723 seconds . - -======================================================================== -Received Import Request. - Time since last request: 8.909946 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ca738ec1bfd86f98f8022e28df9f168') in 0.013890 seconds - Import took 0.016559 seconds . - -======================================================================== -Received Import Request. - Time since last request: 3.208779 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a67a0d3fbddff312e353f9bf4d1c5bc5') in 0.006239 seconds - Import took 0.009390 seconds . - -======================================================================== -Received Import Request. - Time since last request: 41.591455 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72a71cbc65029dbdd237a626abf6f8c2') in 0.006279 seconds - Import took 0.008868 seconds . - -======================================================================== -Received Import Request. - Time since last request: 14.086643 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4c04c7dd2d5499a2b97060465528bad5') in 0.008017 seconds - Import took 0.010652 seconds . - -======================================================================== -Received Import Request. - Time since last request: 12.293301 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21e28f2dfe5bd9d23e214e981ee3d234') in 0.008168 seconds - Import took 0.010806 seconds . - -======================================================================== -Received Import Request. - Time since last request: 17.766981 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48262157cd4cb6c788a9e0aba452dd1c') in 0.004175 seconds - Import took 0.006677 seconds . - -======================================================================== -Received Import Request. - Time since last request: 14.284348 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fa0c97c285f3b74d02e203cd931f1b20') in 0.009613 seconds - Import took 0.012566 seconds . - -======================================================================== -Received Import Request. - Time since last request: 5.365219 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ba411916460c77de2c5766bbd43dc07a') in 0.009612 seconds - Import took 0.012417 seconds . - -======================================================================== -Received Import Request. - Time since last request: 16.006666 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed4571e1bfa90acb68614fdab09a5ced') in 0.006240 seconds - Import took 0.008826 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.555465 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '630b3fe9971ad9e6b17b205b79925e95') in 0.005685 seconds - Import took 0.008253 seconds . - -======================================================================== -Received Import Request. - Time since last request: 11.156120 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '036a259237911e6ab32219f4e371fb4e') in 0.006125 seconds - Import took 0.008767 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.664759 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '392adf8c2512899feeee58723bbcbcbb') in 0.008754 seconds - Import took 0.011508 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.001255 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.674 seconds -Domain Reload Profiling: - ReloadAssembly (675ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (552ms) - LoadAssemblies (57ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (171ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (37ms) SetupLoadedEditorAssemblies (224ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) @@ -941,14 +317,14 @@ Domain Reload Profiling: ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (7ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 94.8 MB. -System memory in use after: 94.9 MB. +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2597. -Total: 2.150900 ms (FindLiveObjects: 0.122500 ms CreateObjectMapping: 0.045500 ms MarkObjects: 1.952400 ms DeleteObjects: 0.029400 ms) +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2583. +Total: 1.917100 ms (FindLiveObjects: 0.117400 ms CreateObjectMapping: 0.041300 ms MarkObjects: 1.739200 ms DeleteObjects: 0.018500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -962,42 +338,4170 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 49.996261 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a236b7e2c659a29af12b9efb8b9a8521') in 0.032831 seconds - Import took 0.035721 seconds . + Time since last request: 727.078298 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b253a9e69cbd5286ebd544a34faf17dc') in 0.004992 seconds + Import took 0.007992 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001148 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.689 seconds +Domain Reload Profiling: + ReloadAssembly (690ms) + BeginReloadAssembly (78ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (569ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (175ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (236ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (156ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.6 MB. +System memory in use after: 94.7 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2585. +Total: 2.321900 ms (FindLiveObjects: 0.122100 ms CreateObjectMapping: 0.044100 ms MarkObjects: 2.140500 ms DeleteObjects: 0.014400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 24.239917 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '832d6d0a26e1e53ad2e299e61351a5ec') in 0.003780 seconds + Import took 0.006255 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001176 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.701 seconds +Domain Reload Profiling: + ReloadAssembly (701ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (577ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (185ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (230ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (150ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2587. +Total: 1.826800 ms (FindLiveObjects: 0.116600 ms CreateObjectMapping: 0.044900 ms MarkObjects: 1.653400 ms DeleteObjects: 0.011200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 15.141828 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '335b90efb01b75a59f5da391adde015f') in 0.003396 seconds + Import took 0.006058 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001314 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.718 seconds +Domain Reload Profiling: + ReloadAssembly (718ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (33ms) + EndReloadAssembly (586ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (174ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (243ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2589. +Total: 1.930600 ms (FindLiveObjects: 0.123700 ms CreateObjectMapping: 0.046700 ms MarkObjects: 1.746500 ms DeleteObjects: 0.013000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001307 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.682 seconds +Domain Reload Profiling: + ReloadAssembly (682ms) + BeginReloadAssembly (81ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (558ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (178ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (219ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (143ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2591. +Total: 2.022300 ms (FindLiveObjects: 0.152600 ms CreateObjectMapping: 0.061100 ms MarkObjects: 1.794100 ms DeleteObjects: 0.013400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 73.988674 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4dd539db7102037b6b5c7356a7ebb12f') in 0.002957 seconds + Import took 0.005087 seconds . ======================================================================== Received Import Request. - Time since last request: 26.598053 seconds. - path: Assets/Prefabs/Incidents/Fall.prefab - artifactKey: Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Fall.prefab using Guid(f49428afd7c561149bc11149a44adf69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '060d194e062659943e73fdb0cce40fe1') in 0.009111 seconds - Import took 0.011904 seconds . + Time since last request: 8.480508 seconds. + path: Assets/Inventory/EquipmentInfo.cs + artifactKey: Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/EquipmentInfo.cs using Guid(44c83c0ad93548d40b9c45534abc94c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'abd3e92cfb70b84749c4ef8a8ac59a9e') in 0.000924 seconds + Import took 0.003631 seconds . ======================================================================== -Received Import Request. - Time since last request: 6.450754 seconds. - path: Assets/Prefabs/Incidents/FirstBoss.prefab - artifactKey: Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstBoss.prefab using Guid(eb5d60415a7229a459ceb2484a2bb6c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9497a63f744a3462caf796a0bc3fda06') in 0.005563 seconds - Import took 0.008271 seconds . +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001165 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.725 seconds +Domain Reload Profiling: + ReloadAssembly (725ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (598ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (173ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (40ms) + SetupLoadedEditorAssemblies (228ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (150ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2593. +Total: 2.188900 ms (FindLiveObjects: 0.243900 ms CreateObjectMapping: 0.051000 ms MarkObjects: 1.875100 ms DeleteObjects: 0.017300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001209 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.660 seconds +Domain Reload Profiling: + ReloadAssembly (660ms) + BeginReloadAssembly (82ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (539ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (166ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (216ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (140ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2595. +Total: 1.916000 ms (FindLiveObjects: 0.120300 ms CreateObjectMapping: 0.044200 ms MarkObjects: 1.738400 ms DeleteObjects: 0.012500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001349 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.763 seconds +Domain Reload Profiling: + ReloadAssembly (763ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (630ms) + LoadAssemblies (62ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (191ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (45ms) + SetupLoadedEditorAssemblies (249ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (165ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2597. +Total: 2.087600 ms (FindLiveObjects: 0.131100 ms CreateObjectMapping: 0.046200 ms MarkObjects: 1.894700 ms DeleteObjects: 0.014600 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001165 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.759 seconds +Domain Reload Profiling: + ReloadAssembly (760ms) + BeginReloadAssembly (82ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (628ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (207ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (246ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (7ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2599. +Total: 2.154000 ms (FindLiveObjects: 0.119600 ms CreateObjectMapping: 0.048300 ms MarkObjects: 1.972100 ms DeleteObjects: 0.013100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001139 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.766 seconds +Domain Reload Profiling: + ReloadAssembly (766ms) + BeginReloadAssembly (96ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (625ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (193ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (251ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (160ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2601. +Total: 2.311100 ms (FindLiveObjects: 0.119200 ms CreateObjectMapping: 0.041700 ms MarkObjects: 2.134600 ms DeleteObjects: 0.015100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001273 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.749 seconds +Domain Reload Profiling: + ReloadAssembly (749ms) + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (611ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (192ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (242ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (161ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2603. +Total: 2.033600 ms (FindLiveObjects: 0.134900 ms CreateObjectMapping: 0.051200 ms MarkObjects: 1.832900 ms DeleteObjects: 0.013200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001311 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.714 seconds +Domain Reload Profiling: + ReloadAssembly (714ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (583ms) + LoadAssemblies (68ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (186ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (227ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (150ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.8 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2605. +Total: 2.124300 ms (FindLiveObjects: 0.133400 ms CreateObjectMapping: 0.044600 ms MarkObjects: 1.930500 ms DeleteObjects: 0.015000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004614 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.737 seconds +Domain Reload Profiling: + ReloadAssembly (737ms) + BeginReloadAssembly (80ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (607ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (181ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (44ms) + SetupLoadedEditorAssemblies (253ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (166ms) + ProcessInitializeOnLoadMethodAttributes (7ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2607. +Total: 2.632900 ms (FindLiveObjects: 0.127900 ms CreateObjectMapping: 0.046400 ms MarkObjects: 2.438000 ms DeleteObjects: 0.019100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001244 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.756 seconds +Domain Reload Profiling: + ReloadAssembly (757ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (621ms) + LoadAssemblies (62ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (189ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (251ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (165ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.7 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2609. +Total: 2.102100 ms (FindLiveObjects: 0.131900 ms CreateObjectMapping: 0.047800 ms MarkObjects: 1.903400 ms DeleteObjects: 0.017900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001213 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.732 seconds +Domain Reload Profiling: + ReloadAssembly (732ms) + BeginReloadAssembly (91ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (602ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (178ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (247ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (160ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2611. +Total: 1.935600 ms (FindLiveObjects: 0.124600 ms CreateObjectMapping: 0.044800 ms MarkObjects: 1.752800 ms DeleteObjects: 0.012400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001882 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.738 seconds +Domain Reload Profiling: + ReloadAssembly (738ms) + BeginReloadAssembly (99ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (591ms) + LoadAssemblies (65ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (184ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (235ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2613. +Total: 2.073400 ms (FindLiveObjects: 0.148400 ms CreateObjectMapping: 0.046600 ms MarkObjects: 1.860800 ms DeleteObjects: 0.016400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001301 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.728 seconds +Domain Reload Profiling: + ReloadAssembly (729ms) + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (585ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (179ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (44ms) + SetupLoadedEditorAssemblies (233ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (155ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2615. +Total: 2.120600 ms (FindLiveObjects: 0.118100 ms CreateObjectMapping: 0.044700 ms MarkObjects: 1.929300 ms DeleteObjects: 0.027700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001295 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.739 seconds +Domain Reload Profiling: + ReloadAssembly (740ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (607ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (186ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (238ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (154ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2617. +Total: 1.898600 ms (FindLiveObjects: 0.130700 ms CreateObjectMapping: 0.058100 ms MarkObjects: 1.697300 ms DeleteObjects: 0.011700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001207 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.709 seconds +Domain Reload Profiling: + ReloadAssembly (709ms) + BeginReloadAssembly (79ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (589ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (183ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (241ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2619. +Total: 1.996700 ms (FindLiveObjects: 0.131600 ms CreateObjectMapping: 0.043700 ms MarkObjects: 1.805700 ms DeleteObjects: 0.014800 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001249 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.746 seconds +Domain Reload Profiling: + ReloadAssembly (747ms) + BeginReloadAssembly (99ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (602ms) + LoadAssemblies (66ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (189ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (239ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2621. +Total: 1.978300 ms (FindLiveObjects: 0.125600 ms CreateObjectMapping: 0.046600 ms MarkObjects: 1.792500 ms DeleteObjects: 0.012800 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001282 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.736 seconds +Domain Reload Profiling: + ReloadAssembly (736ms) + BeginReloadAssembly (82ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (609ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (193ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (241ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2623. +Total: 2.083000 ms (FindLiveObjects: 0.127900 ms CreateObjectMapping: 0.046800 ms MarkObjects: 1.889800 ms DeleteObjects: 0.017400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001224 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.756 seconds +Domain Reload Profiling: + ReloadAssembly (757ms) + BeginReloadAssembly (78ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (631ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (208ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (44ms) + SetupLoadedEditorAssemblies (236ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (153ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (3ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2625. +Total: 1.909200 ms (FindLiveObjects: 0.122100 ms CreateObjectMapping: 0.046100 ms MarkObjects: 1.728300 ms DeleteObjects: 0.011900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001206 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.698 seconds +Domain Reload Profiling: + ReloadAssembly (698ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (568ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (177ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (224ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (147ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2627. +Total: 1.983400 ms (FindLiveObjects: 0.122300 ms CreateObjectMapping: 0.047800 ms MarkObjects: 1.798000 ms DeleteObjects: 0.014100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001079 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.704 seconds +Domain Reload Profiling: + ReloadAssembly (704ms) + BeginReloadAssembly (78ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (574ms) + LoadAssemblies (54ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (176ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (240ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2629. +Total: 2.171100 ms (FindLiveObjects: 0.130600 ms CreateObjectMapping: 0.047700 ms MarkObjects: 1.974100 ms DeleteObjects: 0.017100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 7.602650 seconds. - path: Assets/Prefabs/Incidents/Standart/StandartIncident.prefab - artifactKey: Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/Standart/StandartIncident.prefab using Guid(314508a0e654e3f49ad0ebd8f2f0cb47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd010b113b98986b381f29b29359fd735') in 0.003525 seconds - Import took 0.006209 seconds . + Time since last request: 1547.673792 seconds. + path: Assets/Inventory/SpawnButton.cs + artifactKey: Guid(87829a5c46abc5e49b26e4893f72c61c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Inventory/SpawnButton.cs using Guid(87829a5c46abc5e49b26e4893f72c61c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '10783e2f44616a63627748a63ff68c9a') in 0.003366 seconds + Import took 0.005789 seconds . ======================================================================== -Received Import Request. - Time since last request: 6.149951 seconds. - path: Assets/Prefabs/Incidents/FirstMeeting.prefab - artifactKey: Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Incidents/FirstMeeting.prefab using Guid(2c74eeb2d2cc06748afadc5a8faf9cfb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ee311a6442e0b1f11ec9efceda9033bb') in 0.003502 seconds - Import took 0.005979 seconds . +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001180 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.717 seconds +Domain Reload Profiling: + ReloadAssembly (717ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (585ms) + LoadAssemblies (63ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (177ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (234ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (152ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2631. +Total: 1.969700 ms (FindLiveObjects: 0.123300 ms CreateObjectMapping: 0.043000 ms MarkObjects: 1.788900 ms DeleteObjects: 0.013800 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001187 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.692 seconds +Domain Reload Profiling: + ReloadAssembly (693ms) + BeginReloadAssembly (78ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (569ms) + LoadAssemblies (56ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (176ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (226ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (149ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2633. +Total: 2.288100 ms (FindLiveObjects: 0.120700 ms CreateObjectMapping: 0.045700 ms MarkObjects: 2.094800 ms DeleteObjects: 0.026300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001257 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.712 seconds +Domain Reload Profiling: + ReloadAssembly (712ms) + BeginReloadAssembly (78ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (581ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (176ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (40ms) + SetupLoadedEditorAssemblies (233ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (155ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2635. +Total: 1.968700 ms (FindLiveObjects: 0.133000 ms CreateObjectMapping: 0.043400 ms MarkObjects: 1.779300 ms DeleteObjects: 0.012000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001351 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.764 seconds +Domain Reload Profiling: + ReloadAssembly (764ms) + BeginReloadAssembly (94ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (624ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (195ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (246ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2637. +Total: 2.475600 ms (FindLiveObjects: 0.168600 ms CreateObjectMapping: 0.059600 ms MarkObjects: 2.214200 ms DeleteObjects: 0.032000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001434 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.706 seconds +Domain Reload Profiling: + ReloadAssembly (707ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (578ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (181ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (230ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (152ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 94.9 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2639. +Total: 2.017100 ms (FindLiveObjects: 0.136000 ms CreateObjectMapping: 0.050500 ms MarkObjects: 1.815900 ms DeleteObjects: 0.013900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001169 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.702 seconds +Domain Reload Profiling: + ReloadAssembly (703ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (572ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (170ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (240ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2641. +Total: 1.977000 ms (FindLiveObjects: 0.122300 ms CreateObjectMapping: 0.044000 ms MarkObjects: 1.796600 ms DeleteObjects: 0.013400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001296 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.695 seconds +Domain Reload Profiling: + ReloadAssembly (696ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (568ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (181ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (221ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (144ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.8 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2643. +Total: 2.420300 ms (FindLiveObjects: 0.130200 ms CreateObjectMapping: 0.047700 ms MarkObjects: 2.223700 ms DeleteObjects: 0.017000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001144 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.656 seconds +Domain Reload Profiling: + ReloadAssembly (656ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (21ms) + EndReloadAssembly (531ms) + LoadAssemblies (53ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (165ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (36ms) + SetupLoadedEditorAssemblies (213ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (140ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (3ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2645. +Total: 1.990200 ms (FindLiveObjects: 0.128800 ms CreateObjectMapping: 0.056400 ms MarkObjects: 1.790800 ms DeleteObjects: 0.013400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001159 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.712 seconds +Domain Reload Profiling: + ReloadAssembly (713ms) + BeginReloadAssembly (81ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (591ms) + LoadAssemblies (54ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (173ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (245ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (161ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2647. +Total: 2.128600 ms (FindLiveObjects: 0.129100 ms CreateObjectMapping: 0.049200 ms MarkObjects: 1.923900 ms DeleteObjects: 0.025600 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001187 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.728 seconds +Domain Reload Profiling: + ReloadAssembly (728ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (600ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (192ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (231ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (153ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2649. +Total: 2.126800 ms (FindLiveObjects: 0.143600 ms CreateObjectMapping: 0.044800 ms MarkObjects: 1.922200 ms DeleteObjects: 0.015100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001184 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.765 seconds +Domain Reload Profiling: + ReloadAssembly (766ms) + BeginReloadAssembly (95ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (626ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (188ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (267ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (183ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2651. +Total: 2.035200 ms (FindLiveObjects: 0.144500 ms CreateObjectMapping: 0.046500 ms MarkObjects: 1.827700 ms DeleteObjects: 0.015200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001230 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.688 seconds +Domain Reload Profiling: + ReloadAssembly (688ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (559ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (175ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (223ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (148ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2653. +Total: 2.233700 ms (FindLiveObjects: 0.148000 ms CreateObjectMapping: 0.048800 ms MarkObjects: 2.022000 ms DeleteObjects: 0.013900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001266 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.700 seconds +Domain Reload Profiling: + ReloadAssembly (700ms) + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (565ms) + LoadAssemblies (64ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (172ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (228ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (147ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2655. +Total: 2.006400 ms (FindLiveObjects: 0.128600 ms CreateObjectMapping: 0.042400 ms MarkObjects: 1.823100 ms DeleteObjects: 0.011500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001191 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.679 seconds +Domain Reload Profiling: + ReloadAssembly (679ms) + BeginReloadAssembly (81ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (21ms) + EndReloadAssembly (556ms) + LoadAssemblies (54ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (172ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (221ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (147ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2657. +Total: 2.076900 ms (FindLiveObjects: 0.140900 ms CreateObjectMapping: 0.047900 ms MarkObjects: 1.871900 ms DeleteObjects: 0.014900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001195 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.726 seconds +Domain Reload Profiling: + ReloadAssembly (726ms) + BeginReloadAssembly (79ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (21ms) + EndReloadAssembly (606ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (194ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (234ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (153ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2659. +Total: 1.957400 ms (FindLiveObjects: 0.139200 ms CreateObjectMapping: 0.044500 ms MarkObjects: 1.756400 ms DeleteObjects: 0.015200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001650 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.678 seconds +Domain Reload Profiling: + ReloadAssembly (679ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (554ms) + LoadAssemblies (52ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (171ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (224ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (146ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2661. +Total: 2.017700 ms (FindLiveObjects: 0.128300 ms CreateObjectMapping: 0.046400 ms MarkObjects: 1.815700 ms DeleteObjects: 0.026300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001128 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.673 seconds +Domain Reload Profiling: + ReloadAssembly (673ms) + BeginReloadAssembly (74ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (555ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (170ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (226ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (146ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2663. +Total: 2.132100 ms (FindLiveObjects: 0.142400 ms CreateObjectMapping: 0.041100 ms MarkObjects: 1.931200 ms DeleteObjects: 0.016500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001113 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.692 seconds +Domain Reload Profiling: + ReloadAssembly (692ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (21ms) + EndReloadAssembly (555ms) + LoadAssemblies (56ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (170ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (40ms) + SetupLoadedEditorAssemblies (222ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (147ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.0 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2665. +Total: 1.962000 ms (FindLiveObjects: 0.119400 ms CreateObjectMapping: 0.044800 ms MarkObjects: 1.785800 ms DeleteObjects: 0.011300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 2434.013810 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '872fe643f9419cd97533dfbd80c65e53') in 0.063147 seconds + Import took 0.066706 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001210 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.721 seconds +Domain Reload Profiling: + ReloadAssembly (721ms) + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (30ms) + EndReloadAssembly (588ms) + LoadAssemblies (63ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (178ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (232ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (153ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 94.9 MB. +System memory in use after: 95.1 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2667. +Total: 2.071500 ms (FindLiveObjects: 0.133400 ms CreateObjectMapping: 0.043200 ms MarkObjects: 1.875400 ms DeleteObjects: 0.018500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 9.088818 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '528bc9fa0936b0b244fac8c245eb8d32') in 0.034753 seconds + Import took 0.037582 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001148 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.695 seconds +Domain Reload Profiling: + ReloadAssembly (695ms) + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (562ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (172ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (225ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (147ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2669. +Total: 2.121700 ms (FindLiveObjects: 0.159900 ms CreateObjectMapping: 0.060600 ms MarkObjects: 1.883200 ms DeleteObjects: 0.016900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 116.200449 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4b51000b63806e6a71efec40c00e50b6') in 0.035480 seconds + Import took 0.038477 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001246 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.736 seconds +Domain Reload Profiling: + ReloadAssembly (736ms) + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (600ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (176ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (247ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2671. +Total: 2.100500 ms (FindLiveObjects: 0.129500 ms CreateObjectMapping: 0.047000 ms MarkObjects: 1.903400 ms DeleteObjects: 0.019400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002104 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.729 seconds +Domain Reload Profiling: + ReloadAssembly (730ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (600ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (185ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (40ms) + SetupLoadedEditorAssemblies (242ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (157ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2673. +Total: 2.174700 ms (FindLiveObjects: 0.127200 ms CreateObjectMapping: 0.045500 ms MarkObjects: 1.986000 ms DeleteObjects: 0.015200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001389 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.702 seconds +Domain Reload Profiling: + ReloadAssembly (702ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (571ms) + LoadAssemblies (64ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (175ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (227ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (151ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2675. +Total: 2.041000 ms (FindLiveObjects: 0.134000 ms CreateObjectMapping: 0.045600 ms MarkObjects: 1.835000 ms DeleteObjects: 0.025500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001283 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.744 seconds +Domain Reload Profiling: + ReloadAssembly (744ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (612ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (193ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (243ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2677. +Total: 2.526900 ms (FindLiveObjects: 0.144100 ms CreateObjectMapping: 0.052300 ms MarkObjects: 2.309000 ms DeleteObjects: 0.020400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001201 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.690 seconds +Domain Reload Profiling: + ReloadAssembly (691ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (565ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (182ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (40ms) + SetupLoadedEditorAssemblies (218ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (143ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2679. +Total: 2.065600 ms (FindLiveObjects: 0.128600 ms CreateObjectMapping: 0.046000 ms MarkObjects: 1.877900 ms DeleteObjects: 0.012300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.002057 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.50 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.722 seconds +Domain Reload Profiling: + ReloadAssembly (722ms) + BeginReloadAssembly (82ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (596ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (189ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (235ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (155ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2681. +Total: 2.082600 ms (FindLiveObjects: 0.126600 ms CreateObjectMapping: 0.042900 ms MarkObjects: 1.886600 ms DeleteObjects: 0.013000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001271 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.768 seconds +Domain Reload Profiling: + ReloadAssembly (768ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (634ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (253ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (165ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2683. +Total: 2.314000 ms (FindLiveObjects: 0.140500 ms CreateObjectMapping: 0.040400 ms MarkObjects: 2.115600 ms DeleteObjects: 0.016200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001430 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.701 seconds +Domain Reload Profiling: + ReloadAssembly (701ms) + BeginReloadAssembly (74ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (587ms) + LoadAssemblies (54ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (173ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (245ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (167ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2685. +Total: 2.293300 ms (FindLiveObjects: 0.133300 ms CreateObjectMapping: 0.046500 ms MarkObjects: 2.097600 ms DeleteObjects: 0.014400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001291 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.770 seconds +Domain Reload Profiling: + ReloadAssembly (770ms) + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (635ms) + LoadAssemblies (56ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (210ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (257ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (169ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2687. +Total: 2.042400 ms (FindLiveObjects: 0.126600 ms CreateObjectMapping: 0.043400 ms MarkObjects: 1.857500 ms DeleteObjects: 0.014000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001281 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.733 seconds +Domain Reload Profiling: + ReloadAssembly (733ms) + BeginReloadAssembly (80ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (608ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (192ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (242ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (158ms) + ProcessInitializeOnLoadMethodAttributes (6ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2689. +Total: 2.007400 ms (FindLiveObjects: 0.122500 ms CreateObjectMapping: 0.041400 ms MarkObjects: 1.829300 ms DeleteObjects: 0.013400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001632 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.733 seconds +Domain Reload Profiling: + ReloadAssembly (734ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (602ms) + LoadAssemblies (66ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (189ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (245ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (164ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2691. +Total: 2.036900 ms (FindLiveObjects: 0.142100 ms CreateObjectMapping: 0.043800 ms MarkObjects: 1.835800 ms DeleteObjects: 0.014100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001204 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.751 seconds +Domain Reload Profiling: + ReloadAssembly (751ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (621ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (188ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (255ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (165ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2693. +Total: 2.319000 ms (FindLiveObjects: 0.179000 ms CreateObjectMapping: 0.056200 ms MarkObjects: 2.031800 ms DeleteObjects: 0.050700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001325 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.729 seconds +Domain Reload Profiling: + ReloadAssembly (730ms) + BeginReloadAssembly (82ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (604ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (183ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (252ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (161ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2695. +Total: 2.012100 ms (FindLiveObjects: 0.131800 ms CreateObjectMapping: 0.046100 ms MarkObjects: 1.807400 ms DeleteObjects: 0.025600 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001249 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.737 seconds +Domain Reload Profiling: + ReloadAssembly (737ms) + BeginReloadAssembly (80ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (614ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (192ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (242ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (160ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.1 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2697. +Total: 2.085200 ms (FindLiveObjects: 0.130600 ms CreateObjectMapping: 0.044400 ms MarkObjects: 1.895100 ms DeleteObjects: 0.014100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001210 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.716 seconds +Domain Reload Profiling: + ReloadAssembly (716ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (584ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (183ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (228ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (151ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2699. +Total: 1.994500 ms (FindLiveObjects: 0.129500 ms CreateObjectMapping: 0.046300 ms MarkObjects: 1.792600 ms DeleteObjects: 0.025200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001190 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.748 seconds +Domain Reload Profiling: + ReloadAssembly (748ms) + BeginReloadAssembly (96ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (607ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (186ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (250ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (163ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2701. +Total: 1.983500 ms (FindLiveObjects: 0.128000 ms CreateObjectMapping: 0.049700 ms MarkObjects: 1.792600 ms DeleteObjects: 0.012400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001424 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.719 seconds +Domain Reload Profiling: + ReloadAssembly (719ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (593ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (191ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (228ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (149ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.0 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2703. +Total: 2.066300 ms (FindLiveObjects: 0.141900 ms CreateObjectMapping: 0.046000 ms MarkObjects: 1.861800 ms DeleteObjects: 0.015300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001281 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.698 seconds +Domain Reload Profiling: + ReloadAssembly (699ms) + BeginReloadAssembly (92ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (564ms) + LoadAssemblies (56ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (175ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (224ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (146ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.1 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2705. +Total: 2.357700 ms (FindLiveObjects: 0.148200 ms CreateObjectMapping: 0.049200 ms MarkObjects: 2.139700 ms DeleteObjects: 0.019400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001302 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.691 seconds +Domain Reload Profiling: + ReloadAssembly (692ms) + BeginReloadAssembly (81ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (567ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (174ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (225ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (146ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.1 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2707. +Total: 2.133700 ms (FindLiveObjects: 0.129800 ms CreateObjectMapping: 0.045800 ms MarkObjects: 1.942200 ms DeleteObjects: 0.014200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001135 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.723 seconds +Domain Reload Profiling: + ReloadAssembly (723ms) + BeginReloadAssembly (99ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (576ms) + LoadAssemblies (65ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (179ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (231ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (149ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.1 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2709. +Total: 2.019400 ms (FindLiveObjects: 0.139200 ms CreateObjectMapping: 0.050800 ms MarkObjects: 1.815300 ms DeleteObjects: 0.013400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001196 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.756 seconds +Domain Reload Profiling: + ReloadAssembly (756ms) + BeginReloadAssembly (94ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (619ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (187ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (41ms) + SetupLoadedEditorAssemblies (260ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (176ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.1 MB. +System memory in use after: 95.2 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2711. +Total: 2.155100 ms (FindLiveObjects: 0.144000 ms CreateObjectMapping: 0.048500 ms MarkObjects: 1.946600 ms DeleteObjects: 0.015000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001248 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.743 seconds +Domain Reload Profiling: + ReloadAssembly (744ms) + BeginReloadAssembly (93ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (606ms) + LoadAssemblies (59ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (176ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (252ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (166ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.3 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2713. +Total: 2.029800 ms (FindLiveObjects: 0.145100 ms CreateObjectMapping: 0.048900 ms MarkObjects: 1.821600 ms DeleteObjects: 0.013100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001240 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.729 seconds +Domain Reload Profiling: + ReloadAssembly (729ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (600ms) + LoadAssemblies (57ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (189ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (42ms) + SetupLoadedEditorAssemblies (239ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (156ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.3 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2715. +Total: 2.139600 ms (FindLiveObjects: 0.166100 ms CreateObjectMapping: 0.051100 ms MarkObjects: 1.895200 ms DeleteObjects: 0.026000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001487 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.758 seconds +Domain Reload Profiling: + ReloadAssembly (758ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (624ms) + LoadAssemblies (61ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (194ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (46ms) + SetupLoadedEditorAssemblies (243ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (159ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.3 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2717. +Total: 2.081800 ms (FindLiveObjects: 0.146300 ms CreateObjectMapping: 0.051400 ms MarkObjects: 1.869900 ms DeleteObjects: 0.013100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001254 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.741 seconds +Domain Reload Profiling: + ReloadAssembly (742ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (614ms) + LoadAssemblies (58ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (188ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (43ms) + SetupLoadedEditorAssemblies (252ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (171ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.3 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2719. +Total: 2.128400 ms (FindLiveObjects: 0.151000 ms CreateObjectMapping: 0.049700 ms MarkObjects: 1.911800 ms DeleteObjects: 0.014700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001226 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.726 seconds +Domain Reload Profiling: + ReloadAssembly (726ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (594ms) + LoadAssemblies (60ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (186ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (240ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (158ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.4 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2721. +Total: 2.291100 ms (FindLiveObjects: 0.150400 ms CreateObjectMapping: 0.049000 ms MarkObjects: 2.060600 ms DeleteObjects: 0.030100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001452 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.759 seconds +Domain Reload Profiling: + ReloadAssembly (759ms) + BeginReloadAssembly (102ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (615ms) + LoadAssemblies (65ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (195ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (252ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (170ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.4 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2723. +Total: 2.149600 ms (FindLiveObjects: 0.147300 ms CreateObjectMapping: 0.052500 ms MarkObjects: 1.923600 ms DeleteObjects: 0.025200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001328 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.789 seconds +Domain Reload Profiling: + ReloadAssembly (789ms) + BeginReloadAssembly (116ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (627ms) + LoadAssemblies (64ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (195ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (45ms) + SetupLoadedEditorAssemblies (249ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (165ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.4 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2725. +Total: 2.164900 ms (FindLiveObjects: 0.164200 ms CreateObjectMapping: 0.059100 ms MarkObjects: 1.919100 ms DeleteObjects: 0.021400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001451 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.688 seconds +Domain Reload Profiling: + ReloadAssembly (688ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (23ms) + EndReloadAssembly (558ms) + LoadAssemblies (55ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (179ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (38ms) + SetupLoadedEditorAssemblies (218ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (142ms) + ProcessInitializeOnLoadMethodAttributes (4ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.4 MB. + +Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2727. +Total: 2.060700 ms (FindLiveObjects: 0.141300 ms CreateObjectMapping: 0.050600 ms MarkObjects: 1.842800 ms DeleteObjects: 0.025000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 2096.656319 seconds. + path: Assets/Prefabs/InventoryCanvas.prefab + artifactKey: Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Prefabs/InventoryCanvas.prefab using Guid(7f7cf1336562d5541a6b68e94a57e257) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '08e09da91afe4426cb9f27ab35f3d0ba') in 0.052096 seconds + Import took 0.055015 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.001320 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.715 seconds +Domain Reload Profiling: + ReloadAssembly (715ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (588ms) + LoadAssemblies (62ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (182ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (39ms) + SetupLoadedEditorAssemblies (234ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (155ms) + ProcessInitializeOnLoadMethodAttributes (5ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 2118 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 95.2 MB. +System memory in use after: 95.4 MB. + +Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2729. +Total: 2.269300 ms (FindLiveObjects: 0.204700 ms CreateObjectMapping: 0.055200 ms MarkObjects: 1.990700 ms DeleteObjects: 0.017700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 5be68222..e63fe353 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,16 +1,4 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler -Cmd: compileSnippet - insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_NONE dKW=_SUNDISK_SIMPLE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5414 - -Cmd: compileSnippet - insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_NONE dKW=_SUNDISK_SIMPLE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=474 - -Cmd: compileSnippet - insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5698 - -Cmd: compileSnippet - insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=934 - Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log index 75cc7b08..e63fe353 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe11.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe6.log b/Logs/shadercompiler-UnityShaderCompiler.exe6.log index 75cc7b08..e63fe353 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe6.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe6.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe8.log b/Logs/shadercompiler-UnityShaderCompiler.exe8.log index 75cc7b08..e63fe353 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe8.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe8.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe9.log b/Logs/shadercompiler-UnityShaderCompiler.exe9.log index 75cc7b08..e63fe353 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe9.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe9.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process