From ba47dd9e3968de094880418ac32bcdb8eb05426d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=A1=D0=BA=D0=B0=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Sun, 17 Oct 2021 18:05:01 +0700 Subject: [PATCH 1/4] Edit --- .vsconfig | 6 + Assets/Group1/Scenes/KillAllEnemies.unity | 1045 +++- .../Scenes/KillAllEnemiesSettings.lighting | 63 + .../KillAllEnemiesSettings.lighting.meta | 8 + Assets/Group1/Scripts/Enemy.cs | 29 + .../Scripts/{e.cs.meta => Enemy.cs.meta} | 0 Assets/Group1/Scripts/EnemyContainer.cs | 13 + ...Script1.cs.meta => EnemyContainer.cs.meta} | 0 Assets/Group1/Scripts/GameController.cs | 38 - Assets/Group1/Scripts/NewBehaviourScript1.cs | 65 - Assets/Group1/Scripts/PlayerCollision.cs | 24 + Assets/Group1/Scripts/PlayerCollision.cs.meta | 11 + Assets/Group1/Scripts/PlayerController.cs | 75 + ...oller.cs.meta => PlayerController.cs.meta} | 0 Assets/Group1/Scripts/Speed.cs | 5 + Assets/Group1/Scripts/Speed.cs.meta | 11 + Assets/Group1/Scripts/e.cs | 22 - Assets/Group1/Sprites.meta | 8 + .../Group1/{Player.png => Sprites/Enemy.png} | Bin .../Enemy.png.meta} | 2 +- .../Group1/{enemy.png => Sprites/Player.png} | Bin Assets/Group1/{ => Sprites}/Player.png.meta | 2 +- Assets/Group1/Sprites/Speed.png | Bin 0 -> 7068 bytes Assets/Group1/Sprites/Speed.png.meta | 180 + Assets/Resources.meta | 8 + Assets/Resources/BillingMode.json | 1 + Assets/Resources/BillingMode.json.meta | 7 + Logs/ApiUpdaterCheck.txt | 160 + Logs/AssetImportWorker0-prev.log | 5459 +++++++++++++++++ Logs/AssetImportWorker0.log | 2674 ++++++++ Logs/Packages-Update.log | 25 + Logs/shadercompiler-AssetImportWorker0.log | 3 + ...hadercompiler-UnityShaderCompiler.exe0.log | 3 + ...hadercompiler-UnityShaderCompiler.exe1.log | 3 + ...adercompiler-UnityShaderCompiler.exe10.log | 3 + ...adercompiler-UnityShaderCompiler.exe11.log | 3 + ...adercompiler-UnityShaderCompiler.exe12.log | 3 + ...adercompiler-UnityShaderCompiler.exe13.log | 3 + ...adercompiler-UnityShaderCompiler.exe14.log | 3 + ...adercompiler-UnityShaderCompiler.exe15.log | 3 + ...hadercompiler-UnityShaderCompiler.exe2.log | 3 + ...hadercompiler-UnityShaderCompiler.exe3.log | 3 + ...hadercompiler-UnityShaderCompiler.exe4.log | 3 + ...hadercompiler-UnityShaderCompiler.exe5.log | 3 + ...hadercompiler-UnityShaderCompiler.exe6.log | 3 + ...hadercompiler-UnityShaderCompiler.exe7.log | 3 + ...hadercompiler-UnityShaderCompiler.exe8.log | 3 + ...hadercompiler-UnityShaderCompiler.exe9.log | 3 + Packages/manifest.json | 21 +- Packages/packages-lock.json | 400 ++ ProjectSettings/PackageManagerSettings.asset | 43 + ProjectSettings/ProjectVersion.txt | 3 +- ProjectSettings/VersionControlSettings.asset | 8 + UserSettings/EditorUserSettings.asset | 24 + 54 files changed, 10245 insertions(+), 246 deletions(-) create mode 100644 .vsconfig create mode 100644 Assets/Group1/Scenes/KillAllEnemiesSettings.lighting create mode 100644 Assets/Group1/Scenes/KillAllEnemiesSettings.lighting.meta create mode 100644 Assets/Group1/Scripts/Enemy.cs rename Assets/Group1/Scripts/{e.cs.meta => Enemy.cs.meta} (100%) create mode 100644 Assets/Group1/Scripts/EnemyContainer.cs rename Assets/Group1/Scripts/{NewBehaviourScript1.cs.meta => EnemyContainer.cs.meta} (100%) delete mode 100644 Assets/Group1/Scripts/GameController.cs delete mode 100644 Assets/Group1/Scripts/NewBehaviourScript1.cs create mode 100644 Assets/Group1/Scripts/PlayerCollision.cs create mode 100644 Assets/Group1/Scripts/PlayerCollision.cs.meta create mode 100644 Assets/Group1/Scripts/PlayerController.cs rename Assets/Group1/Scripts/{GameController.cs.meta => PlayerController.cs.meta} (100%) create mode 100644 Assets/Group1/Scripts/Speed.cs create mode 100644 Assets/Group1/Scripts/Speed.cs.meta delete mode 100644 Assets/Group1/Scripts/e.cs create mode 100644 Assets/Group1/Sprites.meta rename Assets/Group1/{Player.png => Sprites/Enemy.png} (100%) rename Assets/Group1/{enemy.png.meta => Sprites/Enemy.png.meta} (98%) rename Assets/Group1/{enemy.png => Sprites/Player.png} (100%) rename Assets/Group1/{ => Sprites}/Player.png.meta (99%) create mode 100644 Assets/Group1/Sprites/Speed.png create mode 100644 Assets/Group1/Sprites/Speed.png.meta create mode 100644 Assets/Resources.meta create mode 100644 Assets/Resources/BillingMode.json create mode 100644 Assets/Resources/BillingMode.json.meta create mode 100644 Logs/ApiUpdaterCheck.txt create mode 100644 Logs/AssetImportWorker0-prev.log create mode 100644 Logs/AssetImportWorker0.log create mode 100644 Logs/Packages-Update.log create mode 100644 Logs/shadercompiler-AssetImportWorker0.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe0.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe1.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe10.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe11.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe12.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe13.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe14.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe15.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe2.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe3.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe4.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe5.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe6.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe7.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe8.log create mode 100644 Logs/shadercompiler-UnityShaderCompiler.exe9.log create mode 100644 Packages/packages-lock.json create mode 100644 ProjectSettings/PackageManagerSettings.asset create mode 100644 ProjectSettings/VersionControlSettings.asset create mode 100644 UserSettings/EditorUserSettings.asset diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 00000000..d70cd98b --- /dev/null +++ b/.vsconfig @@ -0,0 +1,6 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Workload.ManagedGame" + ] +} diff --git a/Assets/Group1/Scenes/KillAllEnemies.unity b/Assets/Group1/Scenes/KillAllEnemies.unity index 21adfb9b..0aa40e27 100644 --- a/Assets/Group1/Scenes/KillAllEnemies.unity +++ b/Assets/Group1/Scenes/KillAllEnemies.unity @@ -43,7 +43,7 @@ RenderSettings: --- !u!157 &3 LightmapSettings: m_ObjectHideFlags: 0 - serializedVersion: 11 + serializedVersion: 12 m_GIWorkflowMode: 0 m_GISettings: serializedVersion: 2 @@ -54,7 +54,7 @@ LightmapSettings: m_EnableBakedLightmaps: 1 m_EnableRealtimeLightmaps: 0 m_LightmapEditorSettings: - serializedVersion: 10 + serializedVersion: 12 m_Resolution: 2 m_BakeResolution: 10 m_AtlasSize: 512 @@ -62,6 +62,7 @@ LightmapSettings: m_AOMaxDistance: 1 m_CompAOExponent: 1 m_CompAOExponentDirect: 0 + m_ExtractAmbientOcclusion: 0 m_Padding: 2 m_LightmapParameters: {fileID: 0} m_LightmapsBakeMode: 1 @@ -76,10 +77,16 @@ LightmapSettings: m_PVRDirectSampleCount: 32 m_PVRSampleCount: 256 m_PVRBounces: 2 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 m_PVRFilterTypeDirect: 0 m_PVRFilterTypeIndirect: 0 m_PVRFilterTypeAO: 0 - m_PVRFilteringMode: 1 + m_PVREnvironmentMIS: 0 m_PVRCulling: 1 m_PVRFilteringGaussRadiusDirect: 1 m_PVRFilteringGaussRadiusIndirect: 5 @@ -87,9 +94,12 @@ LightmapSettings: m_PVRFilteringAtrousPositionSigmaDirect: 0.5 m_PVRFilteringAtrousPositionSigmaIndirect: 2 m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ShowResolutionOverlay: 1 + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_LightProbeSampleCountMultiplier: 4 m_LightingDataAsset: {fileID: 0} - m_UseShadowmask: 1 + m_LightingSettings: {fileID: 4890085278179872738, guid: 8d5b28f345beb9848827a85a8ac30ad7, + type: 2} --- !u!196 &4 NavMeshSettings: serializedVersion: 2 @@ -109,9 +119,111 @@ NavMeshSettings: manualTileSize: 0 tileSize: 256 accuratePlacement: 0 + maxJobWorkers: 0 + preserveTilesOutsideBounds: 0 debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1 &136932431 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 136932432} + - component: {fileID: 136932434} + - component: {fileID: 136932433} + m_Layer: 0 + m_Name: Circle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &136932432 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 136932431} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 1} + m_Children: [] + m_Father: {fileID: 141422279} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &136932433 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 136932431} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &136932434 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 136932431} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 --- !u!1 &141422275 GameObject: m_ObjectHideFlags: 0 @@ -156,6 +268,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -167,6 +281,7 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 @@ -179,7 +294,7 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: c393ddce902166c4fb0e2130d216d549, type: 3} + m_Sprite: {fileID: 21300000, guid: f57469eb5216ae041b6302b6da1e2065, type: 3} m_Color: {r: 0.9056604, g: 0.2947668, b: 0.2947668, a: 1} m_FlipX: 0 m_FlipY: 0 @@ -197,12 +312,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 141422275} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 3.59, y: 3.09, z: 0} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 4 + m_Children: + - {fileID: 136932432} + m_Father: {fileID: 1974835355} + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &170076733 GameObject: @@ -229,12 +345,14 @@ Light: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 170076733} m_Enabled: 1 - serializedVersion: 8 + serializedVersion: 10 m_Type: 1 + m_Shape: 0 m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} m_Intensity: 1 m_Range: 10 m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 m_CookieSize: 10 m_Shadows: m_Type: 2 @@ -244,6 +362,24 @@ Light: m_Bias: 0.05 m_NormalBias: 0.4 m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 m_Cookie: {fileID: 0} m_DrawHalo: 0 m_Flare: {fileID: 0} @@ -251,12 +387,16 @@ Light: m_CullingMask: serializedVersion: 2 m_Bits: 4294967295 + m_RenderingLayerMask: 1 m_Lightmapping: 1 m_LightShadowCasterMode: 0 m_AreaSize: {x: 1, y: 1} m_BounceIntensity: 1 m_ColorTemperature: 6570 m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_UseViewFrustumForShadowCasterCull: 1 m_ShadowRadius: 0 m_ShadowAngle: 0 --- !u!4 &170076735 @@ -284,7 +424,6 @@ GameObject: - component: {fileID: 534669905} - component: {fileID: 534669904} - component: {fileID: 534669903} - - component: {fileID: 534669906} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera @@ -312,9 +451,10 @@ Camera: m_ClearFlags: 1 m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} m_projectionMatrixMode: 1 + m_GateFitMode: 2 + m_FOVAxisMode: 0 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} - m_GateFitMode: 2 m_FocalLength: 50 m_NormalizedViewPortRect: serializedVersion: 2 @@ -356,25 +496,103 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &534669906 +--- !u!1 &836932021 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 836932023} + - component: {fileID: 836932022} + - component: {fileID: 836932025} + m_Layer: 0 + m_Name: Speed + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!212 &836932022 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 836932021} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: -9095717837082945937, guid: 02e7924fc96084d46ab2e8b369552542, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 2} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &836932023 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 836932021} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -1.74, y: 3.11, z: 0} + m_LocalScale: {x: 0.5, y: 0.5, z: 1} + m_Children: + - {fileID: 1140142449} + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &836932025 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 534669902} + m_GameObject: {fileID: 836932021} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: cd6d0074e725a114e850d2e604fe4b0d, type: 3} + m_Script: {fileID: 11500000, guid: 2ffa3f8dc91f0b3448ead21623fbb0c2, type: 3} m_Name: m_EditorClassIdentifier: - go: {fileID: 1054253062} - a: {fileID: 1761935009} - B: - - {fileID: 2083640146} - - {fileID: 1754708960} - - {fileID: 141422275} - - {fileID: 1578050036} --- !u!1 &1054253062 GameObject: m_ObjectHideFlags: 0 @@ -386,7 +604,7 @@ GameObject: - component: {fileID: 1054253064} - component: {fileID: 1054253063} m_Layer: 0 - m_Name: New Sprite + m_Name: EndLevel m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -406,6 +624,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -417,6 +637,7 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 @@ -429,7 +650,7 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 100 - m_Sprite: {fileID: 21300000, guid: c393ddce902166c4fb0e2130d216d549, type: 3} + m_Sprite: {fileID: 21300000, guid: f57469eb5216ae041b6302b6da1e2065, type: 3} m_Color: {r: 0, g: 0, b: 0, a: 1} m_FlipX: 0 m_FlipY: 0 @@ -448,13 +669,13 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1054253062} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -0.08, y: 0.56, z: -0.15457831} - m_LocalScale: {x: 25, y: 25, z: 1} + m_LocalPosition: {x: 2.5634, y: -1.4614, z: -0.15457831} + m_LocalScale: {x: 80.66636, y: 76.936165, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 7 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1578050036 +--- !u!1 &1140142448 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -462,35 +683,53 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 1578050040} - - component: {fileID: 1578050039} - - component: {fileID: 1578050038} + - component: {fileID: 1140142449} + - component: {fileID: 1140142451} + - component: {fileID: 1140142450} m_Layer: 0 - m_Name: enemy - m_TagString: Enemy + m_Name: Circle + m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!114 &1578050038 -MonoBehaviour: +--- !u!4 &1140142449 +Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1578050036} + m_GameObject: {fileID: 1140142448} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 1} + m_Children: [] + m_Father: {fileID: 836932023} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &1140142450 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1140142448} m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 65f7df4705b7dae48944a39b48934484, type: 3} - m_Name: - m_EditorClassIdentifier: ---- !u!212 &1578050039 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &1140142451 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1578050036} + m_GameObject: {fileID: 1140142448} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 @@ -498,6 +737,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -509,10 +750,11 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 - m_StitchLightmapSeams: 0 + m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 @@ -521,8 +763,9 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: c393ddce902166c4fb0e2130d216d549, type: 3} - m_Color: {r: 0.9056604, g: 0.2947668, b: 0.2947668, a: 1} + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 @@ -532,21 +775,7 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!4 &1578050040 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1578050036} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 3.59, y: -1.34, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1754708960 +--- !u!1 &1578050036 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -554,9 +783,9 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 1754708964} - - component: {fileID: 1754708963} - - component: {fileID: 1754708962} + - component: {fileID: 1578050040} + - component: {fileID: 1578050039} + - component: {fileID: 1578050038} m_Layer: 0 m_Name: enemy m_TagString: Enemy @@ -564,25 +793,25 @@ GameObject: m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!114 &1754708962 +--- !u!114 &1578050038 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1754708960} + m_GameObject: {fileID: 1578050036} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: 65f7df4705b7dae48944a39b48934484, type: 3} m_Name: m_EditorClassIdentifier: ---- !u!212 &1754708963 +--- !u!212 &1578050039 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1754708960} + m_GameObject: {fileID: 1578050036} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 @@ -590,6 +819,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -601,6 +832,7 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 @@ -613,7 +845,7 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: c393ddce902166c4fb0e2130d216d549, type: 3} + m_Sprite: {fileID: 21300000, guid: f57469eb5216ae041b6302b6da1e2065, type: 3} m_Color: {r: 0.9056604, g: 0.2947668, b: 0.2947668, a: 1} m_FlipX: 0 m_FlipY: 0 @@ -624,21 +856,22 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!4 &1754708964 +--- !u!4 &1578050040 Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1754708960} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 3.59, y: 0.71, z: 0} + m_GameObject: {fileID: 1578050036} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -4.43, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} + m_Children: + - {fileID: 2135072972} + m_Father: {fileID: 1974835355} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1761935009 +--- !u!1 &1735018778 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -646,23 +879,76 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 1761935011} - - component: {fileID: 1761935010} - - component: {fileID: 1761935012} + - component: {fileID: 1735018779} + - component: {fileID: 1735018782} + - component: {fileID: 1735018781} + - component: {fileID: 1735018780} + - component: {fileID: 1735018783} m_Layer: 0 - m_Name: New Sprite (1) + m_Name: Circle m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!212 &1761935010 +--- !u!4 &1735018779 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1735018778} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.2, y: 0.2, z: 1} + m_Children: [] + m_Father: {fileID: 1761935011} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!50 &1735018780 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1735018778} + m_BodyType: 0 + m_Simulated: 1 + m_UseFullKinematicContacts: 0 + m_UseAutoMass: 0 + m_Mass: 0.0001 + m_LinearDrag: 0 + m_AngularDrag: 0.05 + m_GravityScale: 0 + m_Material: {fileID: 0} + m_Interpolate: 0 + m_SleepingMode: 1 + m_CollisionDetection: 0 + m_Constraints: 0 +--- !u!58 &1735018781 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1735018778} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &1735018782 SpriteRenderer: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1761935009} + m_GameObject: {fileID: 1735018778} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 @@ -670,6 +956,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -681,10 +969,11 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 - m_StitchLightmapSeams: 0 + m_StitchLightmapSeams: 1 m_SelectedEditorRenderState: 0 m_MinimumChartSize: 4 m_AutoUVMaxDistance: 0.5 @@ -692,9 +981,10 @@ SpriteRenderer: m_LightmapParameters: {fileID: 0} m_SortingLayerID: 0 m_SortingLayer: 0 - m_SortingOrder: 5 - m_Sprite: {fileID: 21300000, guid: e3d497cf399ca0d42af41c518d283eb2, type: 3} - m_Color: {r: 0.008547783, g: 1, b: 0, a: 1} + m_SortingOrder: 0 + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} m_FlipX: 0 m_FlipY: 0 m_DrawMode: 0 @@ -704,35 +994,362 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 ---- !u!4 &1761935011 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1761935009} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &1761935012 +--- !u!114 &1735018783 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1761935009} + m_GameObject: {fileID: 1735018778} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a985bd01b946334ca461a5419553117, type: 3} + m_Name: + m_EditorClassIdentifier: + _enemyContainer: {fileID: 1974835356} +--- !u!1 &1754708960 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1754708964} + - component: {fileID: 1754708963} + - component: {fileID: 1754708962} + m_Layer: 0 + m_Name: enemy + m_TagString: Enemy + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1754708962 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1754708960} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 65f7df4705b7dae48944a39b48934484, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!212 &1754708963 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1754708960} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: f57469eb5216ae041b6302b6da1e2065, type: 3} + m_Color: {r: 0.9056604, g: 0.2947668, b: 0.2947668, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1754708964 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1754708960} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: -2.3799999, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2130913285} + m_Father: {fileID: 1974835355} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1761935009 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1761935011} + - component: {fileID: 1761935010} + - component: {fileID: 1761935013} + m_Layer: 0 + m_Name: Player + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!212 &1761935010 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1761935009} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 1 + m_Sprite: {fileID: 21300000, guid: 783ea09b1f87a1d49bc8a5af2a23db5e, type: 3} + m_Color: {r: 0.008547783, g: 1, b: 0, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1761935011 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1761935009} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1735018779} + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1761935013 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1761935009} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: cd6d0074e725a114e850d2e604fe4b0d, type: 3} + m_Name: + m_EditorClassIdentifier: + _speed: 4 + _timer: 1 + _time: 2 +--- !u!1 &1917585921 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1917585922} + - component: {fileID: 1917585924} + - component: {fileID: 1917585923} + m_Layer: 0 + m_Name: Circle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1917585922 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1917585921} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 1} + m_Children: [] + m_Father: {fileID: 2083640148} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &1917585923 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1917585921} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &1917585924 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1917585921} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!1 &1974835354 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1974835355} + - component: {fileID: 1974835356} + m_Layer: 0 + m_Name: EnemyContainer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1974835355 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1974835354} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 3.59, y: 3.09, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2083640148} + - {fileID: 1754708964} + - {fileID: 141422279} + - {fileID: 1578050040} + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1974835356 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1974835354} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 11500000, guid: dede9e7d6741aea4cb07b98da83cc6a8, type: 3} m_Name: m_EditorClassIdentifier: - spEed: 4 - timer: 0 - time: 0 + _endLevel: {fileID: 1054253062} --- !u!1 &2083640146 GameObject: m_ObjectHideFlags: 0 @@ -765,6 +1382,8 @@ SpriteRenderer: m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -776,6 +1395,7 @@ SpriteRenderer: m_ProbeAnchor: {fileID: 0} m_LightProbeVolumeOverride: {fileID: 0} m_ScaleInLightmap: 1 + m_ReceiveGI: 1 m_PreserveUVs: 0 m_IgnoreNormalsForChartDetection: 0 m_ImportantGI: 0 @@ -788,7 +1408,7 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 - m_Sprite: {fileID: 21300000, guid: c393ddce902166c4fb0e2130d216d549, type: 3} + m_Sprite: {fileID: 21300000, guid: f57469eb5216ae041b6302b6da1e2065, type: 3} m_Color: {r: 0.9056604, g: 0.2947668, b: 0.2947668, a: 1} m_FlipX: 0 m_FlipY: 0 @@ -806,12 +1426,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2083640146} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -3.13, y: 0.71, z: 0} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -6.7200003, y: -2.3799999, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 2 + m_Children: + - {fileID: 1917585922} + m_Father: {fileID: 1974835355} + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &2083640150 MonoBehaviour: @@ -825,3 +1446,203 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 65f7df4705b7dae48944a39b48934484, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1 &2130913284 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2130913285} + - component: {fileID: 2130913287} + - component: {fileID: 2130913286} + m_Layer: 0 + m_Name: Circle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2130913285 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2130913284} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 1} + m_Children: [] + m_Father: {fileID: 1754708964} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &2130913286 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2130913284} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &2130913287 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2130913284} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!1 &2135072971 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2135072972} + - component: {fileID: 2135072974} + - component: {fileID: 2135072973} + m_Layer: 0 + m_Name: Circle + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &2135072972 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2135072971} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 0.1, y: 0.1, z: 1} + m_Children: [] + m_Father: {fileID: 1578050040} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &2135072973 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2135072971} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + serializedVersion: 2 + m_Radius: 0.5 +--- !u!212 &2135072974 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2135072971} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: -2413806693520163455, guid: ebe73ca9363db456bacf42c025bb4847, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 diff --git a/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting b/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting new file mode 100644 index 00000000..9321e507 --- /dev/null +++ b/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting @@ -0,0 +1,63 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: KillAllEnemiesSettings + serializedVersion: 3 + m_GIWorkflowMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 1 + m_LightmapMaxSize: 512 + m_BakeResolution: 10 + m_Padding: 2 + m_TextureCompression: 1 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 1 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 256 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 4 + m_PVRBounces: 2 + m_PVRMinBounces: 2 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 2 + m_PVRDenoiserTypeDirect: 0 + m_PVRDenoiserTypeIndirect: 0 + m_PVRDenoiserTypeAO: 0 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 diff --git a/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting.meta b/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting.meta new file mode 100644 index 00000000..178d250f --- /dev/null +++ b/Assets/Group1/Scenes/KillAllEnemiesSettings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8d5b28f345beb9848827a85a8ac30ad7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Group1/Scripts/Enemy.cs b/Assets/Group1/Scripts/Enemy.cs new file mode 100644 index 00000000..26d34e3d --- /dev/null +++ b/Assets/Group1/Scripts/Enemy.cs @@ -0,0 +1,29 @@ +using UnityEngine; + +public class Enemy : MonoBehaviour +{ + private readonly float _maxDistance = 2; + + private Vector3 _target; + + + private void Start() + { + SetTarget(); + } + + private void FixedUpdate() + { + transform.position = Vector3.MoveTowards(transform.position, _target, _maxDistance * Time.deltaTime); + + if (transform.position == _target) + SetTarget(); + } + + private void SetTarget() + { + int coefficient = 4; + + _target = Random.insideUnitCircle * coefficient; + } +} diff --git a/Assets/Group1/Scripts/e.cs.meta b/Assets/Group1/Scripts/Enemy.cs.meta similarity index 100% rename from Assets/Group1/Scripts/e.cs.meta rename to Assets/Group1/Scripts/Enemy.cs.meta diff --git a/Assets/Group1/Scripts/EnemyContainer.cs b/Assets/Group1/Scripts/EnemyContainer.cs new file mode 100644 index 00000000..e12e114b --- /dev/null +++ b/Assets/Group1/Scripts/EnemyContainer.cs @@ -0,0 +1,13 @@ +using UnityEngine; + +public class EnemyContainer : MonoBehaviour +{ + [SerializeField] private GameObject _endLevel; + + + public void TryEndLevel() + { + if (transform.childCount == 1) + _endLevel.SetActive(true); + } +} diff --git a/Assets/Group1/Scripts/NewBehaviourScript1.cs.meta b/Assets/Group1/Scripts/EnemyContainer.cs.meta similarity index 100% rename from Assets/Group1/Scripts/NewBehaviourScript1.cs.meta rename to Assets/Group1/Scripts/EnemyContainer.cs.meta diff --git a/Assets/Group1/Scripts/GameController.cs b/Assets/Group1/Scripts/GameController.cs deleted file mode 100644 index 6afe5356..00000000 --- a/Assets/Group1/Scripts/GameController.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class GameController : MonoBehaviour -{ - public static GameController controller; - - public GameObject go; - public GameObject a; - public GameObject[] B; - - // Start is called before the first frame update - void Start() - { - controller = this; - } - - public void End() - { - go.SetActive(true); - } - - // Update is called once per frame - void Update(){ - foreach (var b in B) - { - if (b == null) - continue; - - if (Vector3.Distance(a.gameObject.gameObject.GetComponent().position, b.gameObject.gameObject.transform.position) < 0.2f) - { - a.SendMessage("SendMEssage", b); - } - - } - } -} diff --git a/Assets/Group1/Scripts/NewBehaviourScript1.cs b/Assets/Group1/Scripts/NewBehaviourScript1.cs deleted file mode 100644 index 14bd7c3f..00000000 --- a/Assets/Group1/Scripts/NewBehaviourScript1.cs +++ /dev/null @@ -1,65 +0,0 @@ -using UnityEngine; -using System.Collections; - -public class NewBehaviourScript1 : MonoBehaviour -{ - public float spEed; - public bool timer; - public float time; - // Use this for initialization - - - void Start() - { - } - // Update is called once per frame - void Update(){ - if (timer) - { - time -= Time.deltaTime; - if(time < 0) - { - timer = false; - spEed /= 2; - } - } - - GameObject[] result = GameObject.FindGameObjectsWithTag("Enemy"); - - if(result.Length == 0) - { - GameController.controller.End(); - enabled = false; - } - - if (Input.GetKey(KeyCode.W)) - transform.Translate(0, spEed * Time.deltaTime, 0); - - if (Input.GetKey(KeyCode.S)) - transform.Translate(0, -spEed * Time.deltaTime, 0); - - if (Input.GetKey(KeyCode.A)) - transform.Translate(-spEed * Time.deltaTime, 0, 0); - - if (Input.GetKey(KeyCode.D)) - transform.Translate(spEed * Time.deltaTime, 0, 0); - } - - public void SendMEssage(GameObject b) - { - - - if(b.name == "enemy") - { - Destroy(b); - }if(b.name == "speed") - { - spEed *= 2; - timer = true; - time = 2; - - - - } - } -} diff --git a/Assets/Group1/Scripts/PlayerCollision.cs b/Assets/Group1/Scripts/PlayerCollision.cs new file mode 100644 index 00000000..a0b22e8c --- /dev/null +++ b/Assets/Group1/Scripts/PlayerCollision.cs @@ -0,0 +1,24 @@ +using UnityEngine; + +public class PlayerCollision : MonoBehaviour +{ + [SerializeField] private EnemyContainer _enemyContainer; + + + private void OnCollisionEnter2D(Collision2D collision) + { + if (collision.collider.transform.parent.TryGetComponent(out _)) + { + Destroy(collision.collider.transform.parent.gameObject); + + _enemyContainer.TryEndLevel(); + } + + if (collision.collider.transform.parent.TryGetComponent(out _)) + { + transform.parent.GetComponent().IncreaseSpeed(); + + Destroy(collision.collider.transform.parent.transform.gameObject); + } + } +} diff --git a/Assets/Group1/Scripts/PlayerCollision.cs.meta b/Assets/Group1/Scripts/PlayerCollision.cs.meta new file mode 100644 index 00000000..b9aa434f --- /dev/null +++ b/Assets/Group1/Scripts/PlayerCollision.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7a985bd01b946334ca461a5419553117 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Group1/Scripts/PlayerController.cs b/Assets/Group1/Scripts/PlayerController.cs new file mode 100644 index 00000000..96662e8a --- /dev/null +++ b/Assets/Group1/Scripts/PlayerController.cs @@ -0,0 +1,75 @@ +using System.Collections; +using UnityEngine; + +public class PlayerController : MonoBehaviour +{ + [SerializeField] private float _speed; + [SerializeField] private bool _timer; + [SerializeField] private float _time; + + private int _speedMultiplier = 2; + private int _speedDivider = 2; + + private float _timeValue; + + + private void Start() + { + _timeValue = _time; + + PlayTime(); + } + + private void Update() + { + if (Input.GetKey(KeyCode.W)) + Move(0f, _speed * Time.deltaTime); + + if (Input.GetKey(KeyCode.S)) + Move(0f, -_speed * Time.deltaTime); + + if (Input.GetKey(KeyCode.A)) + Move(-_speed * Time.deltaTime); + + if (Input.GetKey(KeyCode.D)) + Move(_speed * Time.deltaTime); + } + + public void IncreaseSpeed() + { + _speed *= _speedMultiplier; + + _timer = true; + _time = _timeValue; + + PlayTime(); + } + + private void Move(float x, float y = 0, float z = 0) + { + transform.Translate(x, y, z); + } + + private IEnumerator WaitForSeconds() + { + yield return new WaitForFixedUpdate(); + + PlayTime(); + } + + private void PlayTime() + { + if (_timer) + { + _time -= Time.deltaTime; + + if (_time < 0) + { + _timer = false; + _speed /= _speedDivider; + } + + StartCoroutine(WaitForSeconds()); + } + } +} diff --git a/Assets/Group1/Scripts/GameController.cs.meta b/Assets/Group1/Scripts/PlayerController.cs.meta similarity index 100% rename from Assets/Group1/Scripts/GameController.cs.meta rename to Assets/Group1/Scripts/PlayerController.cs.meta diff --git a/Assets/Group1/Scripts/Speed.cs b/Assets/Group1/Scripts/Speed.cs new file mode 100644 index 00000000..352c4485 --- /dev/null +++ b/Assets/Group1/Scripts/Speed.cs @@ -0,0 +1,5 @@ +using UnityEngine; + +public class Speed : MonoBehaviour +{ +} diff --git a/Assets/Group1/Scripts/Speed.cs.meta b/Assets/Group1/Scripts/Speed.cs.meta new file mode 100644 index 00000000..8f562676 --- /dev/null +++ b/Assets/Group1/Scripts/Speed.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 2ffa3f8dc91f0b3448ead21623fbb0c2 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Group1/Scripts/e.cs b/Assets/Group1/Scripts/e.cs deleted file mode 100644 index 048ebf2d..00000000 --- a/Assets/Group1/Scripts/e.cs +++ /dev/null @@ -1,22 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class e : MonoBehaviour -{ - private Vector3 Target; - - // Start is called before the first frame update - void Start() - { - Target = Random.insideUnitCircle * 4; - } - - // Update is called once per frame - void Update() - { - transform.position = Vector3.MoveTowards(transform.position, Target, 2 * Time.deltaTime); - if (transform.position == Target) - Target = Random.insideUnitCircle * 4 ; - } -} diff --git a/Assets/Group1/Sprites.meta b/Assets/Group1/Sprites.meta new file mode 100644 index 00000000..f05f5134 --- /dev/null +++ b/Assets/Group1/Sprites.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 139b9222ef383aa4cba777135056fe13 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Group1/Player.png b/Assets/Group1/Sprites/Enemy.png similarity index 100% rename from Assets/Group1/Player.png rename to Assets/Group1/Sprites/Enemy.png diff --git a/Assets/Group1/enemy.png.meta b/Assets/Group1/Sprites/Enemy.png.meta similarity index 98% rename from Assets/Group1/enemy.png.meta rename to Assets/Group1/Sprites/Enemy.png.meta index 59008605..3e05e093 100644 --- a/Assets/Group1/enemy.png.meta +++ b/Assets/Group1/Sprites/Enemy.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c393ddce902166c4fb0e2130d216d549 +guid: f57469eb5216ae041b6302b6da1e2065 TextureImporter: fileIDToRecycleName: {} externalObjects: {} diff --git a/Assets/Group1/enemy.png b/Assets/Group1/Sprites/Player.png similarity index 100% rename from Assets/Group1/enemy.png rename to Assets/Group1/Sprites/Player.png diff --git a/Assets/Group1/Player.png.meta b/Assets/Group1/Sprites/Player.png.meta similarity index 99% rename from Assets/Group1/Player.png.meta rename to Assets/Group1/Sprites/Player.png.meta index bc855aad..fe522f0c 100644 --- a/Assets/Group1/Player.png.meta +++ b/Assets/Group1/Sprites/Player.png.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e3d497cf399ca0d42af41c518d283eb2 +guid: 783ea09b1f87a1d49bc8a5af2a23db5e TextureImporter: fileIDToRecycleName: {} externalObjects: {} diff --git a/Assets/Group1/Sprites/Speed.png b/Assets/Group1/Sprites/Speed.png new file mode 100644 index 0000000000000000000000000000000000000000..eb8bb2b65ace32b83aedbc16a1dd254a82c62f5a GIT binary patch literal 7068 zcmeHMdpML^+g~$-ky8!ZX>u4N3C+owjPo(1kR)P^!C=f_MAYEEdcV{A-*;WFYh1IQwSMb&-|JrY{hL{9GB$5= zk(I(r0RUv(TphguKp{;ukd#2)I0Zk=A#W>quG~GE<_N7GXpiYl2m>B|^Yq@fn0h#GL^)nQVj`a7G#>Kv9Y=NdV(RJNQD{_>p`j(!)Y8O=@aG>9u@)Z| zZt3ml{HHDCiB62<^LdsON>Wl1Imw93jgO$vEG#T2R6~lPAqhc{5_ZS(8OfyB1ns{V z99ap>cs7sE=Ef417#X45L_VE}c>2c@IJ|GPu?c^M2?-b_nZcvb$ke4JEd#@t-*CLd z_?TtmVN41uhQ(pU@)Hm&?HiUC$>nnsBDwzs^|#@FFo1;C)AO5+f9eZ|^UXv8-)R@J zj6VbNPtgg!yLl{%H!Fdg7|&!m?LyqtURn*$(jlJ3;B(`Bx!jn)Hfr-=GG-c@k{F>z<|GqyDwSoz3Ny3_xA<$mBbS-Dlmvgx5BopP_ljpD zMaYQxmwA>-b18c)UD*l9zV80BczjrKf3{-Sgyn>>WH6Tsflg#DWdJLT_-8l!Uyi^Z zv`LXHg!I43i$7oq+;DypBc5d!fkf+nk$DuveaceN{;?9ue_rJB*xw5LFF2waOU-X` zg*j?a?#j})T3t-_cnb@a+R_}uUJ7yYTF;c-0y5l z{Lb+TvA-wfTB2p<{wnp}$G1i_t1g~lzrUm%`Ge}UklUNKHazmZrie3$a$1!^pq-Pa zr1!bGQVT#~%;L<4pH7W-(@(wKEoikEn2vt)D0bI$(d5CscZ$E#YX-P&Gc)G7@d4g- zKsLrkM1z@W+G$&1Erpz|3OOg?1vpJOzGql?_e$@IQS<{S*lRx3pprEhHy~t6^K>VS zM1G=sJqr(g>z%T}q5Gktq_iryAfq)0qk&bETd(iiY0gu|N!$ejsTi@?qM1EO=j+;a zFz5E>0WZwiO~&&+knWGu!K2l^EBeIxY{l*;rO65<9Y_ptqDIYsWszKwv++WuNovh5 zc{`rs1VJ;YXk~v4n%&o0cSDgn9q6vTP#wcaZIrIb%Ompoc;GQP`H{*!>VNK z39FFp-SGj@*a?U zQ>H;anQXdus|L|oqFBP(tLVC~xC|6kj(UuJEH0f=63xjt9hN2<( zeVUI{XKqIo{0khB{t7#C4E3a5JMAv2AHq)dgkmSGMMP2d{VEwn%(>KP$P70({h_z! znaYHl2;E12mx-#ZG=geStrz-qYDQYjc{&qbu$gq{(CQ^b4rY$86k2|n0jBX!noo=njd)D%3x!6#m&NoN>*RvXE=95*P{XofCCSfsMS zpvJ6pT490I_C*k-^xQL$I;yi+bt%V0SjISm4ZnfT#W~QL5G^V#>qw02yXwBfM zJ9Rwus2@DxXlVQ-xrE)l3nd2@vTAi-yy-0IfK7zeakkyw1t-~JJktp+(bcC1uXe;@ zA8S9xA8C-$hEBq|(2bDEXod@}w^`Sf7Zcg;0wPeS&_A3cJ30(&h!lle4{Ec0UBH~Y z%k-jhVer=tN4gI6d&c-^M||f3ynr><>Sw+dUat^31#HMct|y&2VmvZUysG6!S;gAw ziUjG-Eu~vlK$nELg&gVy2a~G%cZ8;&wL%M5r(CR*=E=~4i}ro$DAANRvKsKKJ8CC0 zCn@q!`~BJxU4`EM)0d=Gg;Xs3vk=##$a=Ur)F7QRF@HaCilc%F!O^xfxuiQ8UCLF$ zXs-FNPQ7j{t}7cgirrI`pS3NjkRspv=1KVust2kv*WYlY{pms1$=dAN@v!J&`#Rcs z6wiEuBszff26f5ITl2OJ+bbE$G=XfL*nz59ll9rU)!j^Y<)4mLW8o+BIVZwZGi?Gn za!`kG5pHx>CVm>`ge+{%ejjbTLgfdF5T_XLR9#TNOX=JLlO1?d8Xu)US&|XRkX3H>0 zR_1Mbi7)Yfj9RD)L+P}l8{}$B+6&!Dzo$rjvM&YZ-*;j0b#qrP;YTIT%I>*2Y(~a` zCb0UWz74x>494T{IG-D40{4s+RvZEQ@(|22w(8|QLrn;ZV4smNlQ!)vwjtQrl1?fk zbch1+qsK32qpWbXY5C8*p3ZBaH;D;+r&pWM&|S(i>rL;rSM1F=d>|@#s4N4_MD&fH zN~yvpyS(6fPm|&8!uu-@kL*!kJ7y_#Vgt8#u5MQa25E(mOXnvEZ}hZ$)03#v;SG<2 zpu?53m+aIxPI;3?@F**6Z9}$lUasZpnWzp*fD2Fq^D5?LBg%R5_3Fv!i9-G0TiHQS z4Rg|c>xRsC6&ttG(dMV~+iIq)Fi+R@I6PWEf4gjFWi#l))*e%$>?dSFo^SwBM#66> zc%(CQ(mip9=Tv}B86Kr3Hjg&1%~U>ad}A){6@-=8d%nyWa2wy8Du|~}c$?VK7A!nhy(6Oqooyt^Dflv#@gtKDetX*)}6CCUYS0&%f@ohFr*ZK6t@SUVc zy=&gv4O3x2{Z%rA{^OJLB|n|@^td^2(+(|K4WIsMz1^F2eeEvsl;`7Q_%wpuQLejo zV0imo)Wmb^V%<^=?(kc;ucPQ9$-o@!Vu`7$uAkb19mQ)TLTqAfjG&aGgyN3Qy3w;i zwpi>h()&tG@fZzEU)z{MiaKhZglvnSd%DJ007V;O!DkdSb*i4piPAH2q(@j{6Y&Va zSRU?n&&i$6U^SHZ)pt$lmQLKWNz&C`;P2out;04i7dItOIlTCQF0%0_<>H@jZQW&r z?$WGXZO(g=xyIy8r?5G2!`r#@vCd%MffkBvAts~$%r-OBL|K~qG2i>eq$!N_7+TG~ zXl{B?lRa|;*D2Q5IgC}pqZ(8SgYiq=eTX~{lG%w>uKFU@QA+uWS&9C!^LodQZL?9sW5RRZjT4crCy((0g}ky3bti zm3?v7*9H%~e4l%$)B4emDNh2k1OZFg6HUIQ#Ky!J<-UuvQ+R{NRg;eR*8^Ci@|MZeKE$`wmw#`Gr;l+HxDjqEk z@D?u{7u<02M&(S^p$J1p5uj-Exm9j0sU@8e znwX=;Uo=)g!x5-zG*(&9#rt?Qt?m7BZRmTXXx96IhYWp?t>>3nBA=axlz(-IR&GJk zdJl2t{E+okmAtDQD0ap zUkVypZW-oFfe3V7{B{{1RAulz`!yz9J%l!Q|3TNNegRbxV82@ms#0V79*|mrBeP$V z;#GNiG>q-WN8qTu5hxMLfPX*!I~xB^hW}@^(9Fgnh0c{)5{G(3ULGvBR^ImoR{oWU zF7=8dig0a7Nz9naA*svK@W2k{EX#%|A|P|k9a^Oj3DJlh%L-$JhH=n|!zhBzE(*e& zw=5xk2(W&cIq9A+=<{1*p3^~wDa&(ekWMSm7kpjGO}6KOu;cEtx0tTLlJDF+=Z0VF zNR^!*XdMB7to6xpr7Mg?oqV;kMOe4IKq##P? z@`pzEvjlYvBzcGgXX2%E+mCQyEsuI^i1!s7tg+K|Tx zW)}+hp_3F&VcqeYm@tE%|0(qj4)znRHu-K%sYNjBtlpw>UDw;29nXoSjN-H7g_C1w zTQ!RYg(OS~V~X0=xRU=R?VvN5#yLp3HNG``!xp^zkg~W~ei?~>2Wj|^(vAz zugpX~{gH!Iq^M@{>t-`;=nU*)u(TrUd+3&xF9v>}yLT_@SbJp-f70Q_DB7b3l)tZ6 zbMx$$EFXJ=O+7vJYGCe~lXqi(=h({6hG>81K!wWk;$=>rP}n5?$q?Oz+H-EH=M9G6 zJ^!Rv5{M#2ZvKLOkVj+J(+(phk#0js%cKQt+#kr zJV$j-|9(JldEt)6Op0dfao^$_ZOloB#e~I0_hRHRC+YKKiC`CM?Op}*ivzmuWsgkY zFM_k?zmC}Kvw;(Iw!W?SY8`hJ%*gS60j;NuYq<(@i+feWlz}KrRG;i@t3RX)cYL+p z{Y2dME_M$a?mXIFOrhCMHj1kZ7JR_ce z5SO6Cqf9u4M5|MFb|SMx+eF(@rNOV@;>|vj4!2Q&r^92kjB90;P0Q1L3oVmSYscI@ zh+kgU4Y=a93e(-JHOnSF3nW4M-h9nf3<6uQ5~Yi_DVxh0=@-wR(iVM^y?x4fbYZ_l zfo6d;fO0ljtx5b$s|)O@m+~A#5~eucDKhamS6?>6Q)ryJp)jTKG6slL2Cv^6^1Sdv`U_%6e_P_tPK2rm%1>!$j>d*>C~6tWBy0Z_(_ z>&+~9uWnGDu`M;D#L0xz{UY>~dwXKNz5Z)M(ZTQf)XC}qQtQSuKY9)0CRM$l6f6p%R5UTUWD%3UbiZ88?X)3=BYo{ zI@iWu$&-)MZ&2KLRy_Y92WG>0ODDwMjWN9yY(Zo&upQMr;})o@leK?LXnGqtTHmaq z0mAhR>nwbP{V}}Z?5V{cE=iwu-+=){u}$J1$U*7tSL!o3$v(sOmh1#zTQ2y*52zkk zllam!v{yY@e894b4hVkg)(4e7*tn_BpNL%8v2?0sNCK!neerx}9@#MfuDbQkYSI3X z4j{-~E<)|8M%>31Ygf0Ow@9XYpuhxy=JjO*a_DXOoh%v>npzt7?9vIL?8NLjT6=M` zKFe&v5?|DGV`HNlSk+juNX*kZUQn$#!xZhfBt6_&i3RW$SQ)y4Tq=~t5H5eLyUo}7 zUZt7|5`I?q_qw-z>xsv|2*(;6Ud&VR+R*S$CpBfBII-iUR_MOPSC^zqo3DxkcpP^{ zDk#-VMp$h;TSW8!}>cR_v6vLSHkLB*|=zdN(&C=BUc!MV%j6EbhsED zObK!ga*h+DzBnl)-_vzhzHmN4@5iwtF_Vq&a=_&ct7oXZuwnc5s3dShoQ!}KocAK& zA^26=VTgV(ddu9XR&`d>@se4sPRWoupY%2;LP{*|z+%;!hF;@mNLO^mN&i;N2TI`K z=5FU0Otf3q{82MNIJ8GoLc^uJ)zq(A%_Q>3%o&@!E{Uffd}a|2SH7=%-6ESj@Sk zCa_O-UZ=90N0LJByu1Q`eTA2&Q^A*-BPz1<7QFbE0YBAc=NG;54sm%Ia3~kGIm<-o zh`S*nryuz6Dsr2qLi_me0dhS?$D9k8Q#kH;C%1Ms(ycq*`9UMh5(a;1#cVk2XJjt} zeJMxpL^qr;$B(5o_8-BS4edFUKh-fb7##wPnTl}-Us}KkX+x}s?20jXTl(G4i&@j` z_QxQyKXfown6Osk{jaI?2O6R|$HrjizN0tmBb|Oz0YepQE}I0eEZP)!z3x_|)2D7H zjHZQ9~;p(@ygn?VF^;+|Wq*A@P%c(D75hHRI;RkPgZPYpZ)I$R1 z`Fr#s+G;*DV?OBjyb0~{UAc7V@aJNbP4P_avB;Sg^CB)C6EZ^*&n`?>b5rA4@dsZ` zH3@_!Qiszpr*~)mUgJ>_wPCkt%r4|%dDCqL&2b>0eeBx$bzg2lC~(dAYLg?^rT-Hi0{{z-0L%#q3 literal 0 HcmV?d00001 diff --git a/Assets/Group1/Sprites/Speed.png.meta b/Assets/Group1/Sprites/Speed.png.meta new file mode 100644 index 00000000..9610b574 --- /dev/null +++ b/Assets/Group1/Sprites/Speed.png.meta @@ -0,0 +1,180 @@ +fileFormatVersion: 2 +guid: 02e7924fc96084d46ab2e8b369552542 +TextureImporter: + internalIDToNameTable: + - first: + 213: -9095717837082945937 + second: Capsule + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 256 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: 0 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: Capsule + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 256 + height: 512 + alignment: 0 + pivot: {x: 0.5, y: 0.5} + border: {x: 0, y: 0, z: 0, w: 0} + outline: + - - {x: -33, y: 256} + - {x: -95, y: 223} + - {x: -128, y: 161} + - {x: -128, y: -161} + - {x: -95, y: -223} + - {x: -33, y: -256} + - {x: 33, y: -256} + - {x: 95, y: -223} + - {x: 128, y: -161} + - {x: 128, y: 161} + - {x: 95, y: 223} + - {x: 33, y: 256} + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f669c7f71d485c180800000000000000 + internalID: -9095717837082945937 + vertices: [] + indices: + edges: [] + weights: [] + outline: + - - {x: -33, y: 256} + - {x: -95, y: 223} + - {x: -128, y: 161} + - {x: -128, y: -161} + - {x: -95, y: -223} + - {x: -33, y: -256} + - {x: 33, y: -256} + - {x: 95, y: -223} + - {x: 128, y: -161} + - {x: 128, y: 161} + - {x: 95, y: 223} + - {x: 33, y: 256} + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 00000000..3e92a597 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8221612b1f77fc845a7f198f28ba5071 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/BillingMode.json b/Assets/Resources/BillingMode.json new file mode 100644 index 00000000..6f4bfb71 --- /dev/null +++ b/Assets/Resources/BillingMode.json @@ -0,0 +1 @@ +{"androidStore":"GooglePlay"} \ No newline at end of file diff --git a/Assets/Resources/BillingMode.json.meta b/Assets/Resources/BillingMode.json.meta new file mode 100644 index 00000000..4802f70b --- /dev/null +++ b/Assets/Resources/BillingMode.json.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: c5f600177be01b34bb95def1a6754317 +TextScriptImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Logs/ApiUpdaterCheck.txt b/Logs/ApiUpdaterCheck.txt new file mode 100644 index 00000000..1885645a --- /dev/null +++ b/Logs/ApiUpdaterCheck.txt @@ -0,0 +1,160 @@ +[api-updater (non-obsolete-error-filter)] 17.10.2021 12:24:16 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 52,6093ms +moved types parse time: 38ms +candidates parse time : 0ms +C# parse time : 150ms +candidates check time : 34ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 12:33:59 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,6389ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 128ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 12:34:44 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,9165ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 128ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:34:29 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 44,8801ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 139ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:35:45 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 44,244ms +moved types parse time: 38ms +candidates parse time : 0ms +C# parse time : 139ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:39:32 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 44,5412ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 133ms +candidates check time : 32ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:40:42 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,7635ms +moved types parse time: 38ms +candidates parse time : 1ms +C# parse time : 141ms +candidates check time : 32ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:41:20 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 42,8867ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 136ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:42:18 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,6167ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 139ms +candidates check time : 32ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:42:31 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,8828ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 137ms +candidates check time : 31ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 13:43:47 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 44,7996ms +moved types parse time: 37ms +candidates parse time : 1ms +C# parse time : 139ms +candidates check time : 32ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 14:21:34 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 48,381ms +moved types parse time: 38ms +candidates parse time : 0ms +C# parse time : 142ms +candidates check time : 34ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 14:21:38 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,8833ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 138ms +candidates check time : 33ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 14:21:49 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,8822ms +moved types parse time: 38ms +candidates parse time : 0ms +C# parse time : 139ms +candidates check time : 32ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 14:22:02 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 43,4815ms +moved types parse time: 37ms +candidates parse time : 0ms +C# parse time : 139ms +candidates check time : 30ms +console write time : 0ms + +[api-updater (non-obsolete-error-filter)] 17.10.2021 16:29:15 : Starting C:/Program Files/Unity/2020.3.17f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 46,9103ms +moved types parse time: 38ms +candidates parse time : 0ms +C# parse time : 122ms +candidates check time : 20ms +console write time : 0ms + diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log new file mode 100644 index 00000000..1bd4a35c --- /dev/null +++ b/Logs/AssetImportWorker0-prev.log @@ -0,0 +1,5459 @@ +Using pre-set license +Built from '2020.3/staging' branch; Version is '2020.3.17f1 (a4537701e4ab) revision 10769271'; Using compiler version '192528614'; Build Type 'Release' +OS: 'Windows 10 Home; OS build 19043.1288; Version 2009; 64bit' Language: 'ru' Physical Memory: 24497 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 + +COMMAND LINE ARGUMENTS: +C:\Program Files\Unity\2020.3.17f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +-logFile +Logs/AssetImportWorker0.log +-srvPort +49154 +Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +Using Asset Import Pipeline V2. +Refreshing native plugins compatible for Editor in 45.15 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2020.3.17f1 (a4537701e4ab) +[Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path C:/Users/Vektorrus/Documents/GitHub/SHK-Unity/Assets +GfxDevice: creating device client; threaded=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce GTX 1050 Ti (ID=0x1c82) + Vendor: + VRAM: 4018 MB + Driver: 30.0.14.7212 +Initialize mono +Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' +Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' +Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.001602 seconds. +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 37.39 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.443 seconds +Domain Reload Profiling: + ReloadAssembly (1443ms) + BeginReloadAssembly (42ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + EndReloadAssembly (326ms) + LoadAssemblies (41ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (111ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (23ms) + SetupLoadedEditorAssemblies (136ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (3ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (37ms) + BeforeProcessingInitializeOnLoad (12ms) + ProcessInitializeOnLoadAttributes (58ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.006283 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.883 seconds +Domain Reload Profiling: + ReloadAssembly (883ms) + BeginReloadAssembly (110ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (14ms) + EndReloadAssembly (726ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (205ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (33ms) + SetupLoadedEditorAssemblies (342ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + 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 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1968 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.9 MB. +System memory in use after: 81.0 MB. + +Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2372. +Total: 4.389100 ms (FindLiveObjects: 0.156800 ms CreateObjectMapping: 0.064200 ms MarkObjects: 4.082400 ms DeleteObjects: 0.085000 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. + path: Assets/Group1 + artifactKey: Guid(ee4993931bc84204e884e5e0f07a5fe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1 using Guid(ee4993931bc84204e884e5e0f07a5fe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6da865600421652a20343e22f1fdf1f1') in 0.003824 seconds + Import took 0.005888 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000172 seconds. + path: Assets/Group1/Player.png + artifactKey: Guid(e3d497cf399ca0d42af41c518d283eb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Player.png using Guid(e3d497cf399ca0d42af41c518d283eb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6b17d8e3e6301346849b34fea072f8c4') in 0.081882 seconds + Import took 0.084030 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000155 seconds. + path: Assets/Group1/enemy.png + artifactKey: Guid(c393ddce902166c4fb0e2130d216d549) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/enemy.png using Guid(c393ddce902166c4fb0e2130d216d549) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2ba5cad126e070374b74c995eeb6c6da') in 0.006858 seconds + Import took 0.009037 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000145 seconds. + path: Assets/Group1/Scenes + artifactKey: Guid(c1fba93d5f718bb42bc2548dd7f1976c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scenes using Guid(c1fba93d5f718bb42bc2548dd7f1976c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54398330b708591ca7e32a5169124a15') in 0.001472 seconds + Import took 0.003448 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000138 seconds. + path: Assets/Group1/Scenes/KillAllEnemies.unity + artifactKey: Guid(d0a731de6bc19cc479a2474de64e9b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scenes/KillAllEnemies.unity using Guid(d0a731de6bc19cc479a2474de64e9b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '05ddd823f5463fe5396bb2898130601a') in 0.001804 seconds + Import took 0.003854 seconds . + +======================================================================== +Received Import Request. + Time since last request: 15.579257 seconds. + path: Assets/Group1/Scripts + artifactKey: Guid(599af706dd3de294dbbc342814c5e602) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts using Guid(599af706dd3de294dbbc342814c5e602) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5d58f43c84f8a8658769b4529eb4f3cf') in 0.001737 seconds + Import took 0.004183 seconds . + +======================================================================== +Received Import Request. + Time since last request: 68.607925 seconds. + path: Assets/Group1/Scripts/e.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/e.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8117f73430847f3642150b4515c5524e') in 0.006515 seconds + Import took 0.009172 seconds . + +======================================================================== +Received Import Request. + Time since last request: 25.741711 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc7cdce21c8d91f4d2f7d905649dc912') in 0.001624 seconds + Import took 0.004116 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.001574 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc7cdce21c8d91f4d2f7d905649dc912') in 0.001445 seconds + Import took 0.003893 seconds . + +======================================================================== +Received Import Request. + Time since last request: 29.589525 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0e82e1b7c1617374ae36c3dd43f831b7') in 0.001512 seconds + Import took 0.003892 seconds . + +======================================================================== +Received Import Request. + Time since last request: 10.902210 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a25380f5e1d115a65965d14f44c670e') in 0.001617 seconds + Import took 0.004165 seconds . + +======================================================================== +Received Import Request. + Time since last request: 13.474994 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ef9bba84c0c4ad97b1f5f73d52c7f762') in 0.001427 seconds + Import took 0.003769 seconds . + +======================================================================== +Received Import Request. + Time since last request: 4.955890 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b43fca9e5203fdfe3b03cc5ca759f76b') in 0.001852 seconds + Import took 0.004398 seconds . + +======================================================================== +Received Import Request. + Time since last request: 8.057167 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e0b5e87a2a2d855cf7eb6f505d8678f8') in 0.001537 seconds + Import took 0.003924 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000301 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e0b5e87a2a2d855cf7eb6f505d8678f8') in 0.001371 seconds + Import took 0.003503 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004154 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (834ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (695ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 83.9 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2379. +Total: 4.419300 ms (FindLiveObjects: 0.135400 ms CreateObjectMapping: 0.053700 ms MarkObjects: 4.211600 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 Import Request. + Time since last request: 63.726550 seconds. + path: Assets/Group1/Scripts/GameController.cs + artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aeb61005de3482c01687c0ad42c43ee4') in 0.004219 seconds + Import took 0.006302 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004042 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (690ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 83.9 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2381. +Total: 4.756300 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.053100 ms MarkObjects: 4.531300 ms DeleteObjects: 0.020900 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: 111.709806 seconds. + path: Assets/Group1/Scripts/GameController.cs + artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21ab01ccaebb329b733f3646d9d5c1f4') in 0.004398 seconds + Import took 0.006857 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.001160 seconds. + path: Assets/Group1/Scripts/GameController.cs + artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21ab01ccaebb329b733f3646d9d5c1f4') in 0.001389 seconds + Import took 0.003571 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004134 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.814 seconds +Domain Reload Profiling: + ReloadAssembly (815ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (679ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (306ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (208ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 83.9 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2383. +Total: 4.606200 ms (FindLiveObjects: 0.160900 ms CreateObjectMapping: 0.062600 ms MarkObjects: 4.357000 ms DeleteObjects: 0.024800 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.004011 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (832ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (694ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 83.9 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2385. +Total: 4.797000 ms (FindLiveObjects: 0.168700 ms CreateObjectMapping: 0.069300 ms MarkObjects: 4.536300 ms DeleteObjects: 0.022100 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.004183 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.811 seconds +Domain Reload Profiling: + ReloadAssembly (811ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (681ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (217ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 83.9 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. +Total: 4.402200 ms (FindLiveObjects: 0.156800 ms CreateObjectMapping: 0.067300 ms MarkObjects: 4.157800 ms DeleteObjects: 0.019600 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.004054 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.815 seconds +Domain Reload Profiling: + ReloadAssembly (815ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (681ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (311ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (214ms) + ProcessInitializeOnLoadMethodAttributes (24ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. +Total: 4.456900 ms (FindLiveObjects: 0.144300 ms CreateObjectMapping: 0.056400 ms MarkObjects: 4.238100 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.004125 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (700ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. +Total: 4.544900 ms (FindLiveObjects: 0.150000 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.313600 ms DeleteObjects: 0.021200 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.004017 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (691ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (317ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. +Total: 4.667800 ms (FindLiveObjects: 0.171700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.417500 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.004131 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.826 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2395. +Total: 4.475600 ms (FindLiveObjects: 0.165400 ms CreateObjectMapping: 0.063100 ms MarkObjects: 4.224200 ms DeleteObjects: 0.022000 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.004207 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.826 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (694ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (317ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2397. +Total: 4.392800 ms (FindLiveObjects: 0.147300 ms CreateObjectMapping: 0.054600 ms MarkObjects: 4.171200 ms DeleteObjects: 0.018900 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.004072 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (819ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (684ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2399. +Total: 4.462600 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.059300 ms MarkObjects: 4.224400 ms DeleteObjects: 0.022900 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.004118 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (818ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (684ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (313ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2401. +Total: 4.516500 ms (FindLiveObjects: 0.160300 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.271400 ms DeleteObjects: 0.022800 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.004041 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (818ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (684ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2403. +Total: 4.565100 ms (FindLiveObjects: 0.174900 ms CreateObjectMapping: 0.066900 ms MarkObjects: 4.297100 ms DeleteObjects: 0.025300 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.004071 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.823 seconds +Domain Reload Profiling: + ReloadAssembly (823ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (690ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2405. +Total: 4.351900 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.058500 ms MarkObjects: 4.117700 ms DeleteObjects: 0.020300 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.003998 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.815 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (680ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2407. +Total: 4.393900 ms (FindLiveObjects: 0.143800 ms CreateObjectMapping: 0.053900 ms MarkObjects: 4.177300 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.004097 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.819 seconds +Domain Reload Profiling: + ReloadAssembly (819ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (686ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (316ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2409. +Total: 4.623400 ms (FindLiveObjects: 0.159900 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.390300 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004038 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (819ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (686ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (315ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (217ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2411. +Total: 4.433900 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.058700 ms MarkObjects: 4.198000 ms DeleteObjects: 0.021100 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.004036 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.820 seconds +Domain Reload Profiling: + ReloadAssembly (820ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (687ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2413. +Total: 4.352300 ms (FindLiveObjects: 0.145400 ms CreateObjectMapping: 0.056700 ms MarkObjects: 4.131900 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 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004048 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.823 seconds +Domain Reload Profiling: + ReloadAssembly (823ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (691ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2415. +Total: 4.547200 ms (FindLiveObjects: 0.168300 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.299100 ms DeleteObjects: 0.021100 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.004030 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.821 seconds +Domain Reload Profiling: + ReloadAssembly (821ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (689ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (316ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (3ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2417. +Total: 4.417000 ms (FindLiveObjects: 0.146500 ms CreateObjectMapping: 0.055500 ms MarkObjects: 4.196600 ms DeleteObjects: 0.017600 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.004172 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (698ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2419. +Total: 4.544500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.057700 ms MarkObjects: 4.312300 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.004016 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2421. +Total: 4.588200 ms (FindLiveObjects: 0.138300 ms CreateObjectMapping: 0.052600 ms MarkObjects: 4.379000 ms DeleteObjects: 0.017500 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.004131 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.828 seconds +Domain Reload Profiling: + ReloadAssembly (829ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (693ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2423. +Total: 4.798800 ms (FindLiveObjects: 0.164500 ms CreateObjectMapping: 0.056000 ms MarkObjects: 4.558600 ms DeleteObjects: 0.018900 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.004185 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.841 seconds +Domain Reload Profiling: + ReloadAssembly (841ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (705ms) + LoadAssemblies (75ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (209ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2425. +Total: 4.721100 ms (FindLiveObjects: 0.178400 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.457400 ms DeleteObjects: 0.021700 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.004212 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (683ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (313ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2427. +Total: 4.726000 ms (FindLiveObjects: 0.185000 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.452700 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.004104 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.822 seconds +Domain Reload Profiling: + ReloadAssembly (822ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (688ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (27ms) + SetupLoadedEditorAssemblies (315ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2429. +Total: 4.335900 ms (FindLiveObjects: 0.154300 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.102300 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 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004112 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (689ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2431. +Total: 4.665900 ms (FindLiveObjects: 0.179500 ms CreateObjectMapping: 0.061600 ms MarkObjects: 4.384000 ms DeleteObjects: 0.039800 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.004352 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (684ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (195ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (3ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2433. +Total: 4.674300 ms (FindLiveObjects: 0.145000 ms CreateObjectMapping: 0.054900 ms MarkObjects: 4.452900 ms DeleteObjects: 0.020900 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.004069 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (702ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2435. +Total: 4.979000 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.058100 ms MarkObjects: 4.719400 ms DeleteObjects: 0.020800 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.004206 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2437. +Total: 4.947000 ms (FindLiveObjects: 0.186400 ms CreateObjectMapping: 0.071500 ms MarkObjects: 4.624500 ms DeleteObjects: 0.063200 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.004044 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.823 seconds +Domain Reload Profiling: + ReloadAssembly (823ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (68ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2439. +Total: 4.473400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.063600 ms MarkObjects: 4.220800 ms DeleteObjects: 0.020900 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.004125 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.817 seconds +Domain Reload Profiling: + ReloadAssembly (817ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (683ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (313ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2441. +Total: 4.392800 ms (FindLiveObjects: 0.173200 ms CreateObjectMapping: 0.064500 ms MarkObjects: 4.136600 ms DeleteObjects: 0.017600 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.004168 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.811 seconds +Domain Reload Profiling: + ReloadAssembly (811ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (675ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (310ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2443. +Total: 4.323500 ms (FindLiveObjects: 0.143700 ms CreateObjectMapping: 0.059900 ms MarkObjects: 4.101300 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.004029 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.814 seconds +Domain Reload Profiling: + ReloadAssembly (814ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (680ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (311ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (214ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2445. +Total: 4.352500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.106900 ms DeleteObjects: 0.019000 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.004009 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (690ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2447. +Total: 4.322100 ms (FindLiveObjects: 0.157600 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.082900 ms DeleteObjects: 0.019200 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.004052 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.817 seconds +Domain Reload Profiling: + ReloadAssembly (818ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (683ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (311ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (213ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2449. +Total: 4.837800 ms (FindLiveObjects: 0.159000 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.592100 ms DeleteObjects: 0.023500 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.004131 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.819 seconds +Domain Reload Profiling: + ReloadAssembly (819ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (684ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (214ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2451. +Total: 4.401100 ms (FindLiveObjects: 0.147900 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.175600 ms DeleteObjects: 0.017800 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.004053 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.820 seconds +Domain Reload Profiling: + ReloadAssembly (820ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (685ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (313ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2453. +Total: 4.728300 ms (FindLiveObjects: 0.184500 ms CreateObjectMapping: 0.066700 ms MarkObjects: 4.428000 ms DeleteObjects: 0.048100 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.004201 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.815 seconds +Domain Reload Profiling: + ReloadAssembly (815ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (680ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (313ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2455. +Total: 4.578100 ms (FindLiveObjects: 0.172600 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.323700 ms DeleteObjects: 0.020500 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.004014 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (682ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2457. +Total: 4.703200 ms (FindLiveObjects: 0.148700 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.477600 ms DeleteObjects: 0.018600 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.005686 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (684ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (195ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (317ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2459. +Total: 4.560300 ms (FindLiveObjects: 0.166400 ms CreateObjectMapping: 0.072200 ms MarkObjects: 4.300200 ms DeleteObjects: 0.020800 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.004154 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (691ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2461. +Total: 4.615000 ms (FindLiveObjects: 0.163900 ms CreateObjectMapping: 0.054400 ms MarkObjects: 4.377600 ms DeleteObjects: 0.018300 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.003928 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.70 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (704ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2463. +Total: 4.848700 ms (FindLiveObjects: 0.179600 ms CreateObjectMapping: 0.054600 ms MarkObjects: 4.590900 ms DeleteObjects: 0.022800 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.004194 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.826 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (693ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2465. +Total: 4.453200 ms (FindLiveObjects: 0.167100 ms CreateObjectMapping: 0.063900 ms MarkObjects: 4.201500 ms DeleteObjects: 0.020000 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.003990 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.827 seconds +Domain Reload Profiling: + ReloadAssembly (828ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (694ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2467. +Total: 4.614100 ms (FindLiveObjects: 0.155000 ms CreateObjectMapping: 0.057000 ms MarkObjects: 4.380400 ms DeleteObjects: 0.020900 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.004144 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (694ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2469. +Total: 4.711300 ms (FindLiveObjects: 0.179600 ms CreateObjectMapping: 0.057700 ms MarkObjects: 4.454500 ms DeleteObjects: 0.018900 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.004026 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (683ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2471. +Total: 4.464500 ms (FindLiveObjects: 0.149400 ms CreateObjectMapping: 0.060500 ms MarkObjects: 4.236000 ms DeleteObjects: 0.018000 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.004147 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (702ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (332ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (3ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (232ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2473. +Total: 4.370600 ms (FindLiveObjects: 0.151400 ms CreateObjectMapping: 0.058100 ms MarkObjects: 4.141700 ms DeleteObjects: 0.018700 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.003977 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.838 seconds +Domain Reload Profiling: + ReloadAssembly (839ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (703ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2475. +Total: 4.341600 ms (FindLiveObjects: 0.168100 ms CreateObjectMapping: 0.062200 ms MarkObjects: 4.089600 ms DeleteObjects: 0.020600 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.004136 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.813 seconds +Domain Reload Profiling: + ReloadAssembly (813ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (682ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2477. +Total: 4.436400 ms (FindLiveObjects: 0.177900 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.174100 ms DeleteObjects: 0.020800 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.004079 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (818ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (685ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (217ms) + ProcessInitializeOnLoadMethodAttributes (24ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2479. +Total: 4.331500 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.061600 ms MarkObjects: 4.098300 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 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004310 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.837 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (703ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2481. +Total: 4.495200 ms (FindLiveObjects: 0.159200 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.252800 ms DeleteObjects: 0.018200 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.003948 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.821 seconds +Domain Reload Profiling: + ReloadAssembly (822ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (687ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (316ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2483. +Total: 4.803400 ms (FindLiveObjects: 0.178900 ms CreateObjectMapping: 0.061300 ms MarkObjects: 4.527400 ms DeleteObjects: 0.034600 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.004196 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.829 seconds +Domain Reload Profiling: + ReloadAssembly (829ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (691ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2485. +Total: 4.581400 ms (FindLiveObjects: 0.156000 ms CreateObjectMapping: 0.056900 ms MarkObjects: 4.349300 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004119 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.834 seconds +Domain Reload Profiling: + ReloadAssembly (835ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (699ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.95 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2487. +Total: 4.935800 ms (FindLiveObjects: 0.203500 ms CreateObjectMapping: 0.098200 ms MarkObjects: 4.600500 ms DeleteObjects: 0.032200 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: 8203.148232 seconds. + path: Assets/Group1/Sprites + artifactKey: Guid(139b9222ef383aa4cba777135056fe13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Sprites using Guid(139b9222ef383aa4cba777135056fe13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb78630ba48aaa3d99f6fb64b3ad0dce') in 0.005122 seconds + Import took 0.007780 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.067789 seconds. + path: Assets/Group1/Sprites/Enemy.png + artifactKey: Guid(f57469eb5216ae041b6302b6da1e2065) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Sprites/Enemy.png using Guid(f57469eb5216ae041b6302b6da1e2065) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c2c8f788314feffdd38145d25acc21ab') in 0.074787 seconds + Import took 0.077259 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000267 seconds. + path: Assets/Group1/Sprites/Speed.png + artifactKey: Guid(02e7924fc96084d46ab2e8b369552542) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Sprites/Speed.png using Guid(02e7924fc96084d46ab2e8b369552542) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c4d3bea20a439d34926a323d7ad95536') in 0.008838 seconds + Import took 0.011098 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.000166 seconds. + path: Assets/Group1/Sprites/Player.png + artifactKey: Guid(783ea09b1f87a1d49bc8a5af2a23db5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Sprites/Player.png using Guid(783ea09b1f87a1d49bc8a5af2a23db5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c2bfb7ae5c7d9cbeef67287b324e4512') in 0.007025 seconds + Import took 0.009343 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004210 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.837 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (90ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (698ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2493. +Total: 4.505900 ms (FindLiveObjects: 0.159100 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.267100 ms DeleteObjects: 0.018400 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.004075 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.855 seconds +Domain Reload Profiling: + ReloadAssembly (856ms) + BeginReloadAssembly (91ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (712ms) + LoadAssemblies (74ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (208ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2495. +Total: 4.548900 ms (FindLiveObjects: 0.166300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.293900 ms DeleteObjects: 0.022900 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.004198 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (688ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2497. +Total: 4.684400 ms (FindLiveObjects: 0.201400 ms CreateObjectMapping: 0.068200 ms MarkObjects: 4.388500 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004058 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.834 seconds +Domain Reload Profiling: + ReloadAssembly (834ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (696ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2499. +Total: 4.810000 ms (FindLiveObjects: 0.170700 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.553600 ms DeleteObjects: 0.023200 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.004042 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.818 seconds +Domain Reload Profiling: + ReloadAssembly (818ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (683ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (312ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (215ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2501. +Total: 4.412900 ms (FindLiveObjects: 0.155100 ms CreateObjectMapping: 0.060400 ms MarkObjects: 4.177800 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.004113 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.838 seconds +Domain Reload Profiling: + ReloadAssembly (838ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (700ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2503. +Total: 4.611600 ms (FindLiveObjects: 0.160900 ms CreateObjectMapping: 0.062200 ms MarkObjects: 4.367400 ms DeleteObjects: 0.020500 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.004054 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (690ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (217ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2505. +Total: 5.046800 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.791400 ms DeleteObjects: 0.025300 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.004168 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.835 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (699ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2507. +Total: 4.764700 ms (FindLiveObjects: 0.149200 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.537700 ms DeleteObjects: 0.022400 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.004030 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2509. +Total: 4.524500 ms (FindLiveObjects: 0.175900 ms CreateObjectMapping: 0.064600 ms MarkObjects: 4.260000 ms DeleteObjects: 0.023100 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.004117 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.827 seconds +Domain Reload Profiling: + ReloadAssembly (827ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (692ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2511. +Total: 4.389400 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.143200 ms DeleteObjects: 0.020600 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.004377 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.857 seconds +Domain Reload Profiling: + ReloadAssembly (857ms) + BeginReloadAssembly (115ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (693ms) + LoadAssemblies (81ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2513. +Total: 4.565100 ms (FindLiveObjects: 0.166600 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.312200 ms DeleteObjects: 0.020000 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.004094 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.829 seconds +Domain Reload Profiling: + ReloadAssembly (829ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2515. +Total: 4.509600 ms (FindLiveObjects: 0.160700 ms CreateObjectMapping: 0.060500 ms MarkObjects: 4.269500 ms DeleteObjects: 0.018000 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.004239 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.846 seconds +Domain Reload Profiling: + ReloadAssembly (847ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (713ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (343ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2517. +Total: 4.453400 ms (FindLiveObjects: 0.159900 ms CreateObjectMapping: 0.064500 ms MarkObjects: 4.210200 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.004065 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (697ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2519. +Total: 4.447400 ms (FindLiveObjects: 0.163300 ms CreateObjectMapping: 0.063700 ms MarkObjects: 4.202200 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.004085 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.827 seconds +Domain Reload Profiling: + ReloadAssembly (827ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2521. +Total: 4.497000 ms (FindLiveObjects: 0.158200 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.257700 ms DeleteObjects: 0.020800 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.004191 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.829 seconds +Domain Reload Profiling: + ReloadAssembly (829ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (697ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (226ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2523. +Total: 4.794400 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.064900 ms MarkObjects: 4.526900 ms DeleteObjects: 0.020000 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.004200 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (690ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.2 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2525. +Total: 4.945400 ms (FindLiveObjects: 0.162800 ms CreateObjectMapping: 0.061400 ms MarkObjects: 4.700500 ms DeleteObjects: 0.020000 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.004213 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.841 seconds +Domain Reload Profiling: + ReloadAssembly (841ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (705ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (204ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (226ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2527. +Total: 4.604500 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.059100 ms MarkObjects: 4.359400 ms DeleteObjects: 0.019800 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.004198 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.838 seconds +Domain Reload Profiling: + ReloadAssembly (838ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (703ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (208ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2529. +Total: 4.475100 ms (FindLiveObjects: 0.159100 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.238700 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.004210 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (692ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2531. +Total: 5.311800 ms (FindLiveObjects: 0.330900 ms CreateObjectMapping: 0.096700 ms MarkObjects: 4.863900 ms DeleteObjects: 0.019700 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.004213 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (701ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2533. +Total: 4.475100 ms (FindLiveObjects: 0.165100 ms CreateObjectMapping: 0.062600 ms MarkObjects: 4.228100 ms DeleteObjects: 0.018700 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.004221 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.821 seconds +Domain Reload Profiling: + ReloadAssembly (822ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (687ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (314ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (217ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2535. +Total: 4.455000 ms (FindLiveObjects: 0.163900 ms CreateObjectMapping: 0.063200 ms MarkObjects: 4.208600 ms DeleteObjects: 0.018700 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.004657 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (701ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2537. +Total: 4.463900 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.214200 ms DeleteObjects: 0.019500 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.004209 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.827 seconds +Domain Reload Profiling: + ReloadAssembly (827ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (692ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2539. +Total: 4.746100 ms (FindLiveObjects: 0.190000 ms CreateObjectMapping: 0.065300 ms MarkObjects: 4.468300 ms DeleteObjects: 0.021800 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.004101 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.849 seconds +Domain Reload Profiling: + ReloadAssembly (850ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (716ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (343ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2541. +Total: 4.401900 ms (FindLiveObjects: 0.171700 ms CreateObjectMapping: 0.062100 ms MarkObjects: 4.147200 ms DeleteObjects: 0.020200 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.004016 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (832ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (699ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2543. +Total: 4.360900 ms (FindLiveObjects: 0.161100 ms CreateObjectMapping: 0.061900 ms MarkObjects: 4.119100 ms DeleteObjects: 0.018300 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.004206 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.839 seconds +Domain Reload Profiling: + ReloadAssembly (839ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (704ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (332ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2545. +Total: 4.504800 ms (FindLiveObjects: 0.179300 ms CreateObjectMapping: 0.069400 ms MarkObjects: 4.234700 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.004457 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.844 seconds +Domain Reload Profiling: + ReloadAssembly (844ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (706ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (205ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2547. +Total: 4.431500 ms (FindLiveObjects: 0.208500 ms CreateObjectMapping: 0.073000 ms MarkObjects: 4.129600 ms DeleteObjects: 0.019600 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.004171 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.834 seconds +Domain Reload Profiling: + ReloadAssembly (834ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (698ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2549. +Total: 4.656200 ms (FindLiveObjects: 0.200600 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.368800 ms DeleteObjects: 0.019500 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.004062 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (832ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (697ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.74 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2551. +Total: 4.511400 ms (FindLiveObjects: 0.178600 ms CreateObjectMapping: 0.066200 ms MarkObjects: 4.244700 ms DeleteObjects: 0.021300 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.004222 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.882 seconds +Domain Reload Profiling: + ReloadAssembly (882ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (746ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (219ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (346ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.4 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2553. +Total: 4.993000 ms (FindLiveObjects: 0.209100 ms CreateObjectMapping: 0.080800 ms MarkObjects: 4.676000 ms DeleteObjects: 0.025700 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.004157 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (701ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (31ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2555. +Total: 4.717800 ms (FindLiveObjects: 0.179700 ms CreateObjectMapping: 0.067300 ms MarkObjects: 4.446400 ms DeleteObjects: 0.023200 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.004143 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.838 seconds +Domain Reload Profiling: + ReloadAssembly (838ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (703ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2557. +Total: 4.747400 ms (FindLiveObjects: 0.201800 ms CreateObjectMapping: 0.074100 ms MarkObjects: 4.443300 ms DeleteObjects: 0.026800 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.004143 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.829 seconds +Domain Reload Profiling: + ReloadAssembly (829ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (694ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.3 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2559. +Total: 4.596700 ms (FindLiveObjects: 0.165300 ms CreateObjectMapping: 0.060100 ms MarkObjects: 4.350900 ms DeleteObjects: 0.019700 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.004409 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.874 seconds +Domain Reload Profiling: + ReloadAssembly (874ms) + BeginReloadAssembly (89ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (735ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (213ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (340ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.4 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2561. +Total: 4.664500 ms (FindLiveObjects: 0.187300 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.379200 ms DeleteObjects: 0.022800 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.004172 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.828 seconds +Domain Reload Profiling: + ReloadAssembly (828ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (693ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.4 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2563. +Total: 4.535800 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.063700 ms MarkObjects: 4.276500 ms DeleteObjects: 0.020800 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.004261 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (832ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (698ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.4 MB. +System memory in use after: 84.5 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2565. +Total: 4.725000 ms (FindLiveObjects: 0.159700 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.485000 ms DeleteObjects: 0.019800 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/AssetImportWorker0.log b/Logs/AssetImportWorker0.log new file mode 100644 index 00000000..72d2ae54 --- /dev/null +++ b/Logs/AssetImportWorker0.log @@ -0,0 +1,2674 @@ +Using pre-set license +Built from '2020.3/staging' branch; Version is '2020.3.17f1 (a4537701e4ab) revision 10769271'; Using compiler version '192528614'; Build Type 'Release' +OS: 'Windows 10 Home; OS build 19043.1288; Version 2009; 64bit' Language: 'ru' Physical Memory: 24497 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 + +COMMAND LINE ARGUMENTS: +C:\Program Files\Unity\2020.3.17f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +-logFile +Logs/AssetImportWorker0.log +-srvPort +58416 +Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +C:/Users/Vektorrus/Documents/GitHub/SHK-Unity +Using Asset Import Pipeline V2. +Refreshing native plugins compatible for Editor in 44.43 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2020.3.17f1 (a4537701e4ab) +[Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path C:/Users/Vektorrus/Documents/GitHub/SHK-Unity/Assets +GfxDevice: creating device client; threaded=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce GTX 1050 Ti (ID=0x1c82) + Vendor: + VRAM: 4018 MB + Driver: 30.0.14.7212 +Initialize mono +Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' +Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' +Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56668 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.001636 seconds. +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 37.45 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.585 seconds +Domain Reload Profiling: + ReloadAssembly (1585ms) + BeginReloadAssembly (46ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + EndReloadAssembly (333ms) + LoadAssemblies (44ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (114ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (24ms) + SetupLoadedEditorAssemblies (140ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (3ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (38ms) + BeforeProcessingInitializeOnLoad (14ms) + ProcessInitializeOnLoadAttributes (63ms) + ProcessInitializeOnLoadMethodAttributes (22ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.004531 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.925 seconds +Domain Reload Profiling: + ReloadAssembly (926ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (15ms) + EndReloadAssembly (760ms) + LoadAssemblies (78ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (217ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (35ms) + SetupLoadedEditorAssemblies (357ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (31ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + 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.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1969 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 81.0 MB. +System memory in use after: 81.1 MB. + +Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2373. +Total: 4.671400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.371500 ms DeleteObjects: 0.064900 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. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4903f20accae732b375aa148fbcb9882') in 0.015814 seconds + Import took 0.018183 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004169 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.848 seconds +Domain Reload Profiling: + ReloadAssembly (848ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (712ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.8 MB. +System memory in use after: 81.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2375. +Total: 4.740400 ms (FindLiveObjects: 0.160800 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.490700 ms DeleteObjects: 0.023900 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: 132.992965 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.003727 seconds + Import took 0.005933 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.345626 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.001425 seconds + Import took 0.003685 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004141 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.826 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (316ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.9 MB. +System memory in use after: 81.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2377. +Total: 4.339000 ms (FindLiveObjects: 0.150200 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.110500 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 Import Request. + Time since last request: 15.448745 seconds. + path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png + artifactKey: Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png using Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe08f12e3aa4f91cfb5136671e09fe23') in 0.076537 seconds + Import took 0.079048 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004071 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.851 seconds +Domain Reload Profiling: + ReloadAssembly (851ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (717ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (209ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.8 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2385. +Total: 4.654900 ms (FindLiveObjects: 0.180600 ms CreateObjectMapping: 0.070500 ms MarkObjects: 4.378600 ms DeleteObjects: 0.024300 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.003986 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.839 seconds +Domain Reload Profiling: + ReloadAssembly (840ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (707ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (207ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. +Total: 4.457500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.229500 ms DeleteObjects: 0.018800 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.004134 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.835 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (701ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (226ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. +Total: 4.628700 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.385100 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.004075 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.856 seconds +Domain Reload Profiling: + ReloadAssembly (857ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (723ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (209ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. +Total: 4.570600 ms (FindLiveObjects: 0.176500 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.313500 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.004343 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.856 seconds +Domain Reload Profiling: + ReloadAssembly (856ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (720ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (208ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (334ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (233ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. +Total: 4.530000 ms (FindLiveObjects: 0.196500 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.244300 ms DeleteObjects: 0.021900 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: 386.570860 seconds. + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0219e19401a17b90d8c4f0abc16502b') in 0.003906 seconds + Import took 0.006602 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004096 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.844 seconds +Domain Reload Profiling: + ReloadAssembly (845ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (709ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2396. +Total: 4.808000 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.538000 ms DeleteObjects: 0.020500 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.004255 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (697ms) + LoadAssemblies (73ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2398. +Total: 4.698600 ms (FindLiveObjects: 0.163500 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.451800 ms DeleteObjects: 0.023100 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.004327 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (826ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (319ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2400. +Total: 4.497200 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.059800 ms MarkObjects: 4.265000 ms DeleteObjects: 0.018600 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.004228 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (198ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2402. +Total: 4.344500 ms (FindLiveObjects: 0.150700 ms CreateObjectMapping: 0.058200 ms MarkObjects: 4.098500 ms DeleteObjects: 0.036300 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.004433 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (834ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (700ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2404. +Total: 4.912200 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.069000 ms MarkObjects: 4.641300 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.004073 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.835 seconds +Domain Reload Profiling: + ReloadAssembly (835ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (700ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2406. +Total: 4.288100 ms (FindLiveObjects: 0.155500 ms CreateObjectMapping: 0.057300 ms MarkObjects: 4.056900 ms DeleteObjects: 0.017600 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.004264 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (832ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (698ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2408. +Total: 4.730500 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.491700 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.004050 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (697ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2410. +Total: 4.975500 ms (FindLiveObjects: 0.167900 ms CreateObjectMapping: 0.067000 ms MarkObjects: 4.719200 ms DeleteObjects: 0.020600 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.004115 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.824 seconds +Domain Reload Profiling: + ReloadAssembly (824ms) + BeginReloadAssembly (84ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2412. +Total: 4.662800 ms (FindLiveObjects: 0.148800 ms CreateObjectMapping: 0.055300 ms MarkObjects: 4.436400 ms DeleteObjects: 0.021600 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.004045 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.837 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (703ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2414. +Total: 4.462200 ms (FindLiveObjects: 0.162700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.221500 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004284 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.841 seconds +Domain Reload Profiling: + ReloadAssembly (841ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (707ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (203ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2416. +Total: 4.629900 ms (FindLiveObjects: 0.173000 ms CreateObjectMapping: 0.066600 ms MarkObjects: 4.366600 ms DeleteObjects: 0.022800 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.004031 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.836 seconds +Domain Reload Profiling: + ReloadAssembly (836ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (703ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (205ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (226ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2418. +Total: 4.795000 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.072500 ms MarkObjects: 4.513800 ms DeleteObjects: 0.026100 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.004107 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.819 seconds +Domain Reload Profiling: + ReloadAssembly (819ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (686ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (221ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2420. +Total: 4.489100 ms (FindLiveObjects: 0.149900 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.267200 ms DeleteObjects: 0.016800 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.004140 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (699ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2422. +Total: 5.081600 ms (FindLiveObjects: 0.235900 ms CreateObjectMapping: 0.077300 ms MarkObjects: 4.745800 ms DeleteObjects: 0.021600 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.004085 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.816 seconds +Domain Reload Profiling: + ReloadAssembly (816ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (686ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (317ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2424. +Total: 4.353400 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.115600 ms DeleteObjects: 0.019000 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.004061 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.838 seconds +Domain Reload Profiling: + ReloadAssembly (838ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (704ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2426. +Total: 4.400700 ms (FindLiveObjects: 0.153400 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.168500 ms DeleteObjects: 0.018300 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.004545 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.823 seconds +Domain Reload Profiling: + ReloadAssembly (823ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (690ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (197ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2428. +Total: 4.290200 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061100 ms MarkObjects: 4.053500 ms DeleteObjects: 0.018300 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.003987 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (699ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2430. +Total: 4.534200 ms (FindLiveObjects: 0.176800 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.275500 ms DeleteObjects: 0.018400 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.004226 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.841 seconds +Domain Reload Profiling: + ReloadAssembly (841ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (709ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2432. +Total: 4.566200 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.312100 ms DeleteObjects: 0.040300 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.004003 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.837 seconds +Domain Reload Profiling: + ReloadAssembly (837ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (704ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (202ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2434. +Total: 4.723400 ms (FindLiveObjects: 0.169400 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.475300 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004287 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.834 seconds +Domain Reload Profiling: + ReloadAssembly (834ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (700ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2436. +Total: 4.807500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.058000 ms MarkObjects: 4.568300 ms DeleteObjects: 0.024000 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.004199 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.833 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (701ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2438. +Total: 4.462700 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.062700 ms MarkObjects: 4.208800 ms DeleteObjects: 0.021700 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.004418 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.859 seconds +Domain Reload Profiling: + ReloadAssembly (860ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (723ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (207ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (232ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2440. +Total: 4.389200 ms (FindLiveObjects: 0.169000 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.133700 ms DeleteObjects: 0.020800 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.004499 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.825 seconds +Domain Reload Profiling: + ReloadAssembly (825ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (691ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2442. +Total: 4.444300 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.193500 ms DeleteObjects: 0.021600 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.004131 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.63 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (831ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (696ms) + LoadAssemblies (69ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2444. +Total: 4.688100 ms (FindLiveObjects: 0.194900 ms CreateObjectMapping: 0.076700 ms MarkObjects: 4.391100 ms DeleteObjects: 0.024300 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.004439 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.828 seconds +Domain Reload Profiling: + ReloadAssembly (828ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (196ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2446. +Total: 4.416800 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.178000 ms DeleteObjects: 0.017500 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.003968 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.831 seconds +Domain Reload Profiling: + ReloadAssembly (831ms) + BeginReloadAssembly (83ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (701ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (201ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2448. +Total: 4.305000 ms (FindLiveObjects: 0.156400 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.069500 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.004100 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.856 seconds +Domain Reload Profiling: + ReloadAssembly (856ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (721ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (207ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2450. +Total: 4.718800 ms (FindLiveObjects: 0.178100 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.459600 ms DeleteObjects: 0.020000 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.004048 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.830 seconds +Domain Reload Profiling: + ReloadAssembly (830ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (696ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2452. +Total: 4.367300 ms (FindLiveObjects: 0.160200 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.128500 ms DeleteObjects: 0.018400 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.004254 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.828 seconds +Domain Reload Profiling: + ReloadAssembly (828ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (199ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2454. +Total: 4.712800 ms (FindLiveObjects: 0.161900 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.470400 ms DeleteObjects: 0.022100 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.004168 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.845 seconds +Domain Reload Profiling: + ReloadAssembly (845ms) + BeginReloadAssembly (85ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (711ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (205ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2456. +Total: 4.714300 ms (FindLiveObjects: 0.178200 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.447500 ms DeleteObjects: 0.022000 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.004109 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.860 seconds +Domain Reload Profiling: + ReloadAssembly (860ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (726ms) + LoadAssemblies (70ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (206ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (342ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2458. +Total: 4.588500 ms (FindLiveObjects: 0.170000 ms CreateObjectMapping: 0.074600 ms MarkObjects: 4.319600 ms DeleteObjects: 0.023100 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.004201 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.867 seconds +Domain Reload Profiling: + ReloadAssembly (867ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (732ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (208ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (347ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2460. +Total: 4.537100 ms (FindLiveObjects: 0.169300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.278300 ms DeleteObjects: 0.023400 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.004144 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.846 seconds +Domain Reload Profiling: + ReloadAssembly (847ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (711ms) + LoadAssemblies (71ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (206ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (327ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2462. +Total: 4.675400 ms (FindLiveObjects: 0.169500 ms CreateObjectMapping: 0.063400 ms MarkObjects: 4.419100 ms DeleteObjects: 0.022500 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.004110 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.846 seconds +Domain Reload Profiling: + ReloadAssembly (846ms) + BeginReloadAssembly (88ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (711ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (204ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (5ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2464. +Total: 4.490000 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.060200 ms MarkObjects: 4.260700 ms DeleteObjects: 0.018000 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.004350 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.853 seconds +Domain Reload Profiling: + ReloadAssembly (854ms) + BeginReloadAssembly (86ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (718ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (207ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2466. +Total: 4.540700 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.062800 ms MarkObjects: 4.291400 ms DeleteObjects: 0.020100 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: 4588.847337 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f292e63dccf90afc3b7794bcaffe0672') in 0.005368 seconds + Import took 0.008329 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.151642 seconds. + path: Assets/Group1/Scripts/EnemyContainer.cs + artifactKey: Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/EnemyContainer.cs using Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab9c5cdeafe22d6698e605c4ef95fdd8') in 0.001694 seconds + Import took 0.004468 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.909175 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c110fa5de99dfbf8a57ce6f55df4f460') in 0.001702 seconds + Import took 0.004106 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.696502 seconds. + path: Assets/Group1/Scripts/PlayerController.cs + artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7e92ebe89b4e225cdc63999cf82d535') in 0.002036 seconds + Import took 0.004743 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.004169 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 0.832 seconds +Domain Reload Profiling: + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (696ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (200ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (320ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. + +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2468. +Total: 4.900700 ms (FindLiveObjects: 0.172200 ms CreateObjectMapping: 0.067100 ms MarkObjects: 4.635100 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 Import Request. + Time since last request: 218.015876 seconds. + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1db76b1588d412d15a8b805fc498d47') in 0.003574 seconds + Import took 0.005885 seconds . + diff --git a/Logs/Packages-Update.log b/Logs/Packages-Update.log new file mode 100644 index 00000000..ddb67e79 --- /dev/null +++ b/Logs/Packages-Update.log @@ -0,0 +1,25 @@ + +=== Sun Oct 17 11:56:03 2021 + +Packages were changed. +Update Mode: updateDependencies + +The following packages were added: + com.unity.2d.sprite@1.0.0 + com.unity.2d.tilemap@1.0.0 + com.unity.ide.rider@2.0.7 + com.unity.ide.visualstudio@2.0.11 + com.unity.ide.vscode@1.2.3 + com.unity.modules.androidjni@1.0.0 + com.unity.test-framework@1.1.27 + com.unity.timeline@1.4.8 + com.unity.ugui@1.0.0 + com.unity.xr.legacyinputhelpers@2.1.8 +The following packages were updated: + com.unity.ads from version 2.0.8 to 3.7.5 + com.unity.analytics from version 3.2.2 to 3.5.3 + com.unity.collab-proxy from version 1.2.15 to 1.7.1 + com.unity.purchasing from version 2.0.3 to 3.2.2 + com.unity.textmeshpro from version 1.3.0 to 3.0.6 +The following packages were removed: + com.unity.package-manager-ui@2.0.7 diff --git a/Logs/shadercompiler-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-AssetImportWorker0.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe1.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/Logs/shadercompiler-UnityShaderCompiler.exe10.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe10.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe12.log b/Logs/shadercompiler-UnityShaderCompiler.exe12.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe12.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe13.log b/Logs/shadercompiler-UnityShaderCompiler.exe13.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe13.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe14.log b/Logs/shadercompiler-UnityShaderCompiler.exe14.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe14.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe15.log b/Logs/shadercompiler-UnityShaderCompiler.exe15.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe15.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe2.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Logs/shadercompiler-UnityShaderCompiler.exe3.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe3.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe4.log b/Logs/shadercompiler-UnityShaderCompiler.exe4.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe4.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe5.log b/Logs/shadercompiler-UnityShaderCompiler.exe5.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe5.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe6.log b/Logs/shadercompiler-UnityShaderCompiler.exe6.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe6.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/Logs/shadercompiler-UnityShaderCompiler.exe7.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe7.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe8.log b/Logs/shadercompiler-UnityShaderCompiler.exe8.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe8.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe9.log b/Logs/shadercompiler-UnityShaderCompiler.exe9.log new file mode 100644 index 00000000..6c6ad7d5 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler.exe9.log @@ -0,0 +1,3 @@ +Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Packages/manifest.json b/Packages/manifest.json index 8392bea1..fdf7f2f7 100644 --- a/Packages/manifest.json +++ b/Packages/manifest.json @@ -1,12 +1,21 @@ { "dependencies": { - "com.unity.ads": "2.0.8", - "com.unity.analytics": "3.2.2", - "com.unity.collab-proxy": "1.2.15", - "com.unity.package-manager-ui": "2.0.7", - "com.unity.purchasing": "2.0.3", - "com.unity.textmeshpro": "1.3.0", + "com.unity.2d.sprite": "1.0.0", + "com.unity.2d.tilemap": "1.0.0", + "com.unity.ads": "3.7.5", + "com.unity.analytics": "3.5.3", + "com.unity.collab-proxy": "1.7.1", + "com.unity.ide.rider": "2.0.7", + "com.unity.ide.visualstudio": "2.0.11", + "com.unity.ide.vscode": "1.2.3", + "com.unity.purchasing": "3.2.2", + "com.unity.test-framework": "1.1.27", + "com.unity.textmeshpro": "3.0.6", + "com.unity.timeline": "1.4.8", + "com.unity.ugui": "1.0.0", + "com.unity.xr.legacyinputhelpers": "2.1.8", "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", "com.unity.modules.animation": "1.0.0", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json new file mode 100644 index 00000000..ab5f02d1 --- /dev/null +++ b/Packages/packages-lock.json @@ -0,0 +1,400 @@ +{ + "dependencies": { + "com.unity.2d.sprite": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.2d.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.ads": { + "version": "3.7.5", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.analytics": { + "version": "3.5.3", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.collab-proxy": { + "version": "1.7.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.nuget.newtonsoft-json": "2.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ext.nunit": { + "version": "1.0.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ide.rider": { + "version": "2.0.7", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.11", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.vscode": { + "version": "1.2.3", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.nuget.newtonsoft-json": { + "version": "2.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.purchasing": { + "version": "3.2.2", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.androidjni": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.1.27", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.textmeshpro": { + "version": "3.0.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.timeline": { + "version": "1.4.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, + "com.unity.xr.legacyinputhelpers": { + "version": "2.1.8", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.xr": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.modules.ai": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.androidjni": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.animation": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.assetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.audio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.cloth": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.director": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.animation": "1.0.0" + } + }, + "com.unity.modules.imageconversion": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.imgui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.jsonserialize": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.particlesystem": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics2d": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.screencapture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.subsystems": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.terrain": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.terrainphysics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.terrain": "1.0.0" + } + }, + "com.unity.modules.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics2d": "1.0.0" + } + }, + "com.unity.modules.ui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.uielements": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.uielementsnative": "1.0.0" + } + }, + "com.unity.modules.uielementsnative": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.umbra": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unityanalytics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.unitywebrequest": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unitywebrequestassetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestaudio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.audio": "1.0.0" + } + }, + "com.unity.modules.unitywebrequesttexture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestwww": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.vehicles": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.video": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.vr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } + }, + "com.unity.modules.wind": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.xr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.subsystems": "1.0.0" + } + } + } +} diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset new file mode 100644 index 00000000..be4a7974 --- /dev/null +++ b/ProjectSettings/PackageManagerSettings.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_EnablePreviewPackages: 0 + m_EnablePackageDependencies: 0 + m_AdvancedSettingsExpanded: 1 + m_ScopedRegistriesSettingsExpanded: 1 + oneTimeWarningShown: 0 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_Capabilities: 7 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_ErrorMessage: + m_Original: + m_Id: + m_Name: + m_Url: + m_Scopes: [] + m_IsDefault: 0 + m_Capabilities: 0 + m_Modified: 0 + m_Name: + m_Url: + m_Scopes: + - + m_SelectedScopeIndex: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index 6dfd6c14..2c2c4462 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1 +1,2 @@ -m_EditorVersion: 2018.3.14f1 +m_EditorVersion: 2020.3.17f1 +m_EditorVersionWithRevision: 2020.3.17f1 (a4537701e4ab) diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset new file mode 100644 index 00000000..dca28814 --- /dev/null +++ b/ProjectSettings/VersionControlSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!890905787 &1 +VersionControlSettings: + m_ObjectHideFlags: 0 + m_Mode: Visible Meta Files + m_CollabEditorSettings: + inProgressEnabled: 1 diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset new file mode 100644 index 00000000..aae3070b --- /dev/null +++ b/UserSettings/EditorUserSettings.asset @@ -0,0 +1,24 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!162 &1 +EditorUserSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_ConfigSettings: + RecentlyUsedScenePath-0: + value: 224247031146467c1f011932416c6c1313191d3963032f3c2108113fc7ee3135ebe225a7f234362820 + flags: 0 + vcSharedLogLevel: + value: 0d5e400f0650 + flags: 0 + m_VCAutomaticAdd: 1 + m_VCDebugCom: 0 + m_VCDebugCmd: 0 + m_VCDebugOut: 0 + m_SemanticMergeMode: 2 + m_VCShowFailedCheckout: 1 + m_VCOverwriteFailedCheckoutAssets: 1 + m_VCProjectOverlayIcons: 1 + m_VCHierarchyOverlayIcons: 1 + m_VCOtherOverlayIcons: 1 + m_VCAllowAsyncUpdate: 1 From 075a6d59e0b6e1884a7eb4542cd6429e26f8f53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=A1=D0=BA=D0=B0=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Sun, 17 Oct 2021 18:13:42 +0700 Subject: [PATCH 2/4] Edit --- Assets/Group1/Scenes/KillAllEnemies.unity | 2 +- Assets/Group1/Scripts/IconSpeed.cs | 5 + .../{Speed.cs.meta => IconSpeed.cs.meta} | 2 +- Assets/Group1/Scripts/PlayerCollision.cs | 2 +- Assets/Group1/Scripts/Speed.cs | 5 - Logs/AssetImportWorker0-prev.log | 4611 ++++------------- Logs/AssetImportWorker0.log | 2593 +-------- Logs/shadercompiler-AssetImportWorker0.log | 3 + ...hadercompiler-UnityShaderCompiler.exe0.log | 3 + ...hadercompiler-UnityShaderCompiler.exe1.log | 3 + ...adercompiler-UnityShaderCompiler.exe10.log | 3 + ...adercompiler-UnityShaderCompiler.exe11.log | 3 + ...adercompiler-UnityShaderCompiler.exe12.log | 3 + ...adercompiler-UnityShaderCompiler.exe13.log | 3 + ...adercompiler-UnityShaderCompiler.exe14.log | 3 + ...adercompiler-UnityShaderCompiler.exe15.log | 3 + ...hadercompiler-UnityShaderCompiler.exe2.log | 3 + ...hadercompiler-UnityShaderCompiler.exe3.log | 3 + ...hadercompiler-UnityShaderCompiler.exe4.log | 3 + ...hadercompiler-UnityShaderCompiler.exe5.log | 3 + ...hadercompiler-UnityShaderCompiler.exe6.log | 3 + ...hadercompiler-UnityShaderCompiler.exe7.log | 3 + ...hadercompiler-UnityShaderCompiler.exe8.log | 3 + ...hadercompiler-UnityShaderCompiler.exe9.log | 3 + 24 files changed, 1029 insertions(+), 6242 deletions(-) create mode 100644 Assets/Group1/Scripts/IconSpeed.cs rename Assets/Group1/Scripts/{Speed.cs.meta => IconSpeed.cs.meta} (83%) delete mode 100644 Assets/Group1/Scripts/Speed.cs diff --git a/Assets/Group1/Scenes/KillAllEnemies.unity b/Assets/Group1/Scenes/KillAllEnemies.unity index 0aa40e27..1d650751 100644 --- a/Assets/Group1/Scenes/KillAllEnemies.unity +++ b/Assets/Group1/Scenes/KillAllEnemies.unity @@ -508,7 +508,7 @@ GameObject: - component: {fileID: 836932022} - component: {fileID: 836932025} m_Layer: 0 - m_Name: Speed + m_Name: IconSpeed m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 diff --git a/Assets/Group1/Scripts/IconSpeed.cs b/Assets/Group1/Scripts/IconSpeed.cs new file mode 100644 index 00000000..f4f41b1d --- /dev/null +++ b/Assets/Group1/Scripts/IconSpeed.cs @@ -0,0 +1,5 @@ +using UnityEngine; + +public class IconSpeed : MonoBehaviour +{ +} diff --git a/Assets/Group1/Scripts/Speed.cs.meta b/Assets/Group1/Scripts/IconSpeed.cs.meta similarity index 83% rename from Assets/Group1/Scripts/Speed.cs.meta rename to Assets/Group1/Scripts/IconSpeed.cs.meta index 8f562676..d73239d4 100644 --- a/Assets/Group1/Scripts/Speed.cs.meta +++ b/Assets/Group1/Scripts/IconSpeed.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2ffa3f8dc91f0b3448ead21623fbb0c2 +guid: 2da67b6cdc15a5142a813b0eb03126fd MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Assets/Group1/Scripts/PlayerCollision.cs b/Assets/Group1/Scripts/PlayerCollision.cs index a0b22e8c..4f9f3305 100644 --- a/Assets/Group1/Scripts/PlayerCollision.cs +++ b/Assets/Group1/Scripts/PlayerCollision.cs @@ -14,7 +14,7 @@ private void OnCollisionEnter2D(Collision2D collision) _enemyContainer.TryEndLevel(); } - if (collision.collider.transform.parent.TryGetComponent(out _)) + if (collision.collider.transform.parent.TryGetComponent(out _)) { transform.parent.GetComponent().IncreaseSpeed(); diff --git a/Assets/Group1/Scripts/Speed.cs b/Assets/Group1/Scripts/Speed.cs deleted file mode 100644 index 352c4485..00000000 --- a/Assets/Group1/Scripts/Speed.cs +++ /dev/null @@ -1,5 +0,0 @@ -using UnityEngine; - -public class Speed : MonoBehaviour -{ -} diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log index 1bd4a35c..72d2ae54 100644 --- a/Logs/AssetImportWorker0-prev.log +++ b/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -logFile Logs/AssetImportWorker0.log -srvPort -49154 +58416 Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity C:/Users/Vektorrus/Documents/GitHub/SHK-Unity Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 45.15 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 44.43 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.17f1 (a4537701e4ab) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems @@ -35,72 +35,72 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56668 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001602 seconds. +Registered in 0.001636 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 37.39 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 37.45 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.443 seconds +- Completed reload, in 1.585 seconds Domain Reload Profiling: - ReloadAssembly (1443ms) - BeginReloadAssembly (42ms) + ReloadAssembly (1585ms) + BeginReloadAssembly (46ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (326ms) - LoadAssemblies (41ms) + EndReloadAssembly (333ms) + LoadAssemblies (44ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (111ms) + SetupTypeCache (114ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (23ms) - SetupLoadedEditorAssemblies (136ms) + RebuildScriptCaches (24ms) + SetupLoadedEditorAssemblies (140ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (37ms) - BeforeProcessingInitializeOnLoad (12ms) - ProcessInitializeOnLoadAttributes (58ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + RefreshPlugins (38ms) + BeforeProcessingInitializeOnLoad (14ms) + ProcessInitializeOnLoadAttributes (63ms) + ProcessInitializeOnLoadMethodAttributes (22ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.006283 seconds. +Registered in 0.004531 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.883 seconds +- Completed reload, in 0.925 seconds Domain Reload Profiling: - ReloadAssembly (883ms) - BeginReloadAssembly (110ms) + ReloadAssembly (926ms) + BeginReloadAssembly (117ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (14ms) - EndReloadAssembly (726ms) - LoadAssemblies (73ms) + CreateAndSetChildDomain (15ms) + EndReloadAssembly (760ms) + LoadAssemblies (78ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) + SetupTypeCache (217ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (33ms) - SetupLoadedEditorAssemblies (342ms) + RebuildScriptCaches (35ms) + SetupLoadedEditorAssemblies (357ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (230ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (244ms) ProcessInitializeOnLoadMethodAttributes (31ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (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.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1968 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.9 MB. -System memory in use after: 81.0 MB. +Unloading 1969 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 81.0 MB. +System memory in use after: 81.1 MB. -Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2372. -Total: 4.389100 ms (FindLiveObjects: 0.156800 ms CreateObjectMapping: 0.064200 ms MarkObjects: 4.082400 ms DeleteObjects: 0.085000 ms) +Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2373. +Total: 4.671400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.371500 ms DeleteObjects: 0.064900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -131,232 +131,56 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - path: Assets/Group1 - artifactKey: Guid(ee4993931bc84204e884e5e0f07a5fe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1 using Guid(ee4993931bc84204e884e5e0f07a5fe7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6da865600421652a20343e22f1fdf1f1') in 0.003824 seconds - Import took 0.005888 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000172 seconds. - path: Assets/Group1/Player.png - artifactKey: Guid(e3d497cf399ca0d42af41c518d283eb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Player.png using Guid(e3d497cf399ca0d42af41c518d283eb2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6b17d8e3e6301346849b34fea072f8c4') in 0.081882 seconds - Import took 0.084030 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000155 seconds. - path: Assets/Group1/enemy.png - artifactKey: Guid(c393ddce902166c4fb0e2130d216d549) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/enemy.png using Guid(c393ddce902166c4fb0e2130d216d549) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2ba5cad126e070374b74c995eeb6c6da') in 0.006858 seconds - Import took 0.009037 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000145 seconds. - path: Assets/Group1/Scenes - artifactKey: Guid(c1fba93d5f718bb42bc2548dd7f1976c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scenes using Guid(c1fba93d5f718bb42bc2548dd7f1976c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54398330b708591ca7e32a5169124a15') in 0.001472 seconds - Import took 0.003448 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000138 seconds. - path: Assets/Group1/Scenes/KillAllEnemies.unity - artifactKey: Guid(d0a731de6bc19cc479a2474de64e9b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scenes/KillAllEnemies.unity using Guid(d0a731de6bc19cc479a2474de64e9b3b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '05ddd823f5463fe5396bb2898130601a') in 0.001804 seconds - Import took 0.003854 seconds . - -======================================================================== -Received Import Request. - Time since last request: 15.579257 seconds. - path: Assets/Group1/Scripts - artifactKey: Guid(599af706dd3de294dbbc342814c5e602) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts using Guid(599af706dd3de294dbbc342814c5e602) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5d58f43c84f8a8658769b4529eb4f3cf') in 0.001737 seconds - Import took 0.004183 seconds . - -======================================================================== -Received Import Request. - Time since last request: 68.607925 seconds. - path: Assets/Group1/Scripts/e.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/e.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8117f73430847f3642150b4515c5524e') in 0.006515 seconds - Import took 0.009172 seconds . - -======================================================================== -Received Import Request. - Time since last request: 25.741711 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc7cdce21c8d91f4d2f7d905649dc912') in 0.001624 seconds - Import took 0.004116 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.001574 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dc7cdce21c8d91f4d2f7d905649dc912') in 0.001445 seconds - Import took 0.003893 seconds . - -======================================================================== -Received Import Request. - Time since last request: 29.589525 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0e82e1b7c1617374ae36c3dd43f831b7') in 0.001512 seconds - Import took 0.003892 seconds . - -======================================================================== -Received Import Request. - Time since last request: 10.902210 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a25380f5e1d115a65965d14f44c670e') in 0.001617 seconds - Import took 0.004165 seconds . - -======================================================================== -Received Import Request. - Time since last request: 13.474994 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ef9bba84c0c4ad97b1f5f73d52c7f762') in 0.001427 seconds - Import took 0.003769 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.955890 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b43fca9e5203fdfe3b03cc5ca759f76b') in 0.001852 seconds - Import took 0.004398 seconds . - -======================================================================== -Received Import Request. - Time since last request: 8.057167 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e0b5e87a2a2d855cf7eb6f505d8678f8') in 0.001537 seconds - Import took 0.003924 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000301 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e0b5e87a2a2d855cf7eb6f505d8678f8') in 0.001371 seconds - Import took 0.003503 seconds . + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4903f20accae732b375aa148fbcb9882') in 0.015814 seconds + Import took 0.018183 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004154 seconds. +Registered in 0.004169 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds +- Completed reload, in 0.848 seconds Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (90ms) + ReloadAssembly (848ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (695ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (712ms) LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (202ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) + SetupLoadedEditorAssemblies (335ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (220ms) + ProcessInitializeOnLoadAttributes (238ms) ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 83.9 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2379. -Total: 4.419300 ms (FindLiveObjects: 0.135400 ms CreateObjectMapping: 0.053700 ms MarkObjects: 4.211600 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 Import Request. - Time since last request: 63.726550 seconds. - path: Assets/Group1/Scripts/GameController.cs - artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aeb61005de3482c01687c0ad42c43ee4') in 0.004219 seconds - Import took 0.006302 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004042 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds -Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (690ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 83.9 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.8 MB. +System memory in use after: 81.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2381. -Total: 4.756300 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.053100 ms MarkObjects: 4.531300 ms DeleteObjects: 0.020900 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2375. +Total: 4.740400 ms (FindLiveObjects: 0.160800 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.490700 ms DeleteObjects: 0.023900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -370,65 +194,65 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 111.709806 seconds. - path: Assets/Group1/Scripts/GameController.cs - artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21ab01ccaebb329b733f3646d9d5c1f4') in 0.004398 seconds - Import took 0.006857 seconds . + Time since last request: 132.992965 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.003727 seconds + Import took 0.005933 seconds . ======================================================================== Received Import Request. - Time since last request: 0.001160 seconds. - path: Assets/Group1/Scripts/GameController.cs - artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/GameController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21ab01ccaebb329b733f3646d9d5c1f4') in 0.001389 seconds - Import took 0.003571 seconds . + Time since last request: 1.345626 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.001425 seconds + Import took 0.003685 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004134 seconds. +Registered in 0.004141 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.814 seconds +- Completed reload, in 0.826 seconds Domain Reload Profiling: - ReloadAssembly (815ms) - BeginReloadAssembly (88ms) + ReloadAssembly (826ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (679ms) - LoadAssemblies (72ms) + CreateAndSetChildDomain (28ms) + EndReloadAssembly (692ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (306ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (316ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (208ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (216ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 83.9 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.9 MB. +System memory in use after: 81.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2383. -Total: 4.606200 ms (FindLiveObjects: 0.160900 ms CreateObjectMapping: 0.062600 ms MarkObjects: 4.357000 ms DeleteObjects: 0.024800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2377. +Total: 4.339000 ms (FindLiveObjects: 0.150200 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.110500 ms DeleteObjects: 0.017400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -441,106 +265,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: 15.448745 seconds. + path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png + artifactKey: Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png using Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe08f12e3aa4f91cfb5136671e09fe23') in 0.076537 seconds + Import took 0.079048 seconds . + +======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004011 seconds. +Registered in 0.004071 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds +- Completed reload, in 0.851 seconds Domain Reload Profiling: - ReloadAssembly (832ms) - BeginReloadAssembly (87ms) + ReloadAssembly (851ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (694ms) - LoadAssemblies (73ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (717ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (209ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (319ms) + SetupLoadedEditorAssemblies (331ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) System memory in use before: 83.8 MB. -System memory in use after: 83.9 MB. +System memory in use after: 84.0 MB. Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2385. -Total: 4.797000 ms (FindLiveObjects: 0.168700 ms CreateObjectMapping: 0.069300 ms MarkObjects: 4.536300 ms DeleteObjects: 0.022100 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.004183 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.811 seconds -Domain Reload Profiling: - ReloadAssembly (811ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (681ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (217ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 83.9 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. -Total: 4.402200 ms (FindLiveObjects: 0.156800 ms CreateObjectMapping: 0.067300 ms MarkObjects: 4.157800 ms DeleteObjects: 0.019600 ms) +Total: 4.654900 ms (FindLiveObjects: 0.180600 ms CreateObjectMapping: 0.070500 ms MarkObjects: 4.378600 ms DeleteObjects: 0.024300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -555,2624 +331,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004054 seconds. +Registered in 0.003986 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.815 seconds +- Completed reload, in 0.839 seconds Domain Reload Profiling: - ReloadAssembly (815ms) + ReloadAssembly (840ms) BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (681ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (311ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (214ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. -Total: 4.456900 ms (FindLiveObjects: 0.144300 ms CreateObjectMapping: 0.056400 ms MarkObjects: 4.238100 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.004125 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (89ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) - EndReloadAssembly (700ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. -Total: 4.544900 ms (FindLiveObjects: 0.150000 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.313600 ms DeleteObjects: 0.021200 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.004017 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (691ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (317ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (219ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. -Total: 4.667800 ms (FindLiveObjects: 0.171700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.417500 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.004131 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.826 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2395. -Total: 4.475600 ms (FindLiveObjects: 0.165400 ms CreateObjectMapping: 0.063100 ms MarkObjects: 4.224200 ms DeleteObjects: 0.022000 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.004207 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.826 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (694ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (317ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2397. -Total: 4.392800 ms (FindLiveObjects: 0.147300 ms CreateObjectMapping: 0.054600 ms MarkObjects: 4.171200 ms DeleteObjects: 0.018900 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.004072 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (684ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (314ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2399. -Total: 4.462600 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.059300 ms MarkObjects: 4.224400 ms DeleteObjects: 0.022900 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.004118 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds -Domain Reload Profiling: - ReloadAssembly (818ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (684ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (313ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2401. -Total: 4.516500 ms (FindLiveObjects: 0.160300 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.271400 ms DeleteObjects: 0.022800 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.004041 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds -Domain Reload Profiling: - ReloadAssembly (818ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (684ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2403. -Total: 4.565100 ms (FindLiveObjects: 0.174900 ms CreateObjectMapping: 0.066900 ms MarkObjects: 4.297100 ms DeleteObjects: 0.025300 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.004071 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.823 seconds -Domain Reload Profiling: - ReloadAssembly (823ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (690ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2405. -Total: 4.351900 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.058500 ms MarkObjects: 4.117700 ms DeleteObjects: 0.020300 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.003998 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.815 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (680ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2407. -Total: 4.393900 ms (FindLiveObjects: 0.143800 ms CreateObjectMapping: 0.053900 ms MarkObjects: 4.177300 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.004097 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.819 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (686ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (316ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (219ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2409. -Total: 4.623400 ms (FindLiveObjects: 0.159900 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.390300 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 Prepare -Registering precompiled user dll's ... -Registered in 0.004038 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (686ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (315ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (217ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2411. -Total: 4.433900 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.058700 ms MarkObjects: 4.198000 ms DeleteObjects: 0.021100 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.004036 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.820 seconds -Domain Reload Profiling: - ReloadAssembly (820ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (687ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (314ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2413. -Total: 4.352300 ms (FindLiveObjects: 0.145400 ms CreateObjectMapping: 0.056700 ms MarkObjects: 4.131900 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 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004048 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.823 seconds -Domain Reload Profiling: - ReloadAssembly (823ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (691ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2415. -Total: 4.547200 ms (FindLiveObjects: 0.168300 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.299100 ms DeleteObjects: 0.021100 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.004030 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.821 seconds -Domain Reload Profiling: - ReloadAssembly (821ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (689ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (316ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (3ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2417. -Total: 4.417000 ms (FindLiveObjects: 0.146500 ms CreateObjectMapping: 0.055500 ms MarkObjects: 4.196600 ms DeleteObjects: 0.017600 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.004172 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (698ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (326ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2419. -Total: 4.544500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.057700 ms MarkObjects: 4.312300 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.004016 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds -Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2421. -Total: 4.588200 ms (FindLiveObjects: 0.138300 ms CreateObjectMapping: 0.052600 ms MarkObjects: 4.379000 ms DeleteObjects: 0.017500 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.004131 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds -Domain Reload Profiling: - ReloadAssembly (829ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (693ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2423. -Total: 4.798800 ms (FindLiveObjects: 0.164500 ms CreateObjectMapping: 0.056000 ms MarkObjects: 4.558600 ms DeleteObjects: 0.018900 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.004185 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds -Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (705ms) - LoadAssemblies (75ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (209ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2425. -Total: 4.721100 ms (FindLiveObjects: 0.178400 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.457400 ms DeleteObjects: 0.021700 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.004212 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (683ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (313ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2427. -Total: 4.726000 ms (FindLiveObjects: 0.185000 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.452700 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.004104 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.822 seconds -Domain Reload Profiling: - ReloadAssembly (822ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (688ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (27ms) - SetupLoadedEditorAssemblies (315ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2429. -Total: 4.335900 ms (FindLiveObjects: 0.154300 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.102300 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 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004112 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (689ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2431. -Total: 4.665900 ms (FindLiveObjects: 0.179500 ms CreateObjectMapping: 0.061600 ms MarkObjects: 4.384000 ms DeleteObjects: 0.039800 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.004352 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (684ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (195ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (3ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2433. -Total: 4.674300 ms (FindLiveObjects: 0.145000 ms CreateObjectMapping: 0.054900 ms MarkObjects: 4.452900 ms DeleteObjects: 0.020900 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.004069 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (702ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (326ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2435. -Total: 4.979000 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.058100 ms MarkObjects: 4.719400 ms DeleteObjects: 0.020800 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.004206 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2437. -Total: 4.947000 ms (FindLiveObjects: 0.186400 ms CreateObjectMapping: 0.071500 ms MarkObjects: 4.624500 ms DeleteObjects: 0.063200 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.004044 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.823 seconds -Domain Reload Profiling: - ReloadAssembly (823ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (68ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2439. -Total: 4.473400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.063600 ms MarkObjects: 4.220800 ms DeleteObjects: 0.020900 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.004125 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.817 seconds -Domain Reload Profiling: - ReloadAssembly (817ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (683ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (313ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2441. -Total: 4.392800 ms (FindLiveObjects: 0.173200 ms CreateObjectMapping: 0.064500 ms MarkObjects: 4.136600 ms DeleteObjects: 0.017600 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.004168 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.811 seconds -Domain Reload Profiling: - ReloadAssembly (811ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (675ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (310ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (213ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2443. -Total: 4.323500 ms (FindLiveObjects: 0.143700 ms CreateObjectMapping: 0.059900 ms MarkObjects: 4.101300 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.004029 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.814 seconds -Domain Reload Profiling: - ReloadAssembly (814ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (680ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (311ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (214ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2445. -Total: 4.352500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.106900 ms DeleteObjects: 0.019000 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.004009 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (690ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2447. -Total: 4.322100 ms (FindLiveObjects: 0.157600 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.082900 ms DeleteObjects: 0.019200 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.004052 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.817 seconds -Domain Reload Profiling: - ReloadAssembly (818ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (683ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (311ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (213ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2449. -Total: 4.837800 ms (FindLiveObjects: 0.159000 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.592100 ms DeleteObjects: 0.023500 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.004131 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.819 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (684ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (214ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2451. -Total: 4.401100 ms (FindLiveObjects: 0.147900 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.175600 ms DeleteObjects: 0.017800 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.004053 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.820 seconds -Domain Reload Profiling: - ReloadAssembly (820ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (685ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (313ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2453. -Total: 4.728300 ms (FindLiveObjects: 0.184500 ms CreateObjectMapping: 0.066700 ms MarkObjects: 4.428000 ms DeleteObjects: 0.048100 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.004201 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.815 seconds -Domain Reload Profiling: - ReloadAssembly (815ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (680ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (313ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2455. -Total: 4.578100 ms (FindLiveObjects: 0.172600 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.323700 ms DeleteObjects: 0.020500 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.004014 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (682ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (314ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2457. -Total: 4.703200 ms (FindLiveObjects: 0.148700 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.477600 ms DeleteObjects: 0.018600 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.005686 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (684ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (195ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (317ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2459. -Total: 4.560300 ms (FindLiveObjects: 0.166400 ms CreateObjectMapping: 0.072200 ms MarkObjects: 4.300200 ms DeleteObjects: 0.020800 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.004154 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (691ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2461. -Total: 4.615000 ms (FindLiveObjects: 0.163900 ms CreateObjectMapping: 0.054400 ms MarkObjects: 4.377600 ms DeleteObjects: 0.018300 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.003928 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.70 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (704ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (330ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2463. -Total: 4.848700 ms (FindLiveObjects: 0.179600 ms CreateObjectMapping: 0.054600 ms MarkObjects: 4.590900 ms DeleteObjects: 0.022800 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.004194 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.826 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (693ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2465. -Total: 4.453200 ms (FindLiveObjects: 0.167100 ms CreateObjectMapping: 0.063900 ms MarkObjects: 4.201500 ms DeleteObjects: 0.020000 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.003990 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.827 seconds -Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (694ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2467. -Total: 4.614100 ms (FindLiveObjects: 0.155000 ms CreateObjectMapping: 0.057000 ms MarkObjects: 4.380400 ms DeleteObjects: 0.020900 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.004144 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (694ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2469. -Total: 4.711300 ms (FindLiveObjects: 0.179600 ms CreateObjectMapping: 0.057700 ms MarkObjects: 4.454500 ms DeleteObjects: 0.018900 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.004026 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (683ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2471. -Total: 4.464500 ms (FindLiveObjects: 0.149400 ms CreateObjectMapping: 0.060500 ms MarkObjects: 4.236000 ms DeleteObjects: 0.018000 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.004147 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (702ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (332ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (3ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2473. -Total: 4.370600 ms (FindLiveObjects: 0.151400 ms CreateObjectMapping: 0.058100 ms MarkObjects: 4.141700 ms DeleteObjects: 0.018700 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.003977 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds -Domain Reload Profiling: - ReloadAssembly (839ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (703ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2475. -Total: 4.341600 ms (FindLiveObjects: 0.168100 ms CreateObjectMapping: 0.062200 ms MarkObjects: 4.089600 ms DeleteObjects: 0.020600 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.004136 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.813 seconds -Domain Reload Profiling: - ReloadAssembly (813ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (682ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (314ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2477. -Total: 4.436400 ms (FindLiveObjects: 0.177900 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.174100 ms DeleteObjects: 0.020800 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.004079 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds -Domain Reload Profiling: - ReloadAssembly (818ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (685ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (217ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2479. -Total: 4.331500 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.061600 ms MarkObjects: 4.098300 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 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004310 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (703ms) - LoadAssemblies (71ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (707ms) + LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) + SetupTypeCache (207ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (325ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (324ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2481. -Total: 4.495200 ms (FindLiveObjects: 0.159200 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.252800 ms DeleteObjects: 0.018200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. +Total: 4.457500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.229500 ms DeleteObjects: 0.018800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3187,48 +387,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.003948 seconds. +Registered in 0.004134 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.821 seconds +- Completed reload, in 0.835 seconds Domain Reload Profiling: - ReloadAssembly (822ms) - BeginReloadAssembly (86ms) + ReloadAssembly (836ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (687ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (701ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) + SetupTypeCache (203ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (316ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (324ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadAttributes (226ms) ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2483. -Total: 4.803400 ms (FindLiveObjects: 0.178900 ms CreateObjectMapping: 0.061300 ms MarkObjects: 4.527400 ms DeleteObjects: 0.034600 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. +Total: 4.628700 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.385100 ms DeleteObjects: 0.018100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3243,48 +443,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004196 seconds. +Registered in 0.004075 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.829 seconds +- Completed reload, in 0.856 seconds Domain Reload Profiling: - ReloadAssembly (829ms) - BeginReloadAssembly (90ms) + ReloadAssembly (857ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (691ms) - LoadAssemblies (73ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (723ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (209ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) + SetupLoadedEditorAssemblies (338ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (220ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (238ms) ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2485. -Total: 4.581400 ms (FindLiveObjects: 0.156000 ms CreateObjectMapping: 0.056900 ms MarkObjects: 4.349300 ms DeleteObjects: 0.018500 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. +Total: 4.570600 ms (FindLiveObjects: 0.176500 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.313500 ms DeleteObjects: 0.019100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3299,48 +499,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004119 seconds. +Registered in 0.004343 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.834 seconds +- Completed reload, in 0.856 seconds Domain Reload Profiling: - ReloadAssembly (835ms) - BeginReloadAssembly (87ms) + ReloadAssembly (856ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (699ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (720ms) LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) + SetupTypeCache (208ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (319ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (334ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (233ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.95 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. +Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2487. -Total: 4.935800 ms (FindLiveObjects: 0.203500 ms CreateObjectMapping: 0.098200 ms MarkObjects: 4.600500 ms DeleteObjects: 0.032200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. +Total: 4.530000 ms (FindLiveObjects: 0.196500 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.244300 ms DeleteObjects: 0.021900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3354,81 +554,57 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 8203.148232 seconds. - path: Assets/Group1/Sprites - artifactKey: Guid(139b9222ef383aa4cba777135056fe13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Sprites using Guid(139b9222ef383aa4cba777135056fe13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb78630ba48aaa3d99f6fb64b3ad0dce') in 0.005122 seconds - Import took 0.007780 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067789 seconds. - path: Assets/Group1/Sprites/Enemy.png - artifactKey: Guid(f57469eb5216ae041b6302b6da1e2065) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Sprites/Enemy.png using Guid(f57469eb5216ae041b6302b6da1e2065) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c2c8f788314feffdd38145d25acc21ab') in 0.074787 seconds - Import took 0.077259 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000267 seconds. - path: Assets/Group1/Sprites/Speed.png - artifactKey: Guid(02e7924fc96084d46ab2e8b369552542) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Sprites/Speed.png using Guid(02e7924fc96084d46ab2e8b369552542) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c4d3bea20a439d34926a323d7ad95536') in 0.008838 seconds - Import took 0.011098 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000166 seconds. - path: Assets/Group1/Sprites/Player.png - artifactKey: Guid(783ea09b1f87a1d49bc8a5af2a23db5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Sprites/Player.png using Guid(783ea09b1f87a1d49bc8a5af2a23db5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c2bfb7ae5c7d9cbeef67287b324e4512') in 0.007025 seconds - Import took 0.009343 seconds . + Time since last request: 386.570860 seconds. + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0219e19401a17b90d8c4f0abc16502b') in 0.003906 seconds + Import took 0.006602 seconds . ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004210 seconds. +Registered in 0.004096 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds +- Completed reload, in 0.844 seconds Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (90ms) + ReloadAssembly (845ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (698ms) - LoadAssemblies (73ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (709ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (325ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (327ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2493. -Total: 4.505900 ms (FindLiveObjects: 0.159100 ms CreateObjectMapping: 0.060700 ms MarkObjects: 4.267100 ms DeleteObjects: 0.018400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2396. +Total: 4.808000 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.538000 ms DeleteObjects: 0.020500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3443,48 +619,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004075 seconds. +Registered in 0.004255 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.855 seconds +- Completed reload, in 0.833 seconds Domain Reload Profiling: - ReloadAssembly (856ms) - BeginReloadAssembly (91ms) + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (712ms) - LoadAssemblies (74ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (697ms) + LoadAssemblies (73ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (322ms) + SetupLoadedEditorAssemblies (321ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2495. -Total: 4.548900 ms (FindLiveObjects: 0.166300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.293900 ms DeleteObjects: 0.022900 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2398. +Total: 4.698600 ms (FindLiveObjects: 0.163500 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.451800 ms DeleteObjects: 0.023100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3499,48 +675,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004198 seconds. +Registered in 0.004327 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds +- Completed reload, in 0.825 seconds Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (87ms) + ReloadAssembly (826ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (688ms) - LoadAssemblies (72ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (314ms) + SetupLoadedEditorAssemblies (319ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2497. -Total: 4.684400 ms (FindLiveObjects: 0.201400 ms CreateObjectMapping: 0.068200 ms MarkObjects: 4.388500 ms DeleteObjects: 0.025000 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2400. +Total: 4.497200 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.059800 ms MarkObjects: 4.265000 ms DeleteObjects: 0.018600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3555,48 +731,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004058 seconds. +Registered in 0.004228 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.834 seconds +- Completed reload, in 0.825 seconds Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (89ms) + ReloadAssembly (825ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) - EndReloadAssembly (696ms) - LoadAssemblies (72ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (693ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) + SetupTypeCache (198ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (321ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2499. -Total: 4.810000 ms (FindLiveObjects: 0.170700 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.553600 ms DeleteObjects: 0.023200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2402. +Total: 4.344500 ms (FindLiveObjects: 0.150700 ms CreateObjectMapping: 0.058200 ms MarkObjects: 4.098500 ms DeleteObjects: 0.036300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3611,48 +787,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004042 seconds. +Registered in 0.004433 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.818 seconds +- Completed reload, in 0.833 seconds Domain Reload Profiling: - ReloadAssembly (818ms) - BeginReloadAssembly (87ms) + ReloadAssembly (834ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (683ms) - LoadAssemblies (71ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (700ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (199ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (312ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (327ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (215ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2501. -Total: 4.412900 ms (FindLiveObjects: 0.155100 ms CreateObjectMapping: 0.060400 ms MarkObjects: 4.177800 ms DeleteObjects: 0.019100 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2404. +Total: 4.912200 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.069000 ms MarkObjects: 4.641300 ms DeleteObjects: 0.021400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3667,35 +843,35 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004113 seconds. +Registered in 0.004073 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds +- Completed reload, in 0.835 seconds Domain Reload Profiling: - ReloadAssembly (838ms) - BeginReloadAssembly (89ms) + ReloadAssembly (835ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) + CreateAndSetChildDomain (27ms) EndReloadAssembly (700ms) - LoadAssemblies (73ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (201ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) + SetupLoadedEditorAssemblies (324ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -3703,12 +879,12 @@ Domain Reload Profiling: Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 83.9 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2503. -Total: 4.611600 ms (FindLiveObjects: 0.160900 ms CreateObjectMapping: 0.062200 ms MarkObjects: 4.367400 ms DeleteObjects: 0.020500 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2406. +Total: 4.288100 ms (FindLiveObjects: 0.155500 ms CreateObjectMapping: 0.057300 ms MarkObjects: 4.056900 ms DeleteObjects: 0.017600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3723,48 +899,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004054 seconds. +Registered in 0.004264 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds +- Completed reload, in 0.832 seconds Domain Reload Profiling: - ReloadAssembly (824ms) + ReloadAssembly (832ms) BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (690ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (698ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (314ms) + SetupLoadedEditorAssemblies (323ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (217ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + ProcessInitializeOnLoadAttributes (225ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2505. -Total: 5.046800 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.791400 ms DeleteObjects: 0.025300 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2408. +Total: 4.730500 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.491700 ms DeleteObjects: 0.019400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3779,35 +955,35 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004168 seconds. +Registered in 0.004050 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.835 seconds +- Completed reload, in 0.830 seconds Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (88ms) + ReloadAssembly (830ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (699ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (697ms) LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (202ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (328ms) + SetupLoadedEditorAssemblies (321ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (27ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -3815,12 +991,12 @@ Domain Reload Profiling: Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2507. -Total: 4.764700 ms (FindLiveObjects: 0.149200 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.537700 ms DeleteObjects: 0.022400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2410. +Total: 4.975500 ms (FindLiveObjects: 0.167900 ms CreateObjectMapping: 0.067000 ms MarkObjects: 4.719200 ms DeleteObjects: 0.020600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3835,48 +1011,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004030 seconds. +Registered in 0.004115 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds +- Completed reload, in 0.824 seconds Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (87ms) + ReloadAssembly (824ms) + BeginReloadAssembly (84ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (692ms) LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) + SetupTypeCache (199ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (318ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (222ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (221ms) ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (6ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2509. -Total: 4.524500 ms (FindLiveObjects: 0.175900 ms CreateObjectMapping: 0.064600 ms MarkObjects: 4.260000 ms DeleteObjects: 0.023100 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2412. +Total: 4.662800 ms (FindLiveObjects: 0.148800 ms CreateObjectMapping: 0.055300 ms MarkObjects: 4.436400 ms DeleteObjects: 0.021600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3891,48 +1067,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004117 seconds. +Registered in 0.004045 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.827 seconds +- Completed reload, in 0.837 seconds Domain Reload Profiling: - ReloadAssembly (827ms) + ReloadAssembly (837ms) BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (692ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (703ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (325ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadMethodAttributes (28ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2511. -Total: 4.389400 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.143200 ms DeleteObjects: 0.020600 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2414. +Total: 4.462200 ms (FindLiveObjects: 0.162700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.221500 ms DeleteObjects: 0.018500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -3947,48 +1123,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004377 seconds. +Registered in 0.004284 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.857 seconds +- Completed reload, in 0.841 seconds Domain Reload Profiling: - ReloadAssembly (857ms) - BeginReloadAssembly (115ms) + ReloadAssembly (841ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) + DisableScriptedObjects (5ms) BackupInstance (0ms) - ReleaseScriptingObjects (1ms) - CreateAndSetChildDomain (37ms) - EndReloadAssembly (693ms) - LoadAssemblies (81ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (707ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (203ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (327ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2513. -Total: 4.565100 ms (FindLiveObjects: 0.166600 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.312200 ms DeleteObjects: 0.020000 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2416. +Total: 4.629900 ms (FindLiveObjects: 0.173000 ms CreateObjectMapping: 0.066600 ms MarkObjects: 4.366600 ms DeleteObjects: 0.022800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4003,48 +1179,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004094 seconds. +Registered in 0.004031 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.829 seconds +- Completed reload, in 0.836 seconds Domain Reload Profiling: - ReloadAssembly (829ms) - BeginReloadAssembly (86ms) + ReloadAssembly (836ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) - LoadAssemblies (71ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (703ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (205ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (325ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (323ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (229ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (226ms) ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2515. -Total: 4.509600 ms (FindLiveObjects: 0.160700 ms CreateObjectMapping: 0.060500 ms MarkObjects: 4.269500 ms DeleteObjects: 0.018000 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2418. +Total: 4.795000 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.072500 ms MarkObjects: 4.513800 ms DeleteObjects: 0.026100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4059,48 +1235,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004239 seconds. +Registered in 0.004107 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.846 seconds +- Completed reload, in 0.819 seconds Domain Reload Profiling: - ReloadAssembly (847ms) - BeginReloadAssembly (86ms) + ReloadAssembly (819ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (713ms) - LoadAssemblies (69ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (686ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) + SetupTypeCache (196ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (343ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (318ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadAttributes (221ms) ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2517. -Total: 4.453400 ms (FindLiveObjects: 0.159900 ms CreateObjectMapping: 0.064500 ms MarkObjects: 4.210200 ms DeleteObjects: 0.018100 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2420. +Total: 4.489100 ms (FindLiveObjects: 0.149900 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.267200 ms DeleteObjects: 0.016800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4115,48 +1291,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004065 seconds. +Registered in 0.004140 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds +- Completed reload, in 0.833 seconds Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (85ms) + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (697ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (699ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (326ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (323ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (27ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2519. -Total: 4.447400 ms (FindLiveObjects: 0.163300 ms CreateObjectMapping: 0.063700 ms MarkObjects: 4.202200 ms DeleteObjects: 0.017400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2422. +Total: 5.081600 ms (FindLiveObjects: 0.235900 ms CreateObjectMapping: 0.077300 ms MarkObjects: 4.745800 ms DeleteObjects: 0.021600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4174,45 +1350,45 @@ Registering precompiled user dll's ... Registered in 0.004085 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.827 seconds +- Completed reload, in 0.816 seconds Domain Reload Profiling: - ReloadAssembly (827ms) - BeginReloadAssembly (86ms) + ReloadAssembly (816ms) + BeginReloadAssembly (83ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (686ms) + LoadAssemblies (69ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (197ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (317ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + ProcessInitializeOnLoadAttributes (218ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.3 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2521. -Total: 4.497000 ms (FindLiveObjects: 0.158200 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.257700 ms DeleteObjects: 0.020800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2424. +Total: 4.353400 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.115600 ms DeleteObjects: 0.019000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4227,48 +1403,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004191 seconds. +Registered in 0.004061 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.829 seconds +- Completed reload, in 0.838 seconds Domain Reload Profiling: - ReloadAssembly (829ms) - BeginReloadAssembly (85ms) + ReloadAssembly (838ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (25ms) - EndReloadAssembly (697ms) + EndReloadAssembly (704ms) LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (199ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) + SetupLoadedEditorAssemblies (331ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2523. -Total: 4.794400 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.064900 ms MarkObjects: 4.526900 ms DeleteObjects: 0.020000 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2426. +Total: 4.400700 ms (FindLiveObjects: 0.153400 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.168500 ms DeleteObjects: 0.018300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4283,16 +1459,16 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004200 seconds. +Registered in 0.004545 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds +- Completed reload, in 0.823 seconds Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (86ms) + ReloadAssembly (823ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) @@ -4311,20 +1487,20 @@ Domain Reload Profiling: RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.2 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2525. -Total: 4.945400 ms (FindLiveObjects: 0.162800 ms CreateObjectMapping: 0.061400 ms MarkObjects: 4.700500 ms DeleteObjects: 0.020000 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2428. +Total: 4.290200 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061100 ms MarkObjects: 4.053500 ms DeleteObjects: 0.018300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4339,35 +1515,35 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004213 seconds. +Registered in 0.003987 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds +- Completed reload, in 0.833 seconds Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (88ms) + ReloadAssembly (833ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (705ms) - LoadAssemblies (73ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (699ms) + LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (204ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (323ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (326ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -4375,12 +1551,12 @@ Domain Reload Profiling: Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2527. -Total: 4.604500 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.059100 ms MarkObjects: 4.359400 ms DeleteObjects: 0.019800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2430. +Total: 4.534200 ms (FindLiveObjects: 0.176800 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.275500 ms DeleteObjects: 0.018400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4395,48 +1571,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004198 seconds. +Registered in 0.004226 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds +- Completed reload, in 0.841 seconds Domain Reload Profiling: - ReloadAssembly (838ms) + ReloadAssembly (841ms) BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (703ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (709ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (322ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (335ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.1 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2529. -Total: 4.475100 ms (FindLiveObjects: 0.159100 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.238700 ms DeleteObjects: 0.017200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2432. +Total: 4.566200 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.312100 ms DeleteObjects: 0.040300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4451,35 +1627,35 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004210 seconds. +Registered in 0.004003 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds +- Completed reload, in 0.837 seconds Domain Reload Profiling: - ReloadAssembly (825ms) + ReloadAssembly (837ms) BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (692ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (704ms) LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (202ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (330ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -4487,12 +1663,12 @@ Domain Reload Profiling: Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2531. -Total: 5.311800 ms (FindLiveObjects: 0.330900 ms CreateObjectMapping: 0.096700 ms MarkObjects: 4.863900 ms DeleteObjects: 0.019700 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2434. +Total: 4.723400 ms (FindLiveObjects: 0.169400 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.475300 ms DeleteObjects: 0.018500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4507,48 +1683,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004213 seconds. +Registered in 0.004287 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds +- Completed reload, in 0.834 seconds Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (88ms) + ReloadAssembly (834ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (25ms) - EndReloadAssembly (701ms) - LoadAssemblies (73ms) + EndReloadAssembly (700ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (325ms) + SetupLoadedEditorAssemblies (324ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (223ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2533. -Total: 4.475100 ms (FindLiveObjects: 0.165100 ms CreateObjectMapping: 0.062600 ms MarkObjects: 4.228100 ms DeleteObjects: 0.018700 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2436. +Total: 4.807500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.058000 ms MarkObjects: 4.568300 ms DeleteObjects: 0.024000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4563,48 +1739,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004221 seconds. +Registered in 0.004199 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.821 seconds +- Completed reload, in 0.833 seconds Domain Reload Profiling: - ReloadAssembly (822ms) - BeginReloadAssembly (87ms) + ReloadAssembly (833ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (687ms) - LoadAssemblies (70ms) + EndReloadAssembly (701ms) + LoadAssemblies (69ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (199ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (314ms) + SetupLoadedEditorAssemblies (329ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (217ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + ProcessInitializeOnLoadAttributes (230ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.0 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2535. -Total: 4.455000 ms (FindLiveObjects: 0.163900 ms CreateObjectMapping: 0.063200 ms MarkObjects: 4.208600 ms DeleteObjects: 0.018700 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2438. +Total: 4.462700 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.062700 ms MarkObjects: 4.208800 ms DeleteObjects: 0.021700 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4619,48 +1795,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004657 seconds. +Registered in 0.004418 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds +- Completed reload, in 0.859 seconds Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (85ms) + ReloadAssembly (860ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (701ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (723ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (207ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (328ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (336ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (232ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2537. -Total: 4.463900 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.214200 ms DeleteObjects: 0.019500 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2440. +Total: 4.389200 ms (FindLiveObjects: 0.169000 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.133700 ms DeleteObjects: 0.020800 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4675,48 +1851,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004209 seconds. +Registered in 0.004499 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.827 seconds +- Completed reload, in 0.825 seconds Domain Reload Profiling: - ReloadAssembly (827ms) - BeginReloadAssembly (87ms) + ReloadAssembly (825ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (692ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (27ms) + EndReloadAssembly (691ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (199ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) + SetupLoadedEditorAssemblies (318ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) + BeforeProcessingInitializeOnLoad (62ms) ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) + ProcessInitializeOnLoadMethodAttributes (26ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2539. -Total: 4.746100 ms (FindLiveObjects: 0.190000 ms CreateObjectMapping: 0.065300 ms MarkObjects: 4.468300 ms DeleteObjects: 0.021800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2442. +Total: 4.444300 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.193500 ms DeleteObjects: 0.021600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4731,48 +1907,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004101 seconds. +Registered in 0.004131 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.63 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.849 seconds +- Completed reload, in 0.830 seconds Domain Reload Profiling: - ReloadAssembly (850ms) + ReloadAssembly (831ms) BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (716ms) - LoadAssemblies (71ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (696ms) + LoadAssemblies (69ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (196ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (343ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (329ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2541. -Total: 4.401900 ms (FindLiveObjects: 0.171700 ms CreateObjectMapping: 0.062100 ms MarkObjects: 4.147200 ms DeleteObjects: 0.020200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2444. +Total: 4.688100 ms (FindLiveObjects: 0.194900 ms CreateObjectMapping: 0.076700 ms MarkObjects: 4.391100 ms DeleteObjects: 0.024300 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4787,48 +1963,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004016 seconds. +Registered in 0.004439 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds +- Completed reload, in 0.828 seconds Domain Reload Profiling: - ReloadAssembly (832ms) + ReloadAssembly (828ms) BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (699ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (196ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (325ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (328ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2543. -Total: 4.360900 ms (FindLiveObjects: 0.161100 ms CreateObjectMapping: 0.061900 ms MarkObjects: 4.119100 ms DeleteObjects: 0.018300 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2446. +Total: 4.416800 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.178000 ms DeleteObjects: 0.017500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4843,48 +2019,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004206 seconds. +Registered in 0.003968 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.839 seconds +- Completed reload, in 0.831 seconds Domain Reload Profiling: - ReloadAssembly (839ms) - BeginReloadAssembly (87ms) + ReloadAssembly (831ms) + BeginReloadAssembly (83ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (704ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (701ms) LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) + SetupTypeCache (201ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (332ms) + SetupLoadedEditorAssemblies (325ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadAttributes (227ms) ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2545. -Total: 4.504800 ms (FindLiveObjects: 0.179300 ms CreateObjectMapping: 0.069400 ms MarkObjects: 4.234700 ms DeleteObjects: 0.020400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2448. +Total: 4.305000 ms (FindLiveObjects: 0.156400 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.069500 ms DeleteObjects: 0.018100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4899,48 +2075,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004457 seconds. +Registered in 0.004100 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.844 seconds +- Completed reload, in 0.856 seconds Domain Reload Profiling: - ReloadAssembly (844ms) - BeginReloadAssembly (88ms) + ReloadAssembly (856ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (706ms) - LoadAssemblies (72ms) + EndReloadAssembly (721ms) + LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) + SetupTypeCache (207ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (324ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (337ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (235ms) + ProcessInitializeOnLoadMethodAttributes (28ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2547. -Total: 4.431500 ms (FindLiveObjects: 0.208500 ms CreateObjectMapping: 0.073000 ms MarkObjects: 4.129600 ms DeleteObjects: 0.019600 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2450. +Total: 4.718800 ms (FindLiveObjects: 0.178100 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.459600 ms DeleteObjects: 0.020000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -4955,48 +2131,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004171 seconds. +Registered in 0.004048 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.834 seconds +- Completed reload, in 0.830 seconds Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (88ms) + ReloadAssembly (830ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (698ms) - LoadAssemblies (71ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (696ms) + LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) + RebuildScriptCaches (28ms) SetupLoadedEditorAssemblies (322ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) + ProcessInitializeOnLoadAttributes (223ms) ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2549. -Total: 4.656200 ms (FindLiveObjects: 0.200600 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.368800 ms DeleteObjects: 0.019500 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2452. +Total: 4.367300 ms (FindLiveObjects: 0.160200 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.128500 ms DeleteObjects: 0.018400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5011,28 +2187,28 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004062 seconds. +Registered in 0.004254 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds +- Completed reload, in 0.828 seconds Domain Reload Profiling: - ReloadAssembly (832ms) - BeginReloadAssembly (87ms) + ReloadAssembly (828ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (697ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (695ms) LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) + SetupTypeCache (199ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (322ms) + SetupLoadedEditorAssemblies (323ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) @@ -5040,19 +2216,19 @@ Domain Reload Profiling: BeforeProcessingInitializeOnLoad (62ms) ProcessInitializeOnLoadAttributes (224ms) ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.74 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2551. -Total: 4.511400 ms (FindLiveObjects: 0.178600 ms CreateObjectMapping: 0.066200 ms MarkObjects: 4.244700 ms DeleteObjects: 0.021300 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2454. +Total: 4.712800 ms (FindLiveObjects: 0.161900 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.470400 ms DeleteObjects: 0.022100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5067,48 +2243,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004222 seconds. +Registered in 0.004168 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.882 seconds +- Completed reload, in 0.845 seconds Domain Reload Profiling: - ReloadAssembly (882ms) - BeginReloadAssembly (87ms) + ReloadAssembly (845ms) + BeginReloadAssembly (85ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (746ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (711ms) LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (219ms) + SetupTypeCache (205ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (346ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (329ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (228ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.4 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2553. -Total: 4.993000 ms (FindLiveObjects: 0.209100 ms CreateObjectMapping: 0.080800 ms MarkObjects: 4.676000 ms DeleteObjects: 0.025700 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2456. +Total: 4.714300 ms (FindLiveObjects: 0.178200 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.447500 ms DeleteObjects: 0.022000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5123,48 +2299,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004157 seconds. +Registered in 0.004109 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds +- Completed reload, in 0.860 seconds Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (87ms) + ReloadAssembly (860ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (701ms) - LoadAssemblies (69ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (726ms) + LoadAssemblies (70ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) + SetupTypeCache (206ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (31ms) - SetupLoadedEditorAssemblies (322ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (342ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2555. -Total: 4.717800 ms (FindLiveObjects: 0.179700 ms CreateObjectMapping: 0.067300 ms MarkObjects: 4.446400 ms DeleteObjects: 0.023200 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2458. +Total: 4.588500 ms (FindLiveObjects: 0.170000 ms CreateObjectMapping: 0.074600 ms MarkObjects: 4.319600 ms DeleteObjects: 0.023100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5179,48 +2355,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004143 seconds. +Registered in 0.004201 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds +- Completed reload, in 0.867 seconds Domain Reload Profiling: - ReloadAssembly (838ms) - BeginReloadAssembly (87ms) + ReloadAssembly (867ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (703ms) + EndReloadAssembly (732ms) LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) + SetupTypeCache (208ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (322ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (347ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (28ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2557. -Total: 4.747400 ms (FindLiveObjects: 0.201800 ms CreateObjectMapping: 0.074100 ms MarkObjects: 4.443300 ms DeleteObjects: 0.026800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2460. +Total: 4.537100 ms (FindLiveObjects: 0.169300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.278300 ms DeleteObjects: 0.023400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5235,48 +2411,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004143 seconds. +Registered in 0.004144 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.829 seconds +- Completed reload, in 0.846 seconds Domain Reload Profiling: - ReloadAssembly (829ms) + ReloadAssembly (847ms) BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (694ms) - LoadAssemblies (69ms) + EndReloadAssembly (711ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (206ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (322ms) + SetupLoadedEditorAssemblies (327ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (27ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.3 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2559. -Total: 4.596700 ms (FindLiveObjects: 0.165300 ms CreateObjectMapping: 0.060100 ms MarkObjects: 4.350900 ms DeleteObjects: 0.019700 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2462. +Total: 4.675400 ms (FindLiveObjects: 0.169500 ms CreateObjectMapping: 0.063400 ms MarkObjects: 4.419100 ms DeleteObjects: 0.022500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5291,48 +2467,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004409 seconds. +Registered in 0.004110 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.874 seconds +- Completed reload, in 0.846 seconds Domain Reload Profiling: - ReloadAssembly (874ms) - BeginReloadAssembly (89ms) + ReloadAssembly (846ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (735ms) - LoadAssemblies (73ms) + EndReloadAssembly (711ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (213ms) + SetupTypeCache (204ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (340ms) + RebuildScriptCaches (29ms) + SetupLoadedEditorAssemblies (331ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (238ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (230ms) ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) + AwakeInstancesAfterBackupRestoration (5ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.4 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2561. -Total: 4.664500 ms (FindLiveObjects: 0.187300 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.379200 ms DeleteObjects: 0.022800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2464. +Total: 4.490000 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.060200 ms MarkObjects: 4.260700 ms DeleteObjects: 0.018000 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5347,48 +2523,48 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004172 seconds. +Registered in 0.004350 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds +- Completed reload, in 0.853 seconds Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (87ms) + ReloadAssembly (854ms) + BeginReloadAssembly (86ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (693ms) - LoadAssemblies (70ms) + CreateAndSetChildDomain (25ms) + EndReloadAssembly (718ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (207ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) + RebuildScriptCaches (30ms) + SetupLoadedEditorAssemblies (331ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (231ms) + ProcessInitializeOnLoadMethodAttributes (26ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) + AwakeInstancesAfterBackupRestoration (7ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.4 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2563. -Total: 4.535800 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.063700 ms MarkObjects: 4.276500 ms DeleteObjects: 0.020800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2466. +Total: 4.540700 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.062800 ms MarkObjects: 4.291400 ms DeleteObjects: 0.020100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5401,50 +2577,82 @@ 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: 4588.847337 seconds. + path: Assets/Group1/Scripts/Enemy.cs + artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f292e63dccf90afc3b7794bcaffe0672') in 0.005368 seconds + Import took 0.008329 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.151642 seconds. + path: Assets/Group1/Scripts/EnemyContainer.cs + artifactKey: Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/EnemyContainer.cs using Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab9c5cdeafe22d6698e605c4ef95fdd8') in 0.001694 seconds + Import took 0.004468 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.909175 seconds. + path: Assets/Group1/Scripts/PlayerCollision.cs + artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c110fa5de99dfbf8a57ce6f55df4f460') in 0.001702 seconds + Import took 0.004106 seconds . + +======================================================================== +Received Import Request. + Time since last request: 0.696502 seconds. + path: Assets/Group1/Scripts/PlayerController.cs + artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/PlayerController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7e92ebe89b4e225cdc63999cf82d535') in 0.002036 seconds + Import took 0.004743 seconds . + +======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004261 seconds. +Registered in 0.004169 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly - Completed reload, in 0.832 seconds Domain Reload Profiling: - ReloadAssembly (832ms) - BeginReloadAssembly (86ms) + ReloadAssembly (833ms) + BeginReloadAssembly (87ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (26ms) - EndReloadAssembly (698ms) - LoadAssemblies (70ms) + EndReloadAssembly (696ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) + SetupTypeCache (200ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (324ms) + SetupLoadedEditorAssemblies (320ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + ProcessInitializeOnLoadAttributes (222ms) + ProcessInitializeOnLoadMethodAttributes (25ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1962 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.4 MB. -System memory in use after: 84.5 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 84.1 MB. +System memory in use after: 84.3 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2565. -Total: 4.725000 ms (FindLiveObjects: 0.159700 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.485000 ms DeleteObjects: 0.019800 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2468. +Total: 4.900700 ms (FindLiveObjects: 0.172200 ms CreateObjectMapping: 0.067100 ms MarkObjects: 4.635100 ms DeleteObjects: 0.025500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -5456,4 +2664,11 @@ AssetImportParameters requested are different than current active one (requested 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 +======================================================================== +Received Import Request. + Time since last request: 218.015876 seconds. + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1db76b1588d412d15a8b805fc498d47') in 0.003574 seconds + Import took 0.005885 seconds . + diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index 72d2ae54..04d17382 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -15,11 +15,11 @@ C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -logFile Logs/AssetImportWorker0.log -srvPort -58416 +52594 Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity C:/Users/Vektorrus/Documents/GitHub/SHK-Unity Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 44.43 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 44.36 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.17f1 (a4537701e4ab) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems @@ -35,73 +35,73 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56668 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001636 seconds. +Registered in 0.001733 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 37.45 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 35.28 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.585 seconds +- Completed reload, in 1.401 seconds Domain Reload Profiling: - ReloadAssembly (1585ms) - BeginReloadAssembly (46ms) + ReloadAssembly (1401ms) + BeginReloadAssembly (43ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (333ms) - LoadAssemblies (44ms) + EndReloadAssembly (315ms) + LoadAssemblies (41ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (114ms) + SetupTypeCache (110ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (24ms) - SetupLoadedEditorAssemblies (140ms) + RebuildScriptCaches (23ms) + SetupLoadedEditorAssemblies (128ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (38ms) - BeforeProcessingInitializeOnLoad (14ms) - ProcessInitializeOnLoadAttributes (63ms) - ProcessInitializeOnLoadMethodAttributes (22ms) + RefreshPlugins (35ms) + BeforeProcessingInitializeOnLoad (12ms) + ProcessInitializeOnLoadAttributes (57ms) + ProcessInitializeOnLoadMethodAttributes (21ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.004531 seconds. +Registered in 0.004387 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.925 seconds +- Completed reload, in 0.870 seconds Domain Reload Profiling: - ReloadAssembly (926ms) - BeginReloadAssembly (117ms) + ReloadAssembly (871ms) + BeginReloadAssembly (110ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (15ms) - EndReloadAssembly (760ms) - LoadAssemblies (78ms) + CreateAndSetChildDomain (14ms) + EndReloadAssembly (714ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (217ms) + SetupTypeCache (203ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (35ms) - SetupLoadedEditorAssemblies (357ms) + RebuildScriptCaches (33ms) + SetupLoadedEditorAssemblies (336ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (31ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (29ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -110,149 +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.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1969 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 81.0 MB. -System memory in use after: 81.1 MB. - -Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2373. -Total: 4.671400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.371500 ms DeleteObjects: 0.064900 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. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4903f20accae732b375aa148fbcb9882') in 0.015814 seconds - Import took 0.018183 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004169 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.848 seconds -Domain Reload Profiling: - ReloadAssembly (848ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (712ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (335ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.8 MB. -System memory in use after: 81.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2375. -Total: 4.740400 ms (FindLiveObjects: 0.160800 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.490700 ms DeleteObjects: 0.023900 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: 132.992965 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.003727 seconds - Import took 0.005933 seconds . - -======================================================================== -Received Import Request. - Time since last request: 1.345626 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.001425 seconds - Import took 0.003685 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004141 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.826 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (316ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.9 MB. -System memory in use after: 81.0 MB. +Unloading 1970 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 81.1 MB. +System memory in use after: 81.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2377. -Total: 4.339000 ms (FindLiveObjects: 0.150200 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.110500 ms DeleteObjects: 0.017400 ms) +Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2374. +Total: 4.533600 ms (FindLiveObjects: 0.154600 ms CreateObjectMapping: 0.061800 ms MarkObjects: 4.229100 ms DeleteObjects: 0.087400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -266,281 +131,56 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 15.448745 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png - artifactKey: Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png using Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe08f12e3aa4f91cfb5136671e09fe23') in 0.076537 seconds - Import took 0.079048 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004071 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.851 seconds -Domain Reload Profiling: - ReloadAssembly (851ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (717ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (209ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2385. -Total: 4.654900 ms (FindLiveObjects: 0.180600 ms CreateObjectMapping: 0.070500 ms MarkObjects: 4.378600 ms DeleteObjects: 0.024300 ms) + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cea8b0e7213d7d388dc6765882100740') in 0.015465 seconds + Import took 0.017787 seconds . -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.003986 seconds. +Registered in 0.004105 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.839 seconds -Domain Reload Profiling: - ReloadAssembly (840ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (707ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. -Total: 4.457500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.229500 ms DeleteObjects: 0.018800 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.004134 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly - Completed reload, in 0.835 seconds Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (701ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. -Total: 4.628700 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.385100 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.004075 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (857ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (723ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (209ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (338ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. -Total: 4.570600 ms (FindLiveObjects: 0.176500 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.313500 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.004343 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (856ms) - BeginReloadAssembly (88ms) + ReloadAssembly (835ms) + BeginReloadAssembly (90ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (720ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (697ms) LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (208ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (334ms) + SetupLoadedEditorAssemblies (312ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (212ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.9 MB. +System memory in use after: 81.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. -Total: 4.530000 ms (FindLiveObjects: 0.196500 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.244300 ms DeleteObjects: 0.021900 ms) +Unloading 50 unused Assets to reduce memory usage. Loaded Objects now: 2376. +Total: 4.441600 ms (FindLiveObjects: 0.164100 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.182800 ms DeleteObjects: 0.024400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -552,2123 +192,4 @@ AssetImportParameters requested are different than current active one (requested 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: 386.570860 seconds. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0219e19401a17b90d8c4f0abc16502b') in 0.003906 seconds - Import took 0.006602 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004096 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.844 seconds -Domain Reload Profiling: - ReloadAssembly (845ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (709ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2396. -Total: 4.808000 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.538000 ms DeleteObjects: 0.020500 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.004255 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (697ms) - LoadAssemblies (73ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2398. -Total: 4.698600 ms (FindLiveObjects: 0.163500 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.451800 ms DeleteObjects: 0.023100 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.004327 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2400. -Total: 4.497200 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.059800 ms MarkObjects: 4.265000 ms DeleteObjects: 0.018600 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.004228 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2402. -Total: 4.344500 ms (FindLiveObjects: 0.150700 ms CreateObjectMapping: 0.058200 ms MarkObjects: 4.098500 ms DeleteObjects: 0.036300 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.004433 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (700ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2404. -Total: 4.912200 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.069000 ms MarkObjects: 4.641300 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.004073 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.835 seconds -Domain Reload Profiling: - ReloadAssembly (835ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (700ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2406. -Total: 4.288100 ms (FindLiveObjects: 0.155500 ms CreateObjectMapping: 0.057300 ms MarkObjects: 4.056900 ms DeleteObjects: 0.017600 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.004264 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds -Domain Reload Profiling: - ReloadAssembly (832ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (698ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2408. -Total: 4.730500 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.491700 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.004050 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (697ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2410. -Total: 4.975500 ms (FindLiveObjects: 0.167900 ms CreateObjectMapping: 0.067000 ms MarkObjects: 4.719200 ms DeleteObjects: 0.020600 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.004115 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds -Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2412. -Total: 4.662800 ms (FindLiveObjects: 0.148800 ms CreateObjectMapping: 0.055300 ms MarkObjects: 4.436400 ms DeleteObjects: 0.021600 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.004045 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (703ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (325ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2414. -Total: 4.462200 ms (FindLiveObjects: 0.162700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.221500 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 Prepare -Registering precompiled user dll's ... -Registered in 0.004284 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds -Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (707ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2416. -Total: 4.629900 ms (FindLiveObjects: 0.173000 ms CreateObjectMapping: 0.066600 ms MarkObjects: 4.366600 ms DeleteObjects: 0.022800 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.004031 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (703ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2418. -Total: 4.795000 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.072500 ms MarkObjects: 4.513800 ms DeleteObjects: 0.026100 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.004107 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.819 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (686ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2420. -Total: 4.489100 ms (FindLiveObjects: 0.149900 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.267200 ms DeleteObjects: 0.016800 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.004140 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (699ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2422. -Total: 5.081600 ms (FindLiveObjects: 0.235900 ms CreateObjectMapping: 0.077300 ms MarkObjects: 4.745800 ms DeleteObjects: 0.021600 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.004085 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (686ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (317ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2424. -Total: 4.353400 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.115600 ms DeleteObjects: 0.019000 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.004061 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds -Domain Reload Profiling: - ReloadAssembly (838ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (704ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2426. -Total: 4.400700 ms (FindLiveObjects: 0.153400 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.168500 ms DeleteObjects: 0.018300 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.004545 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.823 seconds -Domain Reload Profiling: - ReloadAssembly (823ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (690ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2428. -Total: 4.290200 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061100 ms MarkObjects: 4.053500 ms DeleteObjects: 0.018300 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.003987 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (699ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (326ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2430. -Total: 4.534200 ms (FindLiveObjects: 0.176800 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.275500 ms DeleteObjects: 0.018400 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.004226 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds -Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (709ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (335ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2432. -Total: 4.566200 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.312100 ms DeleteObjects: 0.040300 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.004003 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (704ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (330ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2434. -Total: 4.723400 ms (FindLiveObjects: 0.169400 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.475300 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 Prepare -Registering precompiled user dll's ... -Registered in 0.004287 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.834 seconds -Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (700ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2436. -Total: 4.807500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.058000 ms MarkObjects: 4.568300 ms DeleteObjects: 0.024000 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.004199 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (701ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2438. -Total: 4.462700 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.062700 ms MarkObjects: 4.208800 ms DeleteObjects: 0.021700 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.004418 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.859 seconds -Domain Reload Profiling: - ReloadAssembly (860ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (723ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (336ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2440. -Total: 4.389200 ms (FindLiveObjects: 0.169000 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.133700 ms DeleteObjects: 0.020800 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.004499 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (691ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2442. -Total: 4.444300 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.193500 ms DeleteObjects: 0.021600 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.004131 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.63 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (831ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2444. -Total: 4.688100 ms (FindLiveObjects: 0.194900 ms CreateObjectMapping: 0.076700 ms MarkObjects: 4.391100 ms DeleteObjects: 0.024300 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.004439 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds -Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (328ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2446. -Total: 4.416800 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.178000 ms DeleteObjects: 0.017500 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.003968 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.831 seconds -Domain Reload Profiling: - ReloadAssembly (831ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (701ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (325ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2448. -Total: 4.305000 ms (FindLiveObjects: 0.156400 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.069500 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.004100 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (856ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (721ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (337ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2450. -Total: 4.718800 ms (FindLiveObjects: 0.178100 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.459600 ms DeleteObjects: 0.020000 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.004048 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (322ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2452. -Total: 4.367300 ms (FindLiveObjects: 0.160200 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.128500 ms DeleteObjects: 0.018400 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.004254 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds -Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2454. -Total: 4.712800 ms (FindLiveObjects: 0.161900 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.470400 ms DeleteObjects: 0.022100 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.004168 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.845 seconds -Domain Reload Profiling: - ReloadAssembly (845ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (711ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2456. -Total: 4.714300 ms (FindLiveObjects: 0.178200 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.447500 ms DeleteObjects: 0.022000 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.004109 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.860 seconds -Domain Reload Profiling: - ReloadAssembly (860ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (726ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (206ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (342ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2458. -Total: 4.588500 ms (FindLiveObjects: 0.170000 ms CreateObjectMapping: 0.074600 ms MarkObjects: 4.319600 ms DeleteObjects: 0.023100 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.004201 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.867 seconds -Domain Reload Profiling: - ReloadAssembly (867ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (732ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (347ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2460. -Total: 4.537100 ms (FindLiveObjects: 0.169300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.278300 ms DeleteObjects: 0.023400 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.004144 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.846 seconds -Domain Reload Profiling: - ReloadAssembly (847ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (711ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (206ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2462. -Total: 4.675400 ms (FindLiveObjects: 0.169500 ms CreateObjectMapping: 0.063400 ms MarkObjects: 4.419100 ms DeleteObjects: 0.022500 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.004110 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.846 seconds -Domain Reload Profiling: - ReloadAssembly (846ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (711ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (204ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2464. -Total: 4.490000 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.060200 ms MarkObjects: 4.260700 ms DeleteObjects: 0.018000 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.004350 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.853 seconds -Domain Reload Profiling: - ReloadAssembly (854ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (718ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2466. -Total: 4.540700 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.062800 ms MarkObjects: 4.291400 ms DeleteObjects: 0.020100 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: 4588.847337 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f292e63dccf90afc3b7794bcaffe0672') in 0.005368 seconds - Import took 0.008329 seconds . - -======================================================================== -Received Import Request. - Time since last request: 1.151642 seconds. - path: Assets/Group1/Scripts/EnemyContainer.cs - artifactKey: Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/EnemyContainer.cs using Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab9c5cdeafe22d6698e605c4ef95fdd8') in 0.001694 seconds - Import took 0.004468 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.909175 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c110fa5de99dfbf8a57ce6f55df4f460') in 0.001702 seconds - Import took 0.004106 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.696502 seconds. - path: Assets/Group1/Scripts/PlayerController.cs - artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7e92ebe89b4e225cdc63999cf82d535') in 0.002036 seconds - Import took 0.004743 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004169 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2468. -Total: 4.900700 ms (FindLiveObjects: 0.172200 ms CreateObjectMapping: 0.067100 ms MarkObjects: 4.635100 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 Import Request. - Time since last request: 218.015876 seconds. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1db76b1588d412d15a8b805fc498d47') in 0.003574 seconds - Import took 0.005885 seconds . - +AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/shadercompiler-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log index 6c6ad7d5..009294b4 100644 --- a/Logs/shadercompiler-AssetImportWorker0.log +++ b/Logs/shadercompiler-AssetImportWorker0.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe1.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe1.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/Logs/shadercompiler-UnityShaderCompiler.exe10.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe10.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe10.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe11.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe12.log b/Logs/shadercompiler-UnityShaderCompiler.exe12.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe12.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe12.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe13.log b/Logs/shadercompiler-UnityShaderCompiler.exe13.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe13.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe13.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe14.log b/Logs/shadercompiler-UnityShaderCompiler.exe14.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe14.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe14.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe15.log b/Logs/shadercompiler-UnityShaderCompiler.exe15.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe15.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe15.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe2.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe2.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Logs/shadercompiler-UnityShaderCompiler.exe3.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe3.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe3.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe4.log b/Logs/shadercompiler-UnityShaderCompiler.exe4.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe4.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe4.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe5.log b/Logs/shadercompiler-UnityShaderCompiler.exe5.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe5.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe5.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe6.log b/Logs/shadercompiler-UnityShaderCompiler.exe6.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe6.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe6.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/Logs/shadercompiler-UnityShaderCompiler.exe7.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe7.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe7.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe8.log b/Logs/shadercompiler-UnityShaderCompiler.exe8.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe8.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe8.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe9.log b/Logs/shadercompiler-UnityShaderCompiler.exe9.log index 6c6ad7d5..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe9.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe9.log @@ -1,3 +1,6 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: shutdown + +Quitting shader compiler process From f99be7c131392348e7669483fa8c6732514c6139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=A1=D0=BA=D0=B0=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Sun, 17 Oct 2021 18:31:30 +0700 Subject: [PATCH 3/4] Edit --- Assets/Group1/Scenes/KillAllEnemies.unity | 6 +- Logs/AssetImportWorker0-prev.log | 2593 +---------------- Logs/AssetImportWorker0.log | 129 +- ...hadercompiler-UnityShaderCompiler.exe0.log | 2 - ...hadercompiler-UnityShaderCompiler.exe1.log | 2 - ...adercompiler-UnityShaderCompiler.exe10.log | 2 - ...adercompiler-UnityShaderCompiler.exe11.log | 2 - ...adercompiler-UnityShaderCompiler.exe12.log | 2 - ...hadercompiler-UnityShaderCompiler.exe2.log | 2 - ...hadercompiler-UnityShaderCompiler.exe3.log | 2 - ...hadercompiler-UnityShaderCompiler.exe4.log | 2 - ...hadercompiler-UnityShaderCompiler.exe7.log | 2 - 12 files changed, 135 insertions(+), 2611 deletions(-) diff --git a/Assets/Group1/Scenes/KillAllEnemies.unity b/Assets/Group1/Scenes/KillAllEnemies.unity index 1d650751..de1555c0 100644 --- a/Assets/Group1/Scenes/KillAllEnemies.unity +++ b/Assets/Group1/Scenes/KillAllEnemies.unity @@ -506,7 +506,7 @@ GameObject: m_Component: - component: {fileID: 836932023} - component: {fileID: 836932022} - - component: {fileID: 836932025} + - component: {fileID: 836932024} m_Layer: 0 m_Name: IconSpeed m_TagString: Untagged @@ -581,7 +581,7 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!114 &836932025 +--- !u!114 &836932024 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -590,7 +590,7 @@ MonoBehaviour: m_GameObject: {fileID: 836932021} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 2ffa3f8dc91f0b3448ead21623fbb0c2, type: 3} + m_Script: {fileID: 11500000, guid: 2da67b6cdc15a5142a813b0eb03126fd, type: 3} m_Name: m_EditorClassIdentifier: --- !u!1 &1054253062 diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log index 72d2ae54..04d17382 100644 --- a/Logs/AssetImportWorker0-prev.log +++ b/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -logFile Logs/AssetImportWorker0.log -srvPort -58416 +52594 Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity C:/Users/Vektorrus/Documents/GitHub/SHK-Unity Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 44.43 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 44.36 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.17f1 (a4537701e4ab) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems @@ -35,73 +35,73 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56668 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001636 seconds. +Registered in 0.001733 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 37.45 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 35.28 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.585 seconds +- Completed reload, in 1.401 seconds Domain Reload Profiling: - ReloadAssembly (1585ms) - BeginReloadAssembly (46ms) + ReloadAssembly (1401ms) + BeginReloadAssembly (43ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (333ms) - LoadAssemblies (44ms) + EndReloadAssembly (315ms) + LoadAssemblies (41ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (114ms) + SetupTypeCache (110ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (24ms) - SetupLoadedEditorAssemblies (140ms) + RebuildScriptCaches (23ms) + SetupLoadedEditorAssemblies (128ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (38ms) - BeforeProcessingInitializeOnLoad (14ms) - ProcessInitializeOnLoadAttributes (63ms) - ProcessInitializeOnLoadMethodAttributes (22ms) + RefreshPlugins (35ms) + BeforeProcessingInitializeOnLoad (12ms) + ProcessInitializeOnLoadAttributes (57ms) + ProcessInitializeOnLoadMethodAttributes (21ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.004531 seconds. +Registered in 0.004387 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.925 seconds +- Completed reload, in 0.870 seconds Domain Reload Profiling: - ReloadAssembly (926ms) - BeginReloadAssembly (117ms) + ReloadAssembly (871ms) + BeginReloadAssembly (110ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (15ms) - EndReloadAssembly (760ms) - LoadAssemblies (78ms) + CreateAndSetChildDomain (14ms) + EndReloadAssembly (714ms) + LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (217ms) + SetupTypeCache (203ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (35ms) - SetupLoadedEditorAssemblies (357ms) + RebuildScriptCaches (33ms) + SetupLoadedEditorAssemblies (336ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (72ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (31ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (29ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -110,149 +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.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1969 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 81.0 MB. -System memory in use after: 81.1 MB. - -Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2373. -Total: 4.671400 ms (FindLiveObjects: 0.167300 ms CreateObjectMapping: 0.066500 ms MarkObjects: 4.371500 ms DeleteObjects: 0.064900 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. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4903f20accae732b375aa148fbcb9882') in 0.015814 seconds - Import took 0.018183 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004169 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.848 seconds -Domain Reload Profiling: - ReloadAssembly (848ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (712ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (335ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.8 MB. -System memory in use after: 81.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2375. -Total: 4.740400 ms (FindLiveObjects: 0.160800 ms CreateObjectMapping: 0.064300 ms MarkObjects: 4.490700 ms DeleteObjects: 0.023900 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: 132.992965 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.003727 seconds - Import took 0.005933 seconds . - -======================================================================== -Received Import Request. - Time since last request: 1.345626 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33aa2a26dac767e7c700573bdb1ba998') in 0.001425 seconds - Import took 0.003685 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004141 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.826 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (316ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (216ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.9 MB. -System memory in use after: 81.0 MB. +Unloading 1970 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 81.1 MB. +System memory in use after: 81.2 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2377. -Total: 4.339000 ms (FindLiveObjects: 0.150200 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.110500 ms DeleteObjects: 0.017400 ms) +Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2374. +Total: 4.533600 ms (FindLiveObjects: 0.154600 ms CreateObjectMapping: 0.061800 ms MarkObjects: 4.229100 ms DeleteObjects: 0.087400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -266,281 +131,56 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 15.448745 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png - artifactKey: Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png using Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe08f12e3aa4f91cfb5136671e09fe23') in 0.076537 seconds - Import took 0.079048 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004071 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.851 seconds -Domain Reload Profiling: - ReloadAssembly (851ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (717ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (209ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.8 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2385. -Total: 4.654900 ms (FindLiveObjects: 0.180600 ms CreateObjectMapping: 0.070500 ms MarkObjects: 4.378600 ms DeleteObjects: 0.024300 ms) + path: Assets/Group1/Scripts/Speed.cs + artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cea8b0e7213d7d388dc6765882100740') in 0.015465 seconds + Import took 0.017787 seconds . -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.003986 seconds. +Registered in 0.004105 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.839 seconds -Domain Reload Profiling: - ReloadAssembly (840ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (707ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2387. -Total: 4.457500 ms (FindLiveObjects: 0.154400 ms CreateObjectMapping: 0.054100 ms MarkObjects: 4.229500 ms DeleteObjects: 0.018800 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.004134 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly - Completed reload, in 0.835 seconds Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (701ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2389. -Total: 4.628700 ms (FindLiveObjects: 0.167000 ms CreateObjectMapping: 0.057900 ms MarkObjects: 4.385100 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.004075 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (857ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (723ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (209ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (338ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2391. -Total: 4.570600 ms (FindLiveObjects: 0.176500 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.313500 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.004343 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (856ms) - BeginReloadAssembly (88ms) + ReloadAssembly (835ms) + BeginReloadAssembly (90ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (720ms) + CreateAndSetChildDomain (29ms) + EndReloadAssembly (697ms) LoadAssemblies (72ms) RebuildTransferFunctionScriptingTraits (0ms) SetupTypeCache (208ms) ReleaseScriptCaches (1ms) RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (334ms) + SetupLoadedEditorAssemblies (312ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (26ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (212ms) + ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1963 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. +Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 80.9 MB. +System memory in use after: 81.0 MB. -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2393. -Total: 4.530000 ms (FindLiveObjects: 0.196500 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.244300 ms DeleteObjects: 0.021900 ms) +Unloading 50 unused Assets to reduce memory usage. Loaded Objects now: 2376. +Total: 4.441600 ms (FindLiveObjects: 0.164100 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.182800 ms DeleteObjects: 0.024400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -552,2123 +192,4 @@ AssetImportParameters requested are different than current active one (requested 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: 386.570860 seconds. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b0219e19401a17b90d8c4f0abc16502b') in 0.003906 seconds - Import took 0.006602 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004096 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.844 seconds -Domain Reload Profiling: - ReloadAssembly (845ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (709ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2396. -Total: 4.808000 ms (FindLiveObjects: 0.174200 ms CreateObjectMapping: 0.074200 ms MarkObjects: 4.538000 ms DeleteObjects: 0.020500 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.004255 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (697ms) - LoadAssemblies (73ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2398. -Total: 4.698600 ms (FindLiveObjects: 0.163500 ms CreateObjectMapping: 0.059400 ms MarkObjects: 4.451800 ms DeleteObjects: 0.023100 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.004327 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (826ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (319ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2400. -Total: 4.497200 ms (FindLiveObjects: 0.153200 ms CreateObjectMapping: 0.059800 ms MarkObjects: 4.265000 ms DeleteObjects: 0.018600 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.004228 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (693ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (198ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2402. -Total: 4.344500 ms (FindLiveObjects: 0.150700 ms CreateObjectMapping: 0.058200 ms MarkObjects: 4.098500 ms DeleteObjects: 0.036300 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.004433 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (700ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2404. -Total: 4.912200 ms (FindLiveObjects: 0.179800 ms CreateObjectMapping: 0.069000 ms MarkObjects: 4.641300 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.004073 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.835 seconds -Domain Reload Profiling: - ReloadAssembly (835ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (700ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 83.9 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2406. -Total: 4.288100 ms (FindLiveObjects: 0.155500 ms CreateObjectMapping: 0.057300 ms MarkObjects: 4.056900 ms DeleteObjects: 0.017600 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.004264 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds -Domain Reload Profiling: - ReloadAssembly (832ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (698ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2408. -Total: 4.730500 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.061000 ms MarkObjects: 4.491700 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.004050 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (697ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2410. -Total: 4.975500 ms (FindLiveObjects: 0.167900 ms CreateObjectMapping: 0.067000 ms MarkObjects: 4.719200 ms DeleteObjects: 0.020600 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.004115 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.824 seconds -Domain Reload Profiling: - ReloadAssembly (824ms) - BeginReloadAssembly (84ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (692ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.51 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2412. -Total: 4.662800 ms (FindLiveObjects: 0.148800 ms CreateObjectMapping: 0.055300 ms MarkObjects: 4.436400 ms DeleteObjects: 0.021600 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.004045 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (703ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (325ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2414. -Total: 4.462200 ms (FindLiveObjects: 0.162700 ms CreateObjectMapping: 0.058800 ms MarkObjects: 4.221500 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 Prepare -Registering precompiled user dll's ... -Registered in 0.004284 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds -Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (707ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2416. -Total: 4.629900 ms (FindLiveObjects: 0.173000 ms CreateObjectMapping: 0.066600 ms MarkObjects: 4.366600 ms DeleteObjects: 0.022800 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.004031 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.836 seconds -Domain Reload Profiling: - ReloadAssembly (836ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (703ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (226ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2418. -Total: 4.795000 ms (FindLiveObjects: 0.181800 ms CreateObjectMapping: 0.072500 ms MarkObjects: 4.513800 ms DeleteObjects: 0.026100 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.004107 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.819 seconds -Domain Reload Profiling: - ReloadAssembly (819ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (686ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (221ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2420. -Total: 4.489100 ms (FindLiveObjects: 0.149900 ms CreateObjectMapping: 0.054500 ms MarkObjects: 4.267200 ms DeleteObjects: 0.016800 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.004140 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (699ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2422. -Total: 5.081600 ms (FindLiveObjects: 0.235900 ms CreateObjectMapping: 0.077300 ms MarkObjects: 4.745800 ms DeleteObjects: 0.021600 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.004085 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.816 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (686ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (317ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (218ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2424. -Total: 4.353400 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061700 ms MarkObjects: 4.115600 ms DeleteObjects: 0.019000 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.004061 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.838 seconds -Domain Reload Profiling: - ReloadAssembly (838ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (704ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2426. -Total: 4.400700 ms (FindLiveObjects: 0.153400 ms CreateObjectMapping: 0.059700 ms MarkObjects: 4.168500 ms DeleteObjects: 0.018300 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.004545 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.823 seconds -Domain Reload Profiling: - ReloadAssembly (823ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (690ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (197ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (321ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2428. -Total: 4.290200 ms (FindLiveObjects: 0.156500 ms CreateObjectMapping: 0.061100 ms MarkObjects: 4.053500 ms DeleteObjects: 0.018300 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.003987 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (699ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (326ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2430. -Total: 4.534200 ms (FindLiveObjects: 0.176800 ms CreateObjectMapping: 0.062400 ms MarkObjects: 4.275500 ms DeleteObjects: 0.018400 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.004226 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.841 seconds -Domain Reload Profiling: - ReloadAssembly (841ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (709ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (335ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.1 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2432. -Total: 4.566200 ms (FindLiveObjects: 0.155300 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.312100 ms DeleteObjects: 0.040300 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.004003 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.837 seconds -Domain Reload Profiling: - ReloadAssembly (837ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (704ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (202ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (330ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2434. -Total: 4.723400 ms (FindLiveObjects: 0.169400 ms CreateObjectMapping: 0.059500 ms MarkObjects: 4.475300 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 Prepare -Registering precompiled user dll's ... -Registered in 0.004287 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.834 seconds -Domain Reload Profiling: - ReloadAssembly (834ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (700ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2436. -Total: 4.807500 ms (FindLiveObjects: 0.156200 ms CreateObjectMapping: 0.058000 ms MarkObjects: 4.568300 ms DeleteObjects: 0.024000 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.004199 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.833 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (701ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.0 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2438. -Total: 4.462700 ms (FindLiveObjects: 0.168800 ms CreateObjectMapping: 0.062700 ms MarkObjects: 4.208800 ms DeleteObjects: 0.021700 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.004418 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.859 seconds -Domain Reload Profiling: - ReloadAssembly (860ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (723ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (336ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2440. -Total: 4.389200 ms (FindLiveObjects: 0.169000 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.133700 ms DeleteObjects: 0.020800 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.004499 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.825 seconds -Domain Reload Profiling: - ReloadAssembly (825ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (27ms) - EndReloadAssembly (691ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (318ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (220ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2442. -Total: 4.444300 ms (FindLiveObjects: 0.165800 ms CreateObjectMapping: 0.062500 ms MarkObjects: 4.193500 ms DeleteObjects: 0.021600 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.004131 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.63 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (831ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (69ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2444. -Total: 4.688100 ms (FindLiveObjects: 0.194900 ms CreateObjectMapping: 0.076700 ms MarkObjects: 4.391100 ms DeleteObjects: 0.024300 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.004439 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds -Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (196ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (328ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (229ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2446. -Total: 4.416800 ms (FindLiveObjects: 0.157500 ms CreateObjectMapping: 0.063000 ms MarkObjects: 4.178000 ms DeleteObjects: 0.017500 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.003968 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.831 seconds -Domain Reload Profiling: - ReloadAssembly (831ms) - BeginReloadAssembly (83ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (701ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (201ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (325ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2448. -Total: 4.305000 ms (FindLiveObjects: 0.156400 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.069500 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.004100 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.856 seconds -Domain Reload Profiling: - ReloadAssembly (856ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (721ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (337ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (235ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2450. -Total: 4.718800 ms (FindLiveObjects: 0.178100 ms CreateObjectMapping: 0.060300 ms MarkObjects: 4.459600 ms DeleteObjects: 0.020000 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.004048 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.830 seconds -Domain Reload Profiling: - ReloadAssembly (830ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (322ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (223ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2452. -Total: 4.367300 ms (FindLiveObjects: 0.160200 ms CreateObjectMapping: 0.059200 ms MarkObjects: 4.128500 ms DeleteObjects: 0.018400 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.004254 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.828 seconds -Domain Reload Profiling: - ReloadAssembly (828ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (695ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (199ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (323ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (224ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2454. -Total: 4.712800 ms (FindLiveObjects: 0.161900 ms CreateObjectMapping: 0.057500 ms MarkObjects: 4.470400 ms DeleteObjects: 0.022100 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.004168 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.845 seconds -Domain Reload Profiling: - ReloadAssembly (845ms) - BeginReloadAssembly (85ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (24ms) - EndReloadAssembly (711ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (205ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (329ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2456. -Total: 4.714300 ms (FindLiveObjects: 0.178200 ms CreateObjectMapping: 0.065600 ms MarkObjects: 4.447500 ms DeleteObjects: 0.022000 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.004109 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.860 seconds -Domain Reload Profiling: - ReloadAssembly (860ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (726ms) - LoadAssemblies (70ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (206ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (342ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2458. -Total: 4.588500 ms (FindLiveObjects: 0.170000 ms CreateObjectMapping: 0.074600 ms MarkObjects: 4.319600 ms DeleteObjects: 0.023100 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.004201 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.867 seconds -Domain Reload Profiling: - ReloadAssembly (867ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (732ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (347ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (28ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2460. -Total: 4.537100 ms (FindLiveObjects: 0.169300 ms CreateObjectMapping: 0.065000 ms MarkObjects: 4.278300 ms DeleteObjects: 0.023400 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.004144 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.846 seconds -Domain Reload Profiling: - ReloadAssembly (847ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (711ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (206ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (327ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2462. -Total: 4.675400 ms (FindLiveObjects: 0.169500 ms CreateObjectMapping: 0.063400 ms MarkObjects: 4.419100 ms DeleteObjects: 0.022500 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.004110 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.57 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.846 seconds -Domain Reload Profiling: - ReloadAssembly (846ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (711ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (204ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (29ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (230ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (5ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.2 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2464. -Total: 4.490000 ms (FindLiveObjects: 0.150300 ms CreateObjectMapping: 0.060200 ms MarkObjects: 4.260700 ms DeleteObjects: 0.018000 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.004350 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.853 seconds -Domain Reload Profiling: - ReloadAssembly (854ms) - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (25ms) - EndReloadAssembly (718ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (207ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (331ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (231ms) - ProcessInitializeOnLoadMethodAttributes (26ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2466. -Total: 4.540700 ms (FindLiveObjects: 0.165600 ms CreateObjectMapping: 0.062800 ms MarkObjects: 4.291400 ms DeleteObjects: 0.020100 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: 4588.847337 seconds. - path: Assets/Group1/Scripts/Enemy.cs - artifactKey: Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Enemy.cs using Guid(65f7df4705b7dae48944a39b48934484) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f292e63dccf90afc3b7794bcaffe0672') in 0.005368 seconds - Import took 0.008329 seconds . - -======================================================================== -Received Import Request. - Time since last request: 1.151642 seconds. - path: Assets/Group1/Scripts/EnemyContainer.cs - artifactKey: Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/EnemyContainer.cs using Guid(dede9e7d6741aea4cb07b98da83cc6a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab9c5cdeafe22d6698e605c4ef95fdd8') in 0.001694 seconds - Import took 0.004468 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.909175 seconds. - path: Assets/Group1/Scripts/PlayerCollision.cs - artifactKey: Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerCollision.cs using Guid(7a985bd01b946334ca461a5419553117) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c110fa5de99dfbf8a57ce6f55df4f460') in 0.001702 seconds - Import took 0.004106 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.696502 seconds. - path: Assets/Group1/Scripts/PlayerController.cs - artifactKey: Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/PlayerController.cs using Guid(cd6d0074e725a114e850d2e604fe4b0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7e92ebe89b4e225cdc63999cf82d535') in 0.002036 seconds - Import took 0.004743 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004169 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.832 seconds -Domain Reload Profiling: - ReloadAssembly (833ms) - BeginReloadAssembly (87ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (696ms) - LoadAssemblies (72ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (200ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (320ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (222ms) - ProcessInitializeOnLoadMethodAttributes (25ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 84.1 MB. -System memory in use after: 84.3 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2468. -Total: 4.900700 ms (FindLiveObjects: 0.172200 ms CreateObjectMapping: 0.067100 ms MarkObjects: 4.635100 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 Import Request. - Time since last request: 218.015876 seconds. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1db76b1588d412d15a8b805fc498d47') in 0.003574 seconds - Import took 0.005885 seconds . - +AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index 04d17382..f2090559 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -15,11 +15,11 @@ C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -logFile Logs/AssetImportWorker0.log -srvPort -52594 +57154 Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity C:/Users/Vektorrus/Documents/GitHub/SHK-Unity Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 44.36 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 45.74 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.17f1 (a4537701e4ab) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems @@ -35,73 +35,73 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56820 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001733 seconds. +Registered in 0.001711 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 35.28 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 38.39 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.401 seconds +- Completed reload, in 1.463 seconds Domain Reload Profiling: - ReloadAssembly (1401ms) + ReloadAssembly (1463ms) BeginReloadAssembly (43ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (315ms) + EndReloadAssembly (333ms) LoadAssemblies (41ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (110ms) + SetupTypeCache (115ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (23ms) - SetupLoadedEditorAssemblies (128ms) + RebuildScriptCaches (24ms) + SetupLoadedEditorAssemblies (138ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (35ms) - BeforeProcessingInitializeOnLoad (12ms) - ProcessInitializeOnLoadAttributes (57ms) - ProcessInitializeOnLoadMethodAttributes (21ms) + RefreshPlugins (38ms) + BeforeProcessingInitializeOnLoad (13ms) + ProcessInitializeOnLoadAttributes (60ms) + ProcessInitializeOnLoadMethodAttributes (24ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.004387 seconds. +Registered in 0.004711 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.870 seconds +- Completed reload, in 0.906 seconds Domain Reload Profiling: - ReloadAssembly (871ms) - BeginReloadAssembly (110ms) + ReloadAssembly (907ms) + BeginReloadAssembly (112ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (14ms) - EndReloadAssembly (714ms) - LoadAssemblies (72ms) + EndReloadAssembly (745ms) + LoadAssemblies (74ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) + SetupTypeCache (211ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (33ms) - SetupLoadedEditorAssemblies (336ms) + RebuildScriptCaches (34ms) + SetupLoadedEditorAssemblies (355ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (69ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (29ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (33ms) AfterProcessingInitializeOnLoad (5ms) 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.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1970 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 81.1 MB. -System memory in use after: 81.2 MB. +System memory in use before: 81.0 MB. +System memory in use after: 81.1 MB. Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2374. -Total: 4.533600 ms (FindLiveObjects: 0.154600 ms CreateObjectMapping: 0.061800 ms MarkObjects: 4.229100 ms DeleteObjects: 0.087400 ms) +Total: 4.475200 ms (FindLiveObjects: 0.161000 ms CreateObjectMapping: 0.067200 ms MarkObjects: 4.190000 ms DeleteObjects: 0.056100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -131,56 +131,77 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cea8b0e7213d7d388dc6765882100740') in 0.015465 seconds - Import took 0.017787 seconds . + path: Assets/Group1/Scripts/IconSpeed.cs + artifactKey: Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/IconSpeed.cs using Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f955dd181e522a024cc9e6d24ebc05ad') in 0.014829 seconds + Import took 0.017090 seconds . ======================================================================== Received Prepare +Refreshing native plugins compatible for Editor in 10.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 47 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 42.8 MB. +System memory in use after: 42.9 MB. + +Unloading 47 unused Assets to reduce memory usage. Loaded Objects now: 2374. +Total: 4.711900 ms (FindLiveObjects: 0.169800 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.459300 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.004105 seconds. +Registered in 0.004278 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.835 seconds +- Completed reload, in 0.815 seconds Domain Reload Profiling: - ReloadAssembly (835ms) - BeginReloadAssembly (90ms) + ReloadAssembly (816ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (697ms) - LoadAssemblies (72ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (682ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) + SetupTypeCache (204ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (312ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (306ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (212ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (208ms) ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.9 MB. +System memory in use before: 80.8 MB. System memory in use after: 81.0 MB. -Unloading 50 unused Assets to reduce memory usage. Loaded Objects now: 2376. -Total: 4.441600 ms (FindLiveObjects: 0.164100 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.182800 ms DeleteObjects: 0.024400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2376. +Total: 4.829000 ms (FindLiveObjects: 0.165900 ms CreateObjectMapping: 0.071400 ms MarkObjects: 4.567200 ms DeleteObjects: 0.023400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe1.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe1.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/Logs/shadercompiler-UnityShaderCompiler.exe10.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe10.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe10.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe11.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe12.log b/Logs/shadercompiler-UnityShaderCompiler.exe12.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe12.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe12.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe2.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe2.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Logs/shadercompiler-UnityShaderCompiler.exe3.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe3.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe3.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe4.log b/Logs/shadercompiler-UnityShaderCompiler.exe4.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe4.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe4.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/Logs/shadercompiler-UnityShaderCompiler.exe7.log index 6eb3f92f..887eda05 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe7.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe7.log @@ -2,5 +2,3 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown - -Quitting shader compiler process From a792c3773b5997f243937f021a8c7a7c1f3dfd2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=A1=D0=BA=D0=B0=D1=87?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2?= Date: Sun, 17 Oct 2021 18:51:02 +0700 Subject: [PATCH 4/4] Edit --- Assets/Group1/Scripts/PlayerCollision.cs | 9 +- Logs/AssetImportWorker0-prev.log | 129 ++++++----- Logs/AssetImportWorker0.log | 216 ------------------ Logs/shadercompiler-AssetImportWorker0.log | 6 - ...adercompiler-UnityShaderCompiler.exe10.log | 2 + ...adercompiler-UnityShaderCompiler.exe11.log | 2 + ...adercompiler-UnityShaderCompiler.exe12.log | 2 + ...hadercompiler-UnityShaderCompiler.exe7.log | 2 + 8 files changed, 90 insertions(+), 278 deletions(-) delete mode 100644 Logs/AssetImportWorker0.log delete mode 100644 Logs/shadercompiler-AssetImportWorker0.log diff --git a/Assets/Group1/Scripts/PlayerCollision.cs b/Assets/Group1/Scripts/PlayerCollision.cs index 4f9f3305..fa24ba01 100644 --- a/Assets/Group1/Scripts/PlayerCollision.cs +++ b/Assets/Group1/Scripts/PlayerCollision.cs @@ -9,7 +9,7 @@ private void OnCollisionEnter2D(Collision2D collision) { if (collision.collider.transform.parent.TryGetComponent(out _)) { - Destroy(collision.collider.transform.parent.gameObject); + Destroy(collision); _enemyContainer.TryEndLevel(); } @@ -18,7 +18,12 @@ private void OnCollisionEnter2D(Collision2D collision) { transform.parent.GetComponent().IncreaseSpeed(); - Destroy(collision.collider.transform.parent.transform.gameObject); + Destroy(collision); } } + + private void Destroy(Collision2D collision) + { + Destroy(collision.collider.transform.parent.gameObject); + } } diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log index 04d17382..f2090559 100644 --- a/Logs/AssetImportWorker0-prev.log +++ b/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -logFile Logs/AssetImportWorker0.log -srvPort -52594 +57154 Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity C:/Users/Vektorrus/Documents/GitHub/SHK-Unity Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 44.36 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 45.74 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.17f1 (a4537701e4ab) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems @@ -35,73 +35,73 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56648 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56820 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001733 seconds. +Registered in 0.001711 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 35.28 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 38.39 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.401 seconds +- Completed reload, in 1.463 seconds Domain Reload Profiling: - ReloadAssembly (1401ms) + ReloadAssembly (1463ms) BeginReloadAssembly (43ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (315ms) + EndReloadAssembly (333ms) LoadAssemblies (41ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (110ms) + SetupTypeCache (115ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (23ms) - SetupLoadedEditorAssemblies (128ms) + RebuildScriptCaches (24ms) + SetupLoadedEditorAssemblies (138ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (3ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (35ms) - BeforeProcessingInitializeOnLoad (12ms) - ProcessInitializeOnLoadAttributes (57ms) - ProcessInitializeOnLoadMethodAttributes (21ms) + RefreshPlugins (38ms) + BeforeProcessingInitializeOnLoad (13ms) + ProcessInitializeOnLoadAttributes (60ms) + ProcessInitializeOnLoadMethodAttributes (24ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.004387 seconds. +Registered in 0.004711 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.870 seconds +- Completed reload, in 0.906 seconds Domain Reload Profiling: - ReloadAssembly (871ms) - BeginReloadAssembly (110ms) + ReloadAssembly (907ms) + BeginReloadAssembly (112ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (14ms) - EndReloadAssembly (714ms) - LoadAssemblies (72ms) + EndReloadAssembly (745ms) + LoadAssemblies (74ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (203ms) + SetupTypeCache (211ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (33ms) - SetupLoadedEditorAssemblies (336ms) + RebuildScriptCaches (34ms) + SetupLoadedEditorAssemblies (355ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (69ms) - ProcessInitializeOnLoadAttributes (227ms) - ProcessInitializeOnLoadMethodAttributes (29ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (33ms) AfterProcessingInitializeOnLoad (5ms) 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.53 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1970 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 81.1 MB. -System memory in use after: 81.2 MB. +System memory in use before: 81.0 MB. +System memory in use after: 81.1 MB. Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2374. -Total: 4.533600 ms (FindLiveObjects: 0.154600 ms CreateObjectMapping: 0.061800 ms MarkObjects: 4.229100 ms DeleteObjects: 0.087400 ms) +Total: 4.475200 ms (FindLiveObjects: 0.161000 ms CreateObjectMapping: 0.067200 ms MarkObjects: 4.190000 ms DeleteObjects: 0.056100 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -131,56 +131,77 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - path: Assets/Group1/Scripts/Speed.cs - artifactKey: Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/Speed.cs using Guid(2ffa3f8dc91f0b3448ead21623fbb0c2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cea8b0e7213d7d388dc6765882100740') in 0.015465 seconds - Import took 0.017787 seconds . + path: Assets/Group1/Scripts/IconSpeed.cs + artifactKey: Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Group1/Scripts/IconSpeed.cs using Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f955dd181e522a024cc9e6d24ebc05ad') in 0.014829 seconds + Import took 0.017090 seconds . ======================================================================== Received Prepare +Refreshing native plugins compatible for Editor in 10.56 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 47 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 42.8 MB. +System memory in use after: 42.9 MB. + +Unloading 47 unused Assets to reduce memory usage. Loaded Objects now: 2374. +Total: 4.711900 ms (FindLiveObjects: 0.169800 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.459300 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.004105 seconds. +Registered in 0.004278 seconds. Begin MonoManager ReloadAssembly Native extension for WindowsStandalone target not found Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 0.835 seconds +- Completed reload, in 0.815 seconds Domain Reload Profiling: - ReloadAssembly (835ms) - BeginReloadAssembly (90ms) + ReloadAssembly (816ms) + BeginReloadAssembly (88ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (29ms) - EndReloadAssembly (697ms) - LoadAssemblies (72ms) + CreateAndSetChildDomain (26ms) + EndReloadAssembly (682ms) + LoadAssemblies (71ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (208ms) + SetupTypeCache (204ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (30ms) - SetupLoadedEditorAssemblies (312ms) + RebuildScriptCaches (28ms) + SetupLoadedEditorAssemblies (306ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (4ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (212ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (208ms) ProcessInitializeOnLoadMethodAttributes (27ms) AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (6ms) Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.9 MB. +System memory in use before: 80.8 MB. System memory in use after: 81.0 MB. -Unloading 50 unused Assets to reduce memory usage. Loaded Objects now: 2376. -Total: 4.441600 ms (FindLiveObjects: 0.164100 ms CreateObjectMapping: 0.069700 ms MarkObjects: 4.182800 ms DeleteObjects: 0.024400 ms) +Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2376. +Total: 4.829000 ms (FindLiveObjects: 0.165900 ms CreateObjectMapping: 0.071400 ms MarkObjects: 4.567200 ms DeleteObjects: 0.023400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log deleted file mode 100644 index f2090559..00000000 --- a/Logs/AssetImportWorker0.log +++ /dev/null @@ -1,216 +0,0 @@ -Using pre-set license -Built from '2020.3/staging' branch; Version is '2020.3.17f1 (a4537701e4ab) revision 10769271'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 Home; OS build 19043.1288; Version 2009; 64bit' Language: 'ru' Physical Memory: 24497 MB -BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 - -COMMAND LINE ARGUMENTS: -C:\Program Files\Unity\2020.3.17f1\Editor\Unity.exe --adb2 --batchMode --noUpm --name -AssetImportWorker0 --projectPath -C:/Users/Vektorrus/Documents/GitHub/SHK-Unity --logFile -Logs/AssetImportWorker0.log --srvPort -57154 -Successfully changed project path to: C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -C:/Users/Vektorrus/Documents/GitHub/SHK-Unity -Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 45.74 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2020.3.17f1 (a4537701e4ab) -[Subsystems] Discovering subsystems at path C:/Program Files/Unity/2020.3.17f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path C:/Users/Vektorrus/Documents/GitHub/SHK-Unity/Assets -GfxDevice: creating device client; threaded=0 -Direct3D: - Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce GTX 1050 Ti (ID=0x1c82) - Vendor: - VRAM: 4018 MB - Driver: 30.0.14.7212 -Initialize mono -Mono path[0] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/Managed' -Mono path[1] = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' -Mono config path = 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56820 -Begin MonoManager ReloadAssembly -Registering precompiled unity dll's ... -Register platform support module: C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.001711 seconds. -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 38.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.463 seconds -Domain Reload Profiling: - ReloadAssembly (1463ms) - BeginReloadAssembly (43ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - EndReloadAssembly (333ms) - LoadAssemblies (41ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (115ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (24ms) - SetupLoadedEditorAssemblies (138ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (3ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (38ms) - BeforeProcessingInitializeOnLoad (13ms) - ProcessInitializeOnLoadAttributes (60ms) - ProcessInitializeOnLoadMethodAttributes (24ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -Platform modules already initialized, skipping -Registering precompiled user dll's ... -Registered in 0.004711 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.906 seconds -Domain Reload Profiling: - ReloadAssembly (907ms) - BeginReloadAssembly (112ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (14ms) - EndReloadAssembly (745ms) - LoadAssemblies (74ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (211ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (34ms) - SetupLoadedEditorAssemblies (355ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (73ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - 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.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1970 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 81.0 MB. -System memory in use after: 81.1 MB. - -Unloading 58 unused Assets to reduce memory usage. Loaded Objects now: 2374. -Total: 4.475200 ms (FindLiveObjects: 0.161000 ms CreateObjectMapping: 0.067200 ms MarkObjects: 4.190000 ms DeleteObjects: 0.056100 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. - path: Assets/Group1/Scripts/IconSpeed.cs - artifactKey: Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Group1/Scripts/IconSpeed.cs using Guid(2da67b6cdc15a5142a813b0eb03126fd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f955dd181e522a024cc9e6d24ebc05ad') in 0.014829 seconds - Import took 0.017090 seconds . - -======================================================================== -Received Prepare -Refreshing native plugins compatible for Editor in 10.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 47 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 42.8 MB. -System memory in use after: 42.9 MB. - -Unloading 47 unused Assets to reduce memory usage. Loaded Objects now: 2374. -Total: 4.711900 ms (FindLiveObjects: 0.169800 ms CreateObjectMapping: 0.060600 ms MarkObjects: 4.459300 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.004278 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 0.54 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 0.815 seconds -Domain Reload Profiling: - ReloadAssembly (816ms) - BeginReloadAssembly (88ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (26ms) - EndReloadAssembly (682ms) - LoadAssemblies (71ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (204ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (28ms) - SetupLoadedEditorAssemblies (306ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (208ms) - ProcessInitializeOnLoadMethodAttributes (27ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (6ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1964 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 80.8 MB. -System memory in use after: 81.0 MB. - -Unloading 49 unused Assets to reduce memory usage. Loaded Objects now: 2376. -Total: 4.829000 ms (FindLiveObjects: 0.165900 ms CreateObjectMapping: 0.071400 ms MarkObjects: 4.567200 ms DeleteObjects: 0.023400 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-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log deleted file mode 100644 index 009294b4..00000000 --- a/Logs/shadercompiler-AssetImportWorker0.log +++ /dev/null @@ -1,6 +0,0 @@ -Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Program Files/Unity/2020.3.17f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) - -Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe10.log b/Logs/shadercompiler-UnityShaderCompiler.exe10.log index 887eda05..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe10.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe10.log @@ -2,3 +2,5 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe11.log b/Logs/shadercompiler-UnityShaderCompiler.exe11.log index 887eda05..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe11.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe11.log @@ -2,3 +2,5 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe12.log b/Logs/shadercompiler-UnityShaderCompiler.exe12.log index 887eda05..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe12.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe12.log @@ -2,3 +2,5 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown + +Quitting shader compiler process diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe7.log b/Logs/shadercompiler-UnityShaderCompiler.exe7.log index 887eda05..6eb3f92f 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe7.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe7.log @@ -2,3 +2,5 @@ Base path: 'C:/Program Files/Unity/2020.3.17f1/Editor/Data', plugins path 'C:/Pr Cmd: initializeCompiler Cmd: shutdown + +Quitting shader compiler process