diff --git a/Assets/Materials/GridBlue.mat b/Assets/Materials/GridBlue.mat new file mode 100644 index 00000000..e8face74 --- /dev/null +++ b/Assets/Materials/GridBlue.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GridBlue + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 0, g: 0.7246165, b: 1, a: 1} + - _Color: {r: 0, g: 0.7246165, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &6207293169668130279 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 8 diff --git a/Assets/Materials/Grid.mat.meta b/Assets/Materials/GridBlue.mat.meta similarity index 100% rename from Assets/Materials/Grid.mat.meta rename to Assets/Materials/GridBlue.mat.meta diff --git a/Assets/Materials/GridRed.mat b/Assets/Materials/GridRed.mat new file mode 100644 index 00000000..31fe8410 --- /dev/null +++ b/Assets/Materials/GridRed.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GridRed + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 1, g: 0, b: 0, a: 1} + - _Color: {r: 1, g: 0, b: 0, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &7764060587927922204 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 8 diff --git a/Assets/Materials/GridRed.mat.meta b/Assets/Materials/GridRed.mat.meta new file mode 100644 index 00000000..9cbf9ea0 --- /dev/null +++ b/Assets/Materials/GridRed.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3d9a0fc22a206b0f980b29a38f1533e2 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/GridRedSoft.mat b/Assets/Materials/GridRedSoft.mat new file mode 100644 index 00000000..86724f96 --- /dev/null +++ b/Assets/Materials/GridRedSoft.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GridRedSoft + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 0.5 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 1, g: 0, b: 0, a: 0.19607843} + - _Color: {r: 1, g: 0, b: 0, a: 0.19607843} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &8018410709853096214 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 8 diff --git a/Assets/Materials/GridRedSoft.mat.meta b/Assets/Materials/GridRedSoft.mat.meta new file mode 100644 index 00000000..61bf9ac9 --- /dev/null +++ b/Assets/Materials/GridRedSoft.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d4a1f0b730c73fa16ab2ee298acbbb9e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/Grid.mat b/Assets/Materials/GridWhite.mat similarity index 98% rename from Assets/Materials/Grid.mat rename to Assets/Materials/GridWhite.mat index f1b6b237..3b517938 100644 --- a/Assets/Materials/Grid.mat +++ b/Assets/Materials/GridWhite.mat @@ -7,7 +7,7 @@ Material: m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_Name: Grid + m_Name: GridWhite m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_Parent: {fileID: 0} m_ModifiedSerializedProperties: 0 @@ -124,7 +124,7 @@ Material: - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] ---- !u!114 &6207293169668130279 +--- !u!114 &7764060587927922204 MonoBehaviour: m_ObjectHideFlags: 11 m_CorrespondingSourceObject: {fileID: 0} diff --git a/Assets/Materials/GridWhite.mat.meta b/Assets/Materials/GridWhite.mat.meta new file mode 100644 index 00000000..393ca1f4 --- /dev/null +++ b/Assets/Materials/GridWhite.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1110c1e35778cd6798a250223b8369db +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Materials/GridYellow.mat b/Assets/Materials/GridYellow.mat new file mode 100644 index 00000000..de2a3638 --- /dev/null +++ b/Assets/Materials/GridYellow.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GridYellow + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 1, g: 0.6862745, b: 0, a: 1} + - _Color: {r: 1, g: 0.68627447, b: 0, a: 1} + - _EmissionColor: {r: 1, g: 0.42869055, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &7764060587927922204 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 8 diff --git a/Assets/Materials/GridYellow.mat.meta b/Assets/Materials/GridYellow.mat.meta new file mode 100644 index 00000000..0495c942 --- /dev/null +++ b/Assets/Materials/GridYellow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0d7ad60821d9954109d543138e46c14a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/GridDebugObject.prefab b/Assets/Prefabs/GridDebugObject.prefab index 92f7e505..851edb7f 100644 --- a/Assets/Prefabs/GridDebugObject.prefab +++ b/Assets/Prefabs/GridDebugObject.prefab @@ -45,7 +45,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 2aefdd39f617bdd45b27251d5a1bf66c, type: 3} m_Name: m_EditorClassIdentifier: - GridText: {fileID: 6019877198273519714} + gridText: {fileID: 6019877198273519714} --- !u!1 &7855068981580310195 GameObject: m_ObjectHideFlags: 0 @@ -101,6 +101,8 @@ MeshRenderer: m_ReflectionProbeUsage: 1 m_RayTracingMode: 2 m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -155,8 +157,8 @@ MonoBehaviour: m_fontMaterials: [] m_fontColor32: serializedVersion: 2 - rgba: 4278190335 - m_fontColor: {r: 1, g: 0, b: 0, a: 1} + rgba: 4294967295 + m_fontColor: {r: 1, g: 1, b: 1, a: 1} m_enableVertexGradient: 0 m_colorMode: 3 m_fontColorGradient: @@ -189,15 +191,17 @@ MonoBehaviour: m_lineSpacingMax: 0 m_paragraphSpacing: 0 m_charWidthMaxAdj: 0 - m_enableWordWrapping: 0 + m_TextWrappingMode: 0 m_wordWrappingRatios: 0.4 m_overflowMode: 0 m_linkedTextComponent: {fileID: 0} parentLinkedComponent: {fileID: 0} m_enableKerning: 1 + m_ActiveFontFeatures: 6e72656b m_enableExtraPadding: 0 checkPaddingRequired: 0 m_isRichText: 1 + m_EmojiFallbackSupport: 1 m_parseCtrlCharacters: 1 m_isOrthographic: 0 m_isCullingEnabled: 0 @@ -212,9 +216,9 @@ MonoBehaviour: m_margin: {x: 0, y: 0, z: 0, w: 0} m_isUsingLegacyAnimationComponent: 0 m_isVolumetricText: 0 - m_hasFontAssetChanged: 0 - m_renderer: {fileID: 6551456771606258520} - m_maskType: 0 _SortingLayer: 0 _SortingLayerID: 0 _SortingOrder: 0 + m_hasFontAssetChanged: 0 + m_renderer: {fileID: 6551456771606258520} + m_maskType: 0 diff --git a/Assets/Prefabs/GridSystemVisualSingle.prefab b/Assets/Prefabs/GridSystemVisualSingle.prefab index ebcea6f5..36e887f9 100644 --- a/Assets/Prefabs/GridSystemVisualSingle.prefab +++ b/Assets/Prefabs/GridSystemVisualSingle.prefab @@ -104,10 +104,12 @@ MeshRenderer: m_ReflectionProbeUsage: 1 m_RayTracingMode: 2 m_RayTraceProcedural: 0 + m_RayTracingAccelStructBuildFlagsOverride: 0 + m_RayTracingAccelStructBuildFlags: 1 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 2100000, guid: 3322f75c4ac0327898e8fe6f22b1999d, type: 2} + - {fileID: 2100000, guid: 0d7ad60821d9954109d543138e46c14a, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 diff --git a/Assets/Scenes/GameScene.unity b/Assets/Scenes/GameScene.unity index cd8d6085..20bf6366 100644 --- a/Assets/Scenes/GameScene.unity +++ b/Assets/Scenes/GameScene.unity @@ -375,7 +375,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 330585543} - m_LocalRotation: {x: 0.3006394, y: -0.000000016410377, z: 0.000000005172915, w: 0.9537379} + m_LocalRotation: {x: 0.3006394, y: 0.000000016410377, z: -0.000000005172915, w: 0.9537379} m_LocalPosition: {x: 3.01, y: 7, z: -6.75} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 @@ -942,7 +942,7 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 598754947} - m_LocalRotation: {x: 0.3006394, y: -0.000000016410377, z: 0.000000005172915, w: 0.9537379} + m_LocalRotation: {x: 0.3006394, y: 0.000000016410377, z: -0.000000005172915, w: 0.9537379} m_LocalPosition: {x: 3.01, y: 7, z: -6.75} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 1 @@ -1196,7 +1196,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &649590482 RectTransform: m_ObjectHideFlags: 0 @@ -1789,6 +1789,17 @@ MonoBehaviour: m_EditorClassIdentifier: gridSystemVisualSinglePrefab: {fileID: 7003346701217803257, guid: 1ae06a7db3a3d28b5bc430ea6dab47aa, type: 3} + gridVisualTypeMaterialList: + - gridVisualType: 0 + material: {fileID: 2100000, guid: 1110c1e35778cd6798a250223b8369db, type: 2} + - gridVisualType: 1 + material: {fileID: 2100000, guid: 3d9a0fc22a206b0f980b29a38f1533e2, type: 2} + - gridVisualType: 2 + material: {fileID: 2100000, guid: 3322f75c4ac0327898e8fe6f22b1999d, type: 2} + - gridVisualType: 3 + material: {fileID: 2100000, guid: 0d7ad60821d9954109d543138e46c14a, type: 2} + - gridVisualType: 4 + material: {fileID: 2100000, guid: d4a1f0b730c73fa16ab2ee298acbbb9e, type: 2} --- !u!4 &967329132 Transform: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/Actions/ShootAction.cs b/Assets/Scripts/Actions/ShootAction.cs index 262c3e31..e54eb6b6 100644 --- a/Assets/Scripts/Actions/ShootAction.cs +++ b/Assets/Scripts/Actions/ShootAction.cs @@ -12,13 +12,13 @@ namespace Actions { Cooloff, } + public Unit TargetUnit { get; private set; } + public int MaxShootDistance { get; private set; } = 7; + private State state; private float stateTimer; - public Unit TargetUnit { get; private set; } private bool canShootBullet; - private const float rotationSpeed = 10f; - private const int maxShootDistance = 7; private const float shootingStateTime = .1f; private const float coolOffStateTime = .5f; private const float aimingStateTime = 1.2f; @@ -90,13 +90,13 @@ namespace Actions { public override List GetValidActionGridPositionList() { List validGridPositionList = new(); GridPosition unitGridPosition = Unit.GridPosition; - for (int x = -maxShootDistance; x <= maxShootDistance; x++) { - for (int z = -maxShootDistance; z <= maxShootDistance; z++) { + for (int x = -MaxShootDistance; x <= MaxShootDistance; x++) { + for (int z = -MaxShootDistance; z <= MaxShootDistance; z++) { GridPosition offsetGridPosition = new(x, z); GridPosition testGridPosition = unitGridPosition + offsetGridPosition; if (!LevelGrid.Instance.IsValidGridPosition(testGridPosition)) continue; //Only return valid grid positions - if (Mathf.Abs(x) + Mathf.Abs(z) > maxShootDistance) continue; //Out of Range + if (Mathf.Abs(x) + Mathf.Abs(z) > MaxShootDistance) continue; //Out of Range if (!LevelGrid.Instance.HasAnyUnitOnGridPosition(testGridPosition)) continue; //Grid position is empty, no unit diff --git a/Assets/Scripts/Grid/GridSystemVisual.cs b/Assets/Scripts/Grid/GridSystemVisual.cs index 5fefa4ca..6bdc92ab 100644 --- a/Assets/Scripts/Grid/GridSystemVisual.cs +++ b/Assets/Scripts/Grid/GridSystemVisual.cs @@ -1,4 +1,6 @@ +using System; using System.Collections.Generic; +using System.Linq; using Actions; using UnityEngine; using UnityEngine.Serialization; @@ -6,9 +8,23 @@ using UnityEngine.Serialization; namespace Grid { public class GridSystemVisual : MonoBehaviour { [FormerlySerializedAs("GridSystemVisualSinglePrefab")] [SerializeField] private Transform gridSystemVisualSinglePrefab; + [FormerlySerializedAs("gridVisualTypeMaterials")] [SerializeField] private List gridVisualTypeMaterialList; private GridSystemVisualSingle[,] gridSystemVisualSingleArray; + private static GridSystemVisual Instance { get; set; } - public static GridSystemVisual Instance { get; private set; } + [Serializable] + public struct GridVisualTypeMaterial { + public GridVisualType gridVisualType; + public Material material; + } + + public enum GridVisualType { + White, + Red, + Blue, + Yellow, + RedSoft + } private void Awake() { if (Instance is not null) { @@ -31,23 +47,64 @@ namespace Grid { gridSystemVisualSingleArray[x, z] = gridSystemVisualSingleTransform.GetComponent(); } } + + UnitActionSystem.Instance.OnSelectedActionChanged += UnitActionSystem_OnSelectedActionChanged; + LevelGrid.Instance.OnAnyUnitMovedGridPosition += LevelGrid_OnAnyUnitMovedGridPosition; + UpdateGridVisual(); } - private void Update() => UpdateGridVisual(); + private void LevelGrid_OnAnyUnitMovedGridPosition(object sender, EventArgs e) => UpdateGridVisual(); + + private void UnitActionSystem_OnSelectedActionChanged(object sender, EventArgs e) => UpdateGridVisual(); - public void HideAllGridPosition() { + private void HideAllGridPosition() { foreach (GridSystemVisualSingle gridSystemVisualSingle in gridSystemVisualSingleArray) gridSystemVisualSingle.Hide(); } - public void ShowGridPositionList(List gridPositionList) { + private void ShowGridPositionList(List gridPositionList, GridVisualType gridVisualType) { foreach (GridPosition gridPosition in gridPositionList) - gridSystemVisualSingleArray[gridPosition.X, gridPosition.Z].Show(); + gridSystemVisualSingleArray[gridPosition.X, gridPosition.Z].Show(GetGridVisualTypeMaterial(gridVisualType)); } + private void ShowGridPositionRange(GridPosition gridPosition, int range, GridVisualType gridVisualType) { + List gridPositionList = new(); + for (int x = -range; x <= range; x++) { + for (int z = -range; z <= range; z++) { + GridPosition testGridPosition = gridPosition + new GridPosition(x, z); + if (!LevelGrid.Instance.IsValidGridPosition(testGridPosition)) continue; //Only return valid grid positions + if (Mathf.Abs(x) + Mathf.Abs(z) > range) continue; //Out of Range + gridPositionList.Add(testGridPosition); + } + } + ShowGridPositionList(gridPositionList, gridVisualType); + } + private void UpdateGridVisual() { HideAllGridPosition(); - ShowGridPositionList(UnitActionSystem.Instance.SelectedAction.GetValidActionGridPositionList()); + BaseAction selectedAction = UnitActionSystem.Instance.SelectedAction; + Unit selectedUnit = UnitActionSystem.Instance.SelectedUnit; + GridVisualType gridVisualType; + switch (selectedAction) { + case SpinAction: + gridVisualType = GridVisualType.Blue; + break; + case ShootAction: + gridVisualType = GridVisualType.Red; + ShowGridPositionRange(selectedUnit.GridPosition, selectedUnit.ShootAction.MaxShootDistance, GridVisualType.RedSoft); + break; + default: + gridVisualType = GridVisualType.White; + break; + } + + ShowGridPositionList(selectedAction.GetValidActionGridPositionList(), gridVisualType); + } + + private Material GetGridVisualTypeMaterial(GridVisualType gridVisualType) { + return (from gridVisualTypeMaterial in gridVisualTypeMaterialList + where gridVisualTypeMaterial.gridVisualType == gridVisualType + select gridVisualTypeMaterial.material).FirstOrDefault(); } } } \ No newline at end of file diff --git a/Assets/Scripts/Grid/GridSystemVisualSingle.cs b/Assets/Scripts/Grid/GridSystemVisualSingle.cs index da2eb3c2..3839a665 100644 --- a/Assets/Scripts/Grid/GridSystemVisualSingle.cs +++ b/Assets/Scripts/Grid/GridSystemVisualSingle.cs @@ -4,7 +4,11 @@ namespace Grid { public class GridSystemVisualSingle : MonoBehaviour { [SerializeField] private MeshRenderer meshRenderer; - public void Show() => meshRenderer.enabled = true; + public void Show(Material material) { + meshRenderer.material = material; + meshRenderer.enabled = true; + } + public void Hide() => meshRenderer.enabled = false; } } \ No newline at end of file diff --git a/Assets/Scripts/Grid/LevelGrid.cs b/Assets/Scripts/Grid/LevelGrid.cs index 0e120345..fd20d3b2 100644 --- a/Assets/Scripts/Grid/LevelGrid.cs +++ b/Assets/Scripts/Grid/LevelGrid.cs @@ -1,3 +1,4 @@ +using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Serialization; @@ -10,6 +11,8 @@ namespace Grid { public static LevelGrid Instance { get; private set; } + public event EventHandler OnAnyUnitMovedGridPosition; + private void Awake() { if (Instance is not null) { Debug.LogError($"There is more than one LevelGrid! {transform} - {Instance}"); @@ -37,6 +40,7 @@ namespace Grid { public void UnitMovedGridPosition(Unit unit, GridPosition fromGridPosition, GridPosition toGridPosition) { RemoveUnitAtGridPosition(fromGridPosition, unit); AddUnitAtGridPosition(toGridPosition, unit); + OnAnyUnitMovedGridPosition?.Invoke(this,EventArgs.Empty); } public bool HasAnyUnitOnGridPosition(GridPosition gridPosition) => gridSystem.GetGridObject(gridPosition).UnitList.Count > 0; diff --git a/Assets/Scripts/Testing.cs b/Assets/Scripts/Testing.cs index e704c289..34a022d0 100644 --- a/Assets/Scripts/Testing.cs +++ b/Assets/Scripts/Testing.cs @@ -5,10 +5,10 @@ using UnityEngine.Serialization; public class Testing : MonoBehaviour { [FormerlySerializedAs("Unit")] [SerializeField] private Unit unit; - private void Update() { - if (Input.GetKeyDown(KeyCode.T)) { - GridSystemVisual.Instance.HideAllGridPosition(); - GridSystemVisual.Instance.ShowGridPositionList(unit.MoveAction.GetValidActionGridPositionList()); - } - } + // private void Update() { + // if (Input.GetKeyDown(KeyCode.T)) { + // GridSystemVisual.Instance.HideAllGridPosition(); + // GridSystemVisual.Instance.ShowGridPositionList(unit.MoveAction.GetValidActionGridPositionList()); + // } + // } } \ No newline at end of file diff --git a/Assets/Scripts/Unit.cs b/Assets/Scripts/Unit.cs index ada8231d..1d946a1e 100644 --- a/Assets/Scripts/Unit.cs +++ b/Assets/Scripts/Unit.cs @@ -12,6 +12,7 @@ public class Unit : MonoBehaviour { public GridPosition GridPosition { get; private set; } public MoveAction MoveAction { get; private set; } public SpinAction SpinAction { get; private set; } + public ShootAction ShootAction { get; private set; } public BaseAction[] BaseActionArray { get; private set; } public HealthSystem HealthSystem { get; private set; } @@ -28,6 +29,7 @@ public class Unit : MonoBehaviour { private void Awake() { MoveAction = GetComponent(); SpinAction = GetComponent(); + ShootAction = GetComponent(); BaseActionArray = GetComponents(); HealthSystem = GetComponent(); } @@ -47,9 +49,9 @@ public class Unit : MonoBehaviour { private void Update() { GridPosition newGridPosition = LevelGrid.Instance.GetGridPosition(transform.position); if (newGridPosition == GridPosition) return; - - LevelGrid.Instance.UnitMovedGridPosition(this, GridPosition, newGridPosition); + GridPosition oldGridPosition = GridPosition; GridPosition = newGridPosition; + LevelGrid.Instance.UnitMovedGridPosition(this, oldGridPosition, GridPosition); } public static event EventHandler OnAnyActionPointsChanged; diff --git a/Library/ArtifactDB b/Library/ArtifactDB index 3d2a70c9..50d8da0c 100755 Binary files a/Library/ArtifactDB and b/Library/ArtifactDB differ diff --git a/Library/ArtifactDB-lock b/Library/ArtifactDB-lock index b74e3fa1..81443e94 100755 Binary files a/Library/ArtifactDB-lock and b/Library/ArtifactDB-lock differ diff --git a/Library/Artifacts/02/02a1129a01af58ba11385a878cc66af1 b/Library/Artifacts/02/02a1129a01af58ba11385a878cc66af1 new file mode 100644 index 00000000..26796ddb Binary files /dev/null and b/Library/Artifacts/02/02a1129a01af58ba11385a878cc66af1 differ diff --git a/Library/Artifacts/04/04b3bfa100538c6146a94ad2eb9950bd b/Library/Artifacts/04/04b3bfa100538c6146a94ad2eb9950bd new file mode 100644 index 00000000..c8c98748 Binary files /dev/null and b/Library/Artifacts/04/04b3bfa100538c6146a94ad2eb9950bd differ diff --git a/Library/Artifacts/04/04c8ecc89a198ae4776f33d8a24d860f b/Library/Artifacts/04/04c8ecc89a198ae4776f33d8a24d860f new file mode 100644 index 00000000..f49ef817 Binary files /dev/null and b/Library/Artifacts/04/04c8ecc89a198ae4776f33d8a24d860f differ diff --git a/Library/Artifacts/06/069f1b418f0066622db2a794f6cd3378 b/Library/Artifacts/06/069f1b418f0066622db2a794f6cd3378 new file mode 100644 index 00000000..0ba9644a Binary files /dev/null and b/Library/Artifacts/06/069f1b418f0066622db2a794f6cd3378 differ diff --git a/Library/Artifacts/0d/0de61355159f594a8f3ab14ad65c4146 b/Library/Artifacts/0d/0de61355159f594a8f3ab14ad65c4146 new file mode 100644 index 00000000..5d5f8679 Binary files /dev/null and b/Library/Artifacts/0d/0de61355159f594a8f3ab14ad65c4146 differ diff --git a/Library/Artifacts/10/10b2a65e0b097eaec7fbd51efbf779a3 b/Library/Artifacts/10/10b2a65e0b097eaec7fbd51efbf779a3 new file mode 100644 index 00000000..fa29441f Binary files /dev/null and b/Library/Artifacts/10/10b2a65e0b097eaec7fbd51efbf779a3 differ diff --git a/Library/Artifacts/11/11893022c46645582cd6743e65cbae72 b/Library/Artifacts/11/11893022c46645582cd6743e65cbae72 new file mode 100644 index 00000000..6d9b3134 Binary files /dev/null and b/Library/Artifacts/11/11893022c46645582cd6743e65cbae72 differ diff --git a/Library/Artifacts/13/134f78edada74e4850144e4e1f468814 b/Library/Artifacts/13/134f78edada74e4850144e4e1f468814 new file mode 100644 index 00000000..712a9429 Binary files /dev/null and b/Library/Artifacts/13/134f78edada74e4850144e4e1f468814 differ diff --git a/Library/Artifacts/18/183535812027fbc0eaca79d7f396e6ac b/Library/Artifacts/18/183535812027fbc0eaca79d7f396e6ac new file mode 100644 index 00000000..c0c909dd Binary files /dev/null and b/Library/Artifacts/18/183535812027fbc0eaca79d7f396e6ac differ diff --git a/Library/Artifacts/1c/1cd7d561ff57d1062a24d36bd1592e58 b/Library/Artifacts/1c/1cd7d561ff57d1062a24d36bd1592e58 new file mode 100644 index 00000000..293a6342 Binary files /dev/null and b/Library/Artifacts/1c/1cd7d561ff57d1062a24d36bd1592e58 differ diff --git a/Library/Artifacts/1f/1f95fbf10f2f02ff6c27bfd1d8e7144c b/Library/Artifacts/1f/1f95fbf10f2f02ff6c27bfd1d8e7144c new file mode 100644 index 00000000..dcac9503 Binary files /dev/null and b/Library/Artifacts/1f/1f95fbf10f2f02ff6c27bfd1d8e7144c differ diff --git a/Library/Artifacts/25/25aaa2b783c2c963de0b12afea19b5a1 b/Library/Artifacts/25/25aaa2b783c2c963de0b12afea19b5a1 new file mode 100644 index 00000000..e0d0912d Binary files /dev/null and b/Library/Artifacts/25/25aaa2b783c2c963de0b12afea19b5a1 differ diff --git a/Library/Artifacts/26/26c954cd110256e93a3d7e3ed949ddc3 b/Library/Artifacts/26/26c954cd110256e93a3d7e3ed949ddc3 new file mode 100644 index 00000000..ae2a0361 Binary files /dev/null and b/Library/Artifacts/26/26c954cd110256e93a3d7e3ed949ddc3 differ diff --git a/Library/Artifacts/2b/2b31f3f6a3758cf6d70b0718c2aaf90b b/Library/Artifacts/2b/2b31f3f6a3758cf6d70b0718c2aaf90b new file mode 100644 index 00000000..916613f0 Binary files /dev/null and b/Library/Artifacts/2b/2b31f3f6a3758cf6d70b0718c2aaf90b differ diff --git a/Library/Artifacts/31/31f0dff3d109d060df8ee494828152ca b/Library/Artifacts/31/31f0dff3d109d060df8ee494828152ca new file mode 100644 index 00000000..cd20380f Binary files /dev/null and b/Library/Artifacts/31/31f0dff3d109d060df8ee494828152ca differ diff --git a/Library/Artifacts/35/3501ae129cc15fb902c06de00330369a b/Library/Artifacts/35/3501ae129cc15fb902c06de00330369a new file mode 100644 index 00000000..0f9c879a Binary files /dev/null and b/Library/Artifacts/35/3501ae129cc15fb902c06de00330369a differ diff --git a/Library/Artifacts/39/39d15b1e409260b2205ede5f464ff657 b/Library/Artifacts/39/39d15b1e409260b2205ede5f464ff657 new file mode 100644 index 00000000..9408a0b6 Binary files /dev/null and b/Library/Artifacts/39/39d15b1e409260b2205ede5f464ff657 differ diff --git a/Library/Artifacts/39/39f1f781c9310bd7b68967eb37c198e0 b/Library/Artifacts/39/39f1f781c9310bd7b68967eb37c198e0 new file mode 100644 index 00000000..41631f0b Binary files /dev/null and b/Library/Artifacts/39/39f1f781c9310bd7b68967eb37c198e0 differ diff --git a/Library/Artifacts/3d/3d11996641ec8376b23d5106468ef9bd b/Library/Artifacts/3d/3d11996641ec8376b23d5106468ef9bd new file mode 100644 index 00000000..ba589011 Binary files /dev/null and b/Library/Artifacts/3d/3d11996641ec8376b23d5106468ef9bd differ diff --git a/Library/Artifacts/43/43914b104bdbee8704fc30d309fdb1a1 b/Library/Artifacts/43/43914b104bdbee8704fc30d309fdb1a1 new file mode 100644 index 00000000..4bb70bfa Binary files /dev/null and b/Library/Artifacts/43/43914b104bdbee8704fc30d309fdb1a1 differ diff --git a/Library/Artifacts/47/473fe478141939845320010c9df9a5db b/Library/Artifacts/47/473fe478141939845320010c9df9a5db new file mode 100644 index 00000000..0ae1f32a Binary files /dev/null and b/Library/Artifacts/47/473fe478141939845320010c9df9a5db differ diff --git a/Library/Artifacts/4a/4a36c053268e63f4fcccd2b9fe5922af b/Library/Artifacts/4a/4a36c053268e63f4fcccd2b9fe5922af new file mode 100644 index 00000000..e94795b8 Binary files /dev/null and b/Library/Artifacts/4a/4a36c053268e63f4fcccd2b9fe5922af differ diff --git a/Library/Artifacts/4b/4b0e63f07c8a524af63e39b0637855d4 b/Library/Artifacts/4b/4b0e63f07c8a524af63e39b0637855d4 new file mode 100644 index 00000000..9249c523 Binary files /dev/null and b/Library/Artifacts/4b/4b0e63f07c8a524af63e39b0637855d4 differ diff --git a/Library/Artifacts/4b/4bb3d897a8faa498e8a881db092524d7 b/Library/Artifacts/4b/4bb3d897a8faa498e8a881db092524d7 new file mode 100644 index 00000000..8a92647b Binary files /dev/null and b/Library/Artifacts/4b/4bb3d897a8faa498e8a881db092524d7 differ diff --git a/Library/Artifacts/53/5392d2f3e09948f3be0f0ba814108c7c b/Library/Artifacts/53/5392d2f3e09948f3be0f0ba814108c7c new file mode 100644 index 00000000..d551125b Binary files /dev/null and b/Library/Artifacts/53/5392d2f3e09948f3be0f0ba814108c7c differ diff --git a/Library/Artifacts/54/544a578d58e6cc08346cf06436ef58a3 b/Library/Artifacts/54/544a578d58e6cc08346cf06436ef58a3 new file mode 100644 index 00000000..3c1bd161 Binary files /dev/null and b/Library/Artifacts/54/544a578d58e6cc08346cf06436ef58a3 differ diff --git a/Library/Artifacts/54/54f2cc75a8c19c022e343d33dfd5e4ef b/Library/Artifacts/54/54f2cc75a8c19c022e343d33dfd5e4ef new file mode 100644 index 00000000..cdd4caf1 Binary files /dev/null and b/Library/Artifacts/54/54f2cc75a8c19c022e343d33dfd5e4ef differ diff --git a/Library/Artifacts/56/567b789f46a90aa88df9fc14c2c11776 b/Library/Artifacts/56/567b789f46a90aa88df9fc14c2c11776 new file mode 100644 index 00000000..d3fc76af Binary files /dev/null and b/Library/Artifacts/56/567b789f46a90aa88df9fc14c2c11776 differ diff --git a/Library/Artifacts/5d/5d15ec630bb8c5758a063bddaa59bf4a b/Library/Artifacts/5d/5d15ec630bb8c5758a063bddaa59bf4a new file mode 100644 index 00000000..199edbb5 Binary files /dev/null and b/Library/Artifacts/5d/5d15ec630bb8c5758a063bddaa59bf4a differ diff --git a/Library/Artifacts/61/61f7a9f13644641e64f44be1a7dc1f9b b/Library/Artifacts/61/61f7a9f13644641e64f44be1a7dc1f9b new file mode 100644 index 00000000..ab3da4fa Binary files /dev/null and b/Library/Artifacts/61/61f7a9f13644641e64f44be1a7dc1f9b differ diff --git a/Library/Artifacts/64/64a5f4d9f29737d2bbefb6dbe7923ec2 b/Library/Artifacts/64/64a5f4d9f29737d2bbefb6dbe7923ec2 new file mode 100644 index 00000000..8c99bade Binary files /dev/null and b/Library/Artifacts/64/64a5f4d9f29737d2bbefb6dbe7923ec2 differ diff --git a/Library/Artifacts/64/64f10ad4c53cfc8ca571b721efca3874 b/Library/Artifacts/64/64f10ad4c53cfc8ca571b721efca3874 new file mode 100644 index 00000000..11c9fb57 Binary files /dev/null and b/Library/Artifacts/64/64f10ad4c53cfc8ca571b721efca3874 differ diff --git a/Library/Artifacts/67/673318998c9fa8907d9dc9c0660d4e6a b/Library/Artifacts/67/673318998c9fa8907d9dc9c0660d4e6a new file mode 100644 index 00000000..d8edd3ef Binary files /dev/null and b/Library/Artifacts/67/673318998c9fa8907d9dc9c0660d4e6a differ diff --git a/Library/Artifacts/68/688b0b7c2f1837872c0c6658bb61939c b/Library/Artifacts/68/688b0b7c2f1837872c0c6658bb61939c new file mode 100644 index 00000000..f6546dda Binary files /dev/null and b/Library/Artifacts/68/688b0b7c2f1837872c0c6658bb61939c differ diff --git a/Library/Artifacts/69/69590b9218683566af593d45bf7bc309 b/Library/Artifacts/69/69590b9218683566af593d45bf7bc309 new file mode 100644 index 00000000..1244c36c Binary files /dev/null and b/Library/Artifacts/69/69590b9218683566af593d45bf7bc309 differ diff --git a/Library/Artifacts/6a/6a84bdd688c072cd364d308f4da058c3 b/Library/Artifacts/6a/6a84bdd688c072cd364d308f4da058c3 new file mode 100644 index 00000000..46dd86de Binary files /dev/null and b/Library/Artifacts/6a/6a84bdd688c072cd364d308f4da058c3 differ diff --git a/Library/Artifacts/6c/6c070fae64b2d3833b11475a1c5e33cb b/Library/Artifacts/6c/6c070fae64b2d3833b11475a1c5e33cb new file mode 100644 index 00000000..0fe96c69 Binary files /dev/null and b/Library/Artifacts/6c/6c070fae64b2d3833b11475a1c5e33cb differ diff --git a/Library/Artifacts/6f/6ff98cd0297b19d710d72dbec20483c0 b/Library/Artifacts/6f/6ff98cd0297b19d710d72dbec20483c0 new file mode 100644 index 00000000..31c1a167 Binary files /dev/null and b/Library/Artifacts/6f/6ff98cd0297b19d710d72dbec20483c0 differ diff --git a/Library/Artifacts/70/70338022769b3f0538cadf63cb15c764 b/Library/Artifacts/70/70338022769b3f0538cadf63cb15c764 new file mode 100644 index 00000000..0b3caefe Binary files /dev/null and b/Library/Artifacts/70/70338022769b3f0538cadf63cb15c764 differ diff --git a/Library/Artifacts/77/7715b449808be1517eb2c174538f516c b/Library/Artifacts/77/7715b449808be1517eb2c174538f516c new file mode 100644 index 00000000..243aff0c Binary files /dev/null and b/Library/Artifacts/77/7715b449808be1517eb2c174538f516c differ diff --git a/Library/Artifacts/7c/7c70266e58732465498e02c335798f56 b/Library/Artifacts/7c/7c70266e58732465498e02c335798f56 new file mode 100644 index 00000000..b0808874 Binary files /dev/null and b/Library/Artifacts/7c/7c70266e58732465498e02c335798f56 differ diff --git a/Library/Artifacts/7c/7c97c493dafce68bb2b711f1e7c82cc6 b/Library/Artifacts/7c/7c97c493dafce68bb2b711f1e7c82cc6 new file mode 100644 index 00000000..bf7b7467 Binary files /dev/null and b/Library/Artifacts/7c/7c97c493dafce68bb2b711f1e7c82cc6 differ diff --git a/Library/Artifacts/8e/8e1fe159cd9bc90c7a85eb4c43075e92 b/Library/Artifacts/8e/8e1fe159cd9bc90c7a85eb4c43075e92 new file mode 100644 index 00000000..516c8cb1 Binary files /dev/null and b/Library/Artifacts/8e/8e1fe159cd9bc90c7a85eb4c43075e92 differ diff --git a/Library/Artifacts/8f/8f7e1df37f8310ae8ab97aed457ea4e3 b/Library/Artifacts/8f/8f7e1df37f8310ae8ab97aed457ea4e3 new file mode 100644 index 00000000..97aa0c75 Binary files /dev/null and b/Library/Artifacts/8f/8f7e1df37f8310ae8ab97aed457ea4e3 differ diff --git a/Library/Artifacts/93/932e760195be1e29952b74e977f84c48 b/Library/Artifacts/93/932e760195be1e29952b74e977f84c48 new file mode 100644 index 00000000..6132453d Binary files /dev/null and b/Library/Artifacts/93/932e760195be1e29952b74e977f84c48 differ diff --git a/Library/Artifacts/9f/9f4c5853501cf6ab5c0127627f20a2cf b/Library/Artifacts/9f/9f4c5853501cf6ab5c0127627f20a2cf new file mode 100644 index 00000000..c5dc13ac Binary files /dev/null and b/Library/Artifacts/9f/9f4c5853501cf6ab5c0127627f20a2cf differ diff --git a/Library/Artifacts/a5/a51091b7a2dcc57b8e95b016311b9757 b/Library/Artifacts/a5/a51091b7a2dcc57b8e95b016311b9757 new file mode 100644 index 00000000..a0c19597 Binary files /dev/null and b/Library/Artifacts/a5/a51091b7a2dcc57b8e95b016311b9757 differ diff --git a/Library/Artifacts/a7/a7cc9539b3bb2987579f1c59f5ffba48 b/Library/Artifacts/a7/a7cc9539b3bb2987579f1c59f5ffba48 new file mode 100644 index 00000000..40b127cf Binary files /dev/null and b/Library/Artifacts/a7/a7cc9539b3bb2987579f1c59f5ffba48 differ diff --git a/Library/Artifacts/aa/aa37ad7a942ec654c19557f091f685fe b/Library/Artifacts/aa/aa37ad7a942ec654c19557f091f685fe new file mode 100644 index 00000000..8dad659d Binary files /dev/null and b/Library/Artifacts/aa/aa37ad7a942ec654c19557f091f685fe differ diff --git a/Library/Artifacts/af/afb6b89a904abd02d70613b58b715302 b/Library/Artifacts/af/afb6b89a904abd02d70613b58b715302 new file mode 100644 index 00000000..2918ec07 Binary files /dev/null and b/Library/Artifacts/af/afb6b89a904abd02d70613b58b715302 differ diff --git a/Library/Artifacts/b0/b066bea681dce09ce59f12c41a68c8be b/Library/Artifacts/b0/b066bea681dce09ce59f12c41a68c8be new file mode 100644 index 00000000..10950b94 Binary files /dev/null and b/Library/Artifacts/b0/b066bea681dce09ce59f12c41a68c8be differ diff --git a/Library/Artifacts/b1/b172e2a4feb8e2435686704b556cfb35 b/Library/Artifacts/b1/b172e2a4feb8e2435686704b556cfb35 new file mode 100644 index 00000000..c8c1cfb9 Binary files /dev/null and b/Library/Artifacts/b1/b172e2a4feb8e2435686704b556cfb35 differ diff --git a/Library/Artifacts/b1/b1c246bd4537b2949014ce068f8917fd b/Library/Artifacts/b1/b1c246bd4537b2949014ce068f8917fd new file mode 100644 index 00000000..88a4faaf Binary files /dev/null and b/Library/Artifacts/b1/b1c246bd4537b2949014ce068f8917fd differ diff --git a/Library/Artifacts/b2/b22beee97e123743d7a78bde86ceb31a b/Library/Artifacts/b2/b22beee97e123743d7a78bde86ceb31a new file mode 100644 index 00000000..6bd21fbb Binary files /dev/null and b/Library/Artifacts/b2/b22beee97e123743d7a78bde86ceb31a differ diff --git a/Library/Artifacts/b7/b7d1a7d0b191ed4d9823de3caafbe870 b/Library/Artifacts/b7/b7d1a7d0b191ed4d9823de3caafbe870 new file mode 100644 index 00000000..d400cded Binary files /dev/null and b/Library/Artifacts/b7/b7d1a7d0b191ed4d9823de3caafbe870 differ diff --git a/Library/Artifacts/ba/ba5810c4f2b99f3bcb87724e5044f673 b/Library/Artifacts/ba/ba5810c4f2b99f3bcb87724e5044f673 new file mode 100644 index 00000000..bd622fc6 Binary files /dev/null and b/Library/Artifacts/ba/ba5810c4f2b99f3bcb87724e5044f673 differ diff --git a/Library/Artifacts/c7/c710872a4bf6dc8d39d6c9966ad8ca48 b/Library/Artifacts/c7/c710872a4bf6dc8d39d6c9966ad8ca48 new file mode 100644 index 00000000..1efe8728 Binary files /dev/null and b/Library/Artifacts/c7/c710872a4bf6dc8d39d6c9966ad8ca48 differ diff --git a/Library/Artifacts/cd/cd385c7d3dd9b9a87df92d41d522d598 b/Library/Artifacts/cd/cd385c7d3dd9b9a87df92d41d522d598 new file mode 100644 index 00000000..90aed0ca Binary files /dev/null and b/Library/Artifacts/cd/cd385c7d3dd9b9a87df92d41d522d598 differ diff --git a/Library/Artifacts/cd/cdf20a08b9a71d37d48dcfd903dfb8e2 b/Library/Artifacts/cd/cdf20a08b9a71d37d48dcfd903dfb8e2 new file mode 100644 index 00000000..d91045e1 Binary files /dev/null and b/Library/Artifacts/cd/cdf20a08b9a71d37d48dcfd903dfb8e2 differ diff --git a/Library/Artifacts/d6/d682b7596cbda0b38927733530bc4c6f b/Library/Artifacts/d6/d682b7596cbda0b38927733530bc4c6f new file mode 100644 index 00000000..76b8775d Binary files /dev/null and b/Library/Artifacts/d6/d682b7596cbda0b38927733530bc4c6f differ diff --git a/Library/Artifacts/db/db09f90c470ba38f0d3b6fe36234d069 b/Library/Artifacts/db/db09f90c470ba38f0d3b6fe36234d069 new file mode 100644 index 00000000..7f2cf995 Binary files /dev/null and b/Library/Artifacts/db/db09f90c470ba38f0d3b6fe36234d069 differ diff --git a/Library/Artifacts/ed/edd0e56a09babba3049ada0ac3985b18 b/Library/Artifacts/ed/edd0e56a09babba3049ada0ac3985b18 new file mode 100644 index 00000000..b8047641 Binary files /dev/null and b/Library/Artifacts/ed/edd0e56a09babba3049ada0ac3985b18 differ diff --git a/Library/Artifacts/f1/f1f53d63196078524c8cc40098d1b7a2 b/Library/Artifacts/f1/f1f53d63196078524c8cc40098d1b7a2 new file mode 100644 index 00000000..490450f1 Binary files /dev/null and b/Library/Artifacts/f1/f1f53d63196078524c8cc40098d1b7a2 differ diff --git a/Library/Artifacts/f2/f24ac230a5a5457e35a5d10d381c3dad b/Library/Artifacts/f2/f24ac230a5a5457e35a5d10d381c3dad new file mode 100644 index 00000000..f3742e0e Binary files /dev/null and b/Library/Artifacts/f2/f24ac230a5a5457e35a5d10d381c3dad differ diff --git a/Library/Artifacts/f3/f349f26c59a49775473ba4c8ce8c8605 b/Library/Artifacts/f3/f349f26c59a49775473ba4c8ce8c8605 new file mode 100644 index 00000000..26c01596 Binary files /dev/null and b/Library/Artifacts/f3/f349f26c59a49775473ba4c8ce8c8605 differ diff --git a/Library/Artifacts/fc/fcefe457280e1b20bf2912badccf6bf8 b/Library/Artifacts/fc/fcefe457280e1b20bf2912badccf6bf8 new file mode 100644 index 00000000..5da373dd Binary files /dev/null and b/Library/Artifacts/fc/fcefe457280e1b20bf2912badccf6bf8 differ diff --git a/Library/Artifacts/ff/ffb4cd5e637305de8c0f79d77402b04b b/Library/Artifacts/ff/ffb4cd5e637305de8c0f79d77402b04b new file mode 100644 index 00000000..7b663f91 Binary files /dev/null and b/Library/Artifacts/ff/ffb4cd5e637305de8c0f79d77402b04b differ diff --git a/Library/Bee/TundraBuildState.state b/Library/Bee/TundraBuildState.state index e347ea28..b40835d7 100644 Binary files a/Library/Bee/TundraBuildState.state and b/Library/Bee/TundraBuildState.state differ diff --git a/Library/Bee/TundraBuildState.state.map b/Library/Bee/TundraBuildState.state.map index ab10eedf..a6c7886d 100644 Binary files a/Library/Bee/TundraBuildState.state.map and b/Library/Bee/TundraBuildState.state.map differ diff --git a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll index bb396c11..a005b358 100644 Binary files a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll and b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll differ diff --git a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.pdb b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.pdb index 802b723e..c8380fa1 100644 Binary files a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.pdb and b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.pdb differ diff --git a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.ref.dll b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.ref.dll index fcc9b095..5e311ecc 100644 Binary files a/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.ref.dll and b/Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.ref.dll differ diff --git a/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll b/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll index bb396c11..a005b358 100644 Binary files a/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll and b/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll differ diff --git a/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.pdb b/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.pdb index 802b723e..c8380fa1 100644 Binary files a/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.pdb and b/Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.pdb differ diff --git a/Library/Bee/backend1.traceevents b/Library/Bee/backend1.traceevents index aaa36c1f..53290a6c 100644 --- a/Library/Bee/backend1.traceevents +++ b/Library/Bee/backend1.traceevents @@ -1,197 +1,171 @@ { "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } } -,{ "pid":12345, "tid":0, "ts":1684227538128935, "dur":1399, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538130347, "dur":312, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538130688, "dur":55, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }} -,{ "pid":12345, "tid":0, "ts":1684227538130743, "dur":134, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538131253, "dur":7152, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538138821, "dur":3197, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_5522AC84E89B219B.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538142922, "dur":1021, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_71DD452811DF8FD3.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538150102, "dur":730, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_23277DC97AC68033.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538150890, "dur":137, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538151199, "dur":108, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538152125, "dur":186, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.ref.dll_1F3493F2296D3E07.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538152853, "dur":78, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538155639, "dur":85, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.rsp2" }} -,{ "pid":12345, "tid":0, "ts":1684227538155868, "dur":66, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538159315, "dur":59, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":0, "ts":1684227538130897, "dur":32654, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538163561, "dur":281463, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538445065, "dur":598, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} -,{ "pid":12345, "tid":1, "ts":1684227538131117, "dur":32459, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538163583, "dur":643, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538164259, "dur":250, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538164512, "dur":756, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538165293, "dur":149, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_B2E1B58A1A9FB238.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538165571, "dur":1051, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538166640, "dur":704, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_14178E56E8AE09F1.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538167361, "dur":4924, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538172293, "dur":1476, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538173843, "dur":1566, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538175416, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538175647, "dur":239, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538175924, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538176089, "dur":85, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538176208, "dur":3654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538179928, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180117, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180301, "dur":170, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180762, "dur":154, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538180930, "dur":929, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538181944, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182133, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182341, "dur":73, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182847, "dur":225869, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538409243, "dur":345, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1684227538410877, "dur":94, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538411060, "dur":30302, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1684227538444296, "dur":183, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} -,{ "pid":12345, "tid":1, "ts":1684227538444517, "dur":125, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} -,{ "pid":12345, "tid":2, "ts":1684227538131271, "dur":32932, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538164246, "dur":240, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538164486, "dur":276, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_00EFB12546B64332.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538164774, "dur":493, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538165282, "dur":106, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_28884831E39B1AEA.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538165489, "dur":693, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538166232, "dur":6491, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1684227538173121, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173376, "dur":166, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173586, "dur":200, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173789, "dur":72, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.TestRunner.pdb" }} -,{ "pid":12345, "tid":2, "ts":1684227538173862, "dur":2467, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Control/SwitchOnEnum.cs" }} -,{ "pid":12345, "tid":2, "ts":1684227538176368, "dur":900, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Control/Cache.cs" }} -,{ "pid":12345, "tid":2, "ts":1684227538173862, "dur":3418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538177281, "dur":381, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":2, "ts":1684227538178957, "dur":1363, "ph":"X", "name": "EmitNodeStart", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538180324, "dur":24021, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":2, "ts":1684227538205307, "dur":735, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538206069, "dur":485, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538206554, "dur":2545, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538209106, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209309, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209502, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209672, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538209733, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209937, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210131, "dur":196, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210327, "dur":222, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538210568, "dur":252, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210820, "dur":5128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538215957, "dur":362, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538216320, "dur":178, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538216505, "dur":3629, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538220134, "dur":656, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538220812, "dur":126, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538220949, "dur":43675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538264624, "dur":180379, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538131081, "dur":32487, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538164248, "dur":255, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538164504, "dur":797, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_15C6F9311E98FC00.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538165617, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538166163, "dur":129, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":3, "ts":1684227538166293, "dur":258, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538166874, "dur":75, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1684227538167100, "dur":5083, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172191, "dur":65, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172256, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172343, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172568, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172775, "dur":190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172966, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173052, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173276, "dur":325, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173679, "dur":2718, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Events/Physics/OnTriggerExit.cs" }} -,{ "pid":12345, "tid":3, "ts":1684227538173650, "dur":2755, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538176562, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538176655, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538176751, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177150, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177492, "dur":242, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177802, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177880, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178000, "dur":97, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178468, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178531, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178717, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178974, "dur":343, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538179731, "dur":548, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538180290, "dur":132, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Flow.ref.dll_66457448AB76B2B6.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538180727, "dur":362, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538181096, "dur":105, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538181207, "dur":322, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538181529, "dur":190, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538181797, "dur":23510, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538205311, "dur":731, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538206043, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538206180, "dur":259, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538206439, "dur":1119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538207569, "dur":273, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538207885, "dur":192, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208112, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208320, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208523, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208700, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208909, "dur":1510, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538210420, "dur":533, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538210962, "dur":5746, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538216709, "dur":228, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538216944, "dur":213, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217158, "dur":273, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217438, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217620, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217699, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217874, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217950, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218122, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218222, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218393, "dur":213, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218613, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218793, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218897, "dur":1918, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538220943, "dur":42598, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538263543, "dur":1076, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538264619, "dur":180371, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538131687, "dur":32524, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538164254, "dur":251, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538164509, "dur":734, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538165382, "dur":71, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_19CB5C494C1D0A4B.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538165497, "dur":170, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538165842, "dur":326, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.rsp2" }} -,{ "pid":12345, "tid":4, "ts":1684227538166193, "dur":83, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":4, "ts":1684227538166277, "dur":391, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538166760, "dur":117, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":4, "ts":1684227538166944, "dur":130, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":4, "ts":1684227538167094, "dur":162, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538167261, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538168585, "dur":385, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538169298, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538171106, "dur":1048, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/StateRevealCondition.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538172504, "dur":922, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/Properties/AssemblyInfo.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538171081, "dur":2348, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173525, "dur":127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173750, "dur":70, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173828, "dur":117, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538175486, "dur":893, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Core/Reflection/Optimization/ReflectionInvoker.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538176379, "dur":3493, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Core/Reflection/Optimization/ReflectionFieldAccessor.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538175448, "dur":4425, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538179873, "dur":3211, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538183091, "dur":23179, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538206273, "dur":4819, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538211093, "dur":801, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538211902, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538212102, "dur":3607, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538215720, "dur":654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538216375, "dur":365, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538216745, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538216923, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538217108, "dur":198, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538217307, "dur":1751, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219066, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538219254, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219362, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538219540, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219670, "dur":257, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538220059, "dur":191, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538220597, "dur":471, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538221068, "dur":223944, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538447868, "dur":144, "ph":"X", "name": "ProfilerWriteOutput" } +,{ "pid":12345, "tid":0, "ts":1684230298286399, "dur":1388, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298287798, "dur":333, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298288191, "dur":104, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }} +,{ "pid":12345, "tid":0, "ts":1684230298288295, "dur":133, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298288834, "dur":10908, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298300197, "dur":2865, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_5522AC84E89B219B.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298303466, "dur":1285, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_0B677D779BA76B2F.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298304886, "dur":55, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_28884831E39B1AEA.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298307729, "dur":870, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.rsp" }} +,{ "pid":12345, "tid":0, "ts":1684230298309033, "dur":1325, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll.mvfrm.rsp" }} +,{ "pid":12345, "tid":0, "ts":1684230298311751, "dur":70, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.rsp2" }} +,{ "pid":12345, "tid":0, "ts":1684230298312087, "dur":77, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298312635, "dur":130, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298317055, "dur":146, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.rsp2" }} +,{ "pid":12345, "tid":0, "ts":1684230298317435, "dur":94, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.UI.dll" }} +,{ "pid":12345, "tid":0, "ts":1684230298288446, "dur":34269, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298322725, "dur":1337296, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299660025, "dur":817, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299660886, "dur":1725, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} +,{ "pid":12345, "tid":1, "ts":1684230298288358, "dur":34373, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298323131, "dur":52, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_EDC3D2DDB08C7E1D.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1684230298324544, "dur":1880, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.UnityAdditionalFile.txt" }} +,{ "pid":12345, "tid":1, "ts":1684230298326683, "dur":410, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327094, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327219, "dur":141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327397, "dur":89, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327572, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327663, "dur":193, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327934, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298328124, "dur":3992, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Range/MinimumNode.cs" }} +,{ "pid":12345, "tid":1, "ts":1684230298328021, "dur":4124, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298332145, "dur":320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298332528, "dur":6305, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298338891, "dur":634, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298339537, "dur":405, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340029, "dur":435, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340511, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340851, "dur":177, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298341028, "dur":25287, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298366319, "dur":900, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298367277, "dur":519, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298367797, "dur":1370, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298369180, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298369602, "dur":335, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298369965, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298370160, "dur":2386, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298372577, "dur":347, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298372924, "dur":814, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298373739, "dur":186036, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298559781, "dur":315, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560117, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560327, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560527, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560717, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298561309, "dur":305, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298561615, "dur":1099122, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298288392, "dur":34703, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298323113, "dur":57, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_2B3AF0C86FF42421.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298323176, "dur":213, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_863C299028CE16A2.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298323390, "dur":1119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298325372, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298325423, "dur":199, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298326187, "dur":492, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298326722, "dur":378, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327145, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327451, "dur":57, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327633, "dur":65, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298328301, "dur":3195, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Input/Basic/IntegerNode.cs" }} +,{ "pid":12345, "tid":2, "ts":1684230298331496, "dur":584, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Input/Basic/ConstantNode.cs" }} +,{ "pid":12345, "tid":2, "ts":1684230298328109, "dur":3976, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298332171, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298332427, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298332558, "dur":1496, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298334113, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":2, "ts":1684230298335316, "dur":30089, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":2, "ts":1684230298366311, "dur":822, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298367134, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298367252, "dur":495, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298367747, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298367870, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298368047, "dur":4489, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298372546, "dur":373, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298372956, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373149, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373339, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373533, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373702, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298373756, "dur":187564, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298561335, "dur":276, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298561611, "dur":55285, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298616897, "dur":1043285, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298288415, "dur":34701, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298323163, "dur":90, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_62621A5ECC03824C.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298323343, "dur":2945, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298326447, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298326528, "dur":1189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298327788, "dur":160, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298327988, "dur":85, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298328341, "dur":4357, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Artistic/Mask/ChannelMaskNode.cs" }} +,{ "pid":12345, "tid":3, "ts":1684230298328110, "dur":4588, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298332724, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298332948, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298333067, "dur":339, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298333444, "dur":1904, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298335362, "dur":253, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298335638, "dur":1750, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298337418, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298337506, "dur":544, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338062, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338127, "dur":78, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338273, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338462, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338686, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338829, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338903, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338994, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339134, "dur":87, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339231, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339486, "dur":353, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.CodeGen.pdb" }} +,{ "pid":12345, "tid":3, "ts":1684230298339842, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298339987, "dur":116, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298340105, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298340212, "dur":647, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298340902, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298341025, "dur":100, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298341126, "dur":109, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298341614, "dur":54, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298341833, "dur":1269522, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230299611879, "dur":377, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1684230299613737, "dur":103, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230299613928, "dur":42271, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1684230299658943, "dur":199, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} +,{ "pid":12345, "tid":3, "ts":1684230299659184, "dur":129, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} +,{ "pid":12345, "tid":4, "ts":1684230298288433, "dur":34715, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298323337, "dur":3130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1684230298326520, "dur":2132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298328723, "dur":1128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298329906, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330077, "dur":196, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330308, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330459, "dur":385, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330879, "dur":3788, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298334711, "dur":4765, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298339553, "dur":416, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298340088, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298340236, "dur":114, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298340910, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298341030, "dur":25514, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298366558, "dur":720, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298367303, "dur":1943, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298369290, "dur":367, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298369670, "dur":701, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370384, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370564, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370741, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370914, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371090, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371280, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371452, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371635, "dur":279, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371933, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372136, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372324, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372505, "dur":1388, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298373899, "dur":187502, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298561608, "dur":54166, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298615775, "dur":1117, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298616892, "dur":1043157, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299664648, "dur":142, "ph":"X", "name": "ProfilerWriteOutput" } , \ No newline at end of file diff --git a/Library/Bee/fullprofile.json b/Library/Bee/fullprofile.json index 3e757271..1eb332bb 100644 --- a/Library/Bee/fullprofile.json +++ b/Library/Bee/fullprofile.json @@ -6,676 +6,588 @@ }, "traceEvents":[ -{ "pid": 19083, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "BeeDriver" } }, -{ "pid": 19083, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-2" } }, -{ "pid": 19083, "tid": 10, "ph": "M", "name": "thread_name", "args": { "name": "Thread Pool Worker" } }, -{ "pid": 19083, "tid": 10, "ts": 1684227538472315, "dur": 2385, "ph": "X", "name": "ChromeTraceHeader", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538479934, "dur": 1185, "ph": "X", "name": "Thread Pool Worker", "args": {} }, -{ "pid": 19083, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } }, -{ "pid": 19083, "tid": 1, "ts": 1684227538130667, "dur": 6686, "ph": "X", "name": "b__0", "args": {} }, -{ "pid": 19083, "tid": 1, "ts": 1684227538137359, "dur": 55193, "ph": "X", "name": "b__0", "args": {} }, -{ "pid": 19083, "tid": 1, "ts": 1684227538192673, "dur": 67489, "ph": "X", "name": "WriteJson", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538481130, "dur": 40, "ph": "X", "name": "", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ph": "M", "name": "thread_name", "args": { "name": "ReadEntireBinlogFromIpcAsync" } }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538126705, "dur": 5782, "ph": "X", "name": "WaitForConnectionAsync", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538132491, "dur": 315562, "ph": "X", "name": "UpdateFromStreamAsync", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538133457, "dur": 5455, "ph": "X", "name": "ReadAsync 0", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538138925, "dur": 2379, "ph": "X", "name": "ProcessMessages 4519", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141313, "dur": 275, "ph": "X", "name": "ReadAsync 4519", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141595, "dur": 7, "ph": "X", "name": "ProcessMessages 4395", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141604, "dur": 102, "ph": "X", "name": "ReadAsync 4395", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141710, "dur": 2, "ph": "X", "name": "ProcessMessages 912", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141714, "dur": 73, "ph": "X", "name": "ReadAsync 912", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141792, "dur": 2, "ph": "X", "name": "ProcessMessages 826", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141795, "dur": 60, "ph": "X", "name": "ReadAsync 826", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141879, "dur": 2, "ph": "X", "name": "ProcessMessages 834", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141883, "dur": 56, "ph": "X", "name": "ReadAsync 834", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141943, "dur": 15, "ph": "X", "name": "ProcessMessages 904", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538141960, "dur": 63, "ph": "X", "name": "ReadAsync 904", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538142028, "dur": 2, "ph": "X", "name": "ProcessMessages 916", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538142032, "dur": 125, "ph": "X", "name": "ReadAsync 916", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538142162, "dur": 2, "ph": "X", "name": "ProcessMessages 905", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538142166, "dur": 1344, "ph": "X", "name": "ReadAsync 905", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143518, "dur": 8, "ph": "X", "name": "ProcessMessages 4533", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143528, "dur": 85, "ph": "X", "name": "ReadAsync 4533", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143621, "dur": 3, "ph": "X", "name": "ProcessMessages 900", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143627, "dur": 130, "ph": "X", "name": "ReadAsync 900", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143762, "dur": 3, "ph": "X", "name": "ProcessMessages 1560", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143767, "dur": 81, "ph": "X", "name": "ReadAsync 1560", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143851, "dur": 2, "ph": "X", "name": "ProcessMessages 1274", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143855, "dur": 70, "ph": "X", "name": "ReadAsync 1274", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143928, "dur": 2, "ph": "X", "name": "ProcessMessages 988", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143932, "dur": 57, "ph": "X", "name": "ReadAsync 988", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143992, "dur": 2, "ph": "X", "name": "ProcessMessages 736", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538143995, "dur": 56, "ph": "X", "name": "ReadAsync 736", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144055, "dur": 2, "ph": "X", "name": "ProcessMessages 622", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144059, "dur": 43, "ph": "X", "name": "ReadAsync 622", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144105, "dur": 1, "ph": "X", "name": "ProcessMessages 578", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144121, "dur": 52, "ph": "X", "name": "ReadAsync 578", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144177, "dur": 2, "ph": "X", "name": "ProcessMessages 895", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144180, "dur": 48, "ph": "X", "name": "ReadAsync 895", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144232, "dur": 1, "ph": "X", "name": "ProcessMessages 585", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144239, "dur": 59, "ph": "X", "name": "ReadAsync 585", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144316, "dur": 2, "ph": "X", "name": "ProcessMessages 926", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144320, "dur": 58, "ph": "X", "name": "ReadAsync 926", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144382, "dur": 2, "ph": "X", "name": "ProcessMessages 954", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144386, "dur": 47, "ph": "X", "name": "ReadAsync 954", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144436, "dur": 2, "ph": "X", "name": "ProcessMessages 674", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144439, "dur": 65, "ph": "X", "name": "ReadAsync 674", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144508, "dur": 1, "ph": "X", "name": "ProcessMessages 640", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144511, "dur": 51, "ph": "X", "name": "ReadAsync 640", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144576, "dur": 3, "ph": "X", "name": "ProcessMessages 706", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144582, "dur": 56, "ph": "X", "name": "ReadAsync 706", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144642, "dur": 2, "ph": "X", "name": "ProcessMessages 992", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144645, "dur": 55, "ph": "X", "name": "ReadAsync 992", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144704, "dur": 2, "ph": "X", "name": "ProcessMessages 648", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144708, "dur": 81, "ph": "X", "name": "ReadAsync 648", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144796, "dur": 3, "ph": "X", "name": "ProcessMessages 1006", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144801, "dur": 69, "ph": "X", "name": "ReadAsync 1006", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144874, "dur": 2, "ph": "X", "name": "ProcessMessages 1092", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144878, "dur": 41, "ph": "X", "name": "ReadAsync 1092", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144922, "dur": 1, "ph": "X", "name": "ProcessMessages 271", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538144929, "dur": 5445, "ph": "X", "name": "ReadAsync 271", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150383, "dur": 8, "ph": "X", "name": "ProcessMessages 4212", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150394, "dur": 106, "ph": "X", "name": "ReadAsync 4212", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150513, "dur": 3, "ph": "X", "name": "ProcessMessages 704", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150521, "dur": 172, "ph": "X", "name": "ReadAsync 704", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150700, "dur": 3, "ph": "X", "name": "ProcessMessages 1137", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150707, "dur": 84, "ph": "X", "name": "ReadAsync 1137", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150795, "dur": 2, "ph": "X", "name": "ProcessMessages 698", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150799, "dur": 151, "ph": "X", "name": "ReadAsync 698", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150957, "dur": 3, "ph": "X", "name": "ProcessMessages 906", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538150962, "dur": 76, "ph": "X", "name": "ReadAsync 906", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151042, "dur": 2, "ph": "X", "name": "ProcessMessages 741", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151046, "dur": 88, "ph": "X", "name": "ReadAsync 741", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151137, "dur": 2, "ph": "X", "name": "ProcessMessages 1000", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151142, "dur": 70, "ph": "X", "name": "ReadAsync 1000", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151215, "dur": 2, "ph": "X", "name": "ProcessMessages 748", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151219, "dur": 84, "ph": "X", "name": "ReadAsync 748", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151306, "dur": 2, "ph": "X", "name": "ProcessMessages 1010", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151310, "dur": 580, "ph": "X", "name": "ReadAsync 1010", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151895, "dur": 6, "ph": "X", "name": "ProcessMessages 4252", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151904, "dur": 84, "ph": "X", "name": "ReadAsync 4252", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151992, "dur": 2, "ph": "X", "name": "ProcessMessages 957", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538151996, "dur": 78, "ph": "X", "name": "ReadAsync 957", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152077, "dur": 2, "ph": "X", "name": "ProcessMessages 863", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152080, "dur": 79, "ph": "X", "name": "ReadAsync 863", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152163, "dur": 2, "ph": "X", "name": "ProcessMessages 1024", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152167, "dur": 103, "ph": "X", "name": "ReadAsync 1024", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152274, "dur": 2, "ph": "X", "name": "ProcessMessages 1219", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152278, "dur": 75, "ph": "X", "name": "ReadAsync 1219", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152357, "dur": 2, "ph": "X", "name": "ProcessMessages 798", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152361, "dur": 69, "ph": "X", "name": "ReadAsync 798", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152433, "dur": 1, "ph": "X", "name": "ProcessMessages 732", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152437, "dur": 135, "ph": "X", "name": "ReadAsync 732", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152576, "dur": 2, "ph": "X", "name": "ProcessMessages 1086", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152580, "dur": 79, "ph": "X", "name": "ReadAsync 1086", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152662, "dur": 2, "ph": "X", "name": "ProcessMessages 1090", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152666, "dur": 77, "ph": "X", "name": "ReadAsync 1090", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152746, "dur": 2, "ph": "X", "name": "ProcessMessages 811", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152750, "dur": 68, "ph": "X", "name": "ReadAsync 811", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152822, "dur": 2, "ph": "X", "name": "ProcessMessages 747", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152825, "dur": 68, "ph": "X", "name": "ReadAsync 747", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152897, "dur": 2, "ph": "X", "name": "ProcessMessages 739", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152900, "dur": 89, "ph": "X", "name": "ReadAsync 739", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152993, "dur": 2, "ph": "X", "name": "ProcessMessages 1246", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538152997, "dur": 68, "ph": "X", "name": "ReadAsync 1246", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153069, "dur": 2, "ph": "X", "name": "ProcessMessages 804", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153073, "dur": 317, "ph": "X", "name": "ReadAsync 804", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153395, "dur": 2, "ph": "X", "name": "ProcessMessages 1703", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153399, "dur": 67, "ph": "X", "name": "ReadAsync 1703", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153470, "dur": 2, "ph": "X", "name": "ProcessMessages 983", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153474, "dur": 86, "ph": "X", "name": "ReadAsync 983", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153564, "dur": 2, "ph": "X", "name": "ProcessMessages 1208", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153570, "dur": 72, "ph": "X", "name": "ReadAsync 1208", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153646, "dur": 2, "ph": "X", "name": "ProcessMessages 996", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153649, "dur": 71, "ph": "X", "name": "ReadAsync 996", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153724, "dur": 2, "ph": "X", "name": "ProcessMessages 858", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153727, "dur": 72, "ph": "X", "name": "ReadAsync 858", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153803, "dur": 2, "ph": "X", "name": "ProcessMessages 898", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153806, "dur": 75, "ph": "X", "name": "ReadAsync 898", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153885, "dur": 2, "ph": "X", "name": "ProcessMessages 913", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153888, "dur": 77, "ph": "X", "name": "ReadAsync 913", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153969, "dur": 2, "ph": "X", "name": "ProcessMessages 921", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538153973, "dur": 72, "ph": "X", "name": "ReadAsync 921", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154048, "dur": 2, "ph": "X", "name": "ProcessMessages 870", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154051, "dur": 75, "ph": "X", "name": "ReadAsync 870", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154130, "dur": 2, "ph": "X", "name": "ProcessMessages 1007", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154134, "dur": 75, "ph": "X", "name": "ReadAsync 1007", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154212, "dur": 2, "ph": "X", "name": "ProcessMessages 904", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154216, "dur": 93, "ph": "X", "name": "ReadAsync 904", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154312, "dur": 2, "ph": "X", "name": "ProcessMessages 1209", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154317, "dur": 49, "ph": "X", "name": "ReadAsync 1209", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154370, "dur": 1, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154373, "dur": 318, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154697, "dur": 5, "ph": "X", "name": "ProcessMessages 2609", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154704, "dur": 83, "ph": "X", "name": "ReadAsync 2609", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154791, "dur": 2, "ph": "X", "name": "ProcessMessages 1193", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154795, "dur": 81, "ph": "X", "name": "ReadAsync 1193", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154880, "dur": 2, "ph": "X", "name": "ProcessMessages 994", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154884, "dur": 85, "ph": "X", "name": "ReadAsync 994", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154972, "dur": 2, "ph": "X", "name": "ProcessMessages 1039", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538154976, "dur": 94, "ph": "X", "name": "ReadAsync 1039", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155074, "dur": 2, "ph": "X", "name": "ProcessMessages 1453", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155078, "dur": 71, "ph": "X", "name": "ReadAsync 1453", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155152, "dur": 2, "ph": "X", "name": "ProcessMessages 880", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155156, "dur": 79, "ph": "X", "name": "ReadAsync 880", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155239, "dur": 2, "ph": "X", "name": "ProcessMessages 617", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155243, "dur": 549, "ph": "X", "name": "ReadAsync 617", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155796, "dur": 7, "ph": "X", "name": "ProcessMessages 5231", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155805, "dur": 89, "ph": "X", "name": "ReadAsync 5231", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155898, "dur": 2, "ph": "X", "name": "ProcessMessages 1188", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155902, "dur": 63, "ph": "X", "name": "ReadAsync 1188", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155969, "dur": 1, "ph": "X", "name": "ProcessMessages 582", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538155973, "dur": 78, "ph": "X", "name": "ReadAsync 582", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156055, "dur": 2, "ph": "X", "name": "ProcessMessages 1029", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156058, "dur": 82, "ph": "X", "name": "ReadAsync 1029", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156144, "dur": 2, "ph": "X", "name": "ProcessMessages 1173", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156147, "dur": 67, "ph": "X", "name": "ReadAsync 1173", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156218, "dur": 2, "ph": "X", "name": "ProcessMessages 652", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156222, "dur": 78, "ph": "X", "name": "ReadAsync 652", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156304, "dur": 2, "ph": "X", "name": "ProcessMessages 1060", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156307, "dur": 372, "ph": "X", "name": "ReadAsync 1060", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156685, "dur": 5, "ph": "X", "name": "ProcessMessages 3368", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156692, "dur": 105, "ph": "X", "name": "ReadAsync 3368", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156801, "dur": 3, "ph": "X", "name": "ProcessMessages 2312", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156805, "dur": 71, "ph": "X", "name": "ReadAsync 2312", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156881, "dur": 2, "ph": "X", "name": "ProcessMessages 1140", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156884, "dur": 74, "ph": "X", "name": "ReadAsync 1140", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156986, "dur": 2, "ph": "X", "name": "ProcessMessages 1034", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538156990, "dur": 75, "ph": "X", "name": "ReadAsync 1034", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157068, "dur": 2, "ph": "X", "name": "ProcessMessages 1337", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157072, "dur": 76, "ph": "X", "name": "ReadAsync 1337", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157152, "dur": 2, "ph": "X", "name": "ProcessMessages 882", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157156, "dur": 58, "ph": "X", "name": "ReadAsync 882", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157218, "dur": 2, "ph": "X", "name": "ProcessMessages 765", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157224, "dur": 72, "ph": "X", "name": "ReadAsync 765", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157300, "dur": 2, "ph": "X", "name": "ProcessMessages 854", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157303, "dur": 73, "ph": "X", "name": "ReadAsync 854", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157379, "dur": 2, "ph": "X", "name": "ProcessMessages 907", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157383, "dur": 74, "ph": "X", "name": "ReadAsync 907", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157461, "dur": 2, "ph": "X", "name": "ProcessMessages 873", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157464, "dur": 63, "ph": "X", "name": "ReadAsync 873", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157536, "dur": 1, "ph": "X", "name": "ProcessMessages 838", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157540, "dur": 70, "ph": "X", "name": "ReadAsync 838", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157614, "dur": 2, "ph": "X", "name": "ProcessMessages 1177", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157617, "dur": 87, "ph": "X", "name": "ReadAsync 1177", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157708, "dur": 2, "ph": "X", "name": "ProcessMessages 1054", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157712, "dur": 87, "ph": "X", "name": "ReadAsync 1054", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157802, "dur": 2, "ph": "X", "name": "ProcessMessages 1252", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157806, "dur": 62, "ph": "X", "name": "ReadAsync 1252", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157872, "dur": 2, "ph": "X", "name": "ProcessMessages 670", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157876, "dur": 69, "ph": "X", "name": "ReadAsync 670", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157949, "dur": 2, "ph": "X", "name": "ProcessMessages 714", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538157952, "dur": 76, "ph": "X", "name": "ReadAsync 714", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158032, "dur": 2, "ph": "X", "name": "ProcessMessages 827", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158035, "dur": 70, "ph": "X", "name": "ReadAsync 827", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158109, "dur": 2, "ph": "X", "name": "ProcessMessages 829", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158113, "dur": 63, "ph": "X", "name": "ReadAsync 829", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158179, "dur": 2, "ph": "X", "name": "ProcessMessages 766", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158183, "dur": 51, "ph": "X", "name": "ReadAsync 766", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158238, "dur": 1, "ph": "X", "name": "ProcessMessages 307", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158241, "dur": 117, "ph": "X", "name": "ReadAsync 307", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158362, "dur": 2, "ph": "X", "name": "ProcessMessages 713", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158365, "dur": 56, "ph": "X", "name": "ReadAsync 713", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158425, "dur": 1, "ph": "X", "name": "ProcessMessages 448", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158429, "dur": 52, "ph": "X", "name": "ReadAsync 448", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158484, "dur": 1, "ph": "X", "name": "ProcessMessages 313", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158487, "dur": 127, "ph": "X", "name": "ReadAsync 313", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158617, "dur": 2, "ph": "X", "name": "ProcessMessages 719", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158621, "dur": 87, "ph": "X", "name": "ReadAsync 719", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158712, "dur": 2, "ph": "X", "name": "ProcessMessages 722", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158715, "dur": 70, "ph": "X", "name": "ReadAsync 722", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158789, "dur": 5, "ph": "X", "name": "ProcessMessages 878", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538158796, "dur": 407, "ph": "X", "name": "ReadAsync 878", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159208, "dur": 5, "ph": "X", "name": "ProcessMessages 3099", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159215, "dur": 81, "ph": "X", "name": "ReadAsync 3099", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159300, "dur": 1, "ph": "X", "name": "ProcessMessages 539", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159303, "dur": 67, "ph": "X", "name": "ReadAsync 539", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159400, "dur": 2, "ph": "X", "name": "ProcessMessages 770", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159404, "dur": 87, "ph": "X", "name": "ReadAsync 770", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159504, "dur": 2, "ph": "X", "name": "ProcessMessages 722", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159509, "dur": 61, "ph": "X", "name": "ReadAsync 722", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159573, "dur": 2, "ph": "X", "name": "ProcessMessages 706", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159577, "dur": 85, "ph": "X", "name": "ReadAsync 706", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159681, "dur": 2, "ph": "X", "name": "ProcessMessages 534", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159686, "dur": 64, "ph": "X", "name": "ReadAsync 534", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159753, "dur": 2, "ph": "X", "name": "ProcessMessages 471", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538159757, "dur": 245, "ph": "X", "name": "ReadAsync 471", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160008, "dur": 3, "ph": "X", "name": "ProcessMessages 1098", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160014, "dur": 84, "ph": "X", "name": "ReadAsync 1098", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160103, "dur": 2, "ph": "X", "name": "ProcessMessages 851", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160107, "dur": 74, "ph": "X", "name": "ReadAsync 851", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160184, "dur": 2, "ph": "X", "name": "ProcessMessages 815", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160188, "dur": 111, "ph": "X", "name": "ReadAsync 815", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160303, "dur": 2, "ph": "X", "name": "ProcessMessages 848", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160307, "dur": 106, "ph": "X", "name": "ReadAsync 848", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160417, "dur": 1, "ph": "X", "name": "ProcessMessages 415", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160489, "dur": 101, "ph": "X", "name": "ReadAsync 415", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160595, "dur": 4, "ph": "X", "name": "ProcessMessages 1927", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160601, "dur": 110, "ph": "X", "name": "ReadAsync 1927", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160715, "dur": 2, "ph": "X", "name": "ProcessMessages 1180", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160718, "dur": 62, "ph": "X", "name": "ReadAsync 1180", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160784, "dur": 2, "ph": "X", "name": "ProcessMessages 494", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160788, "dur": 74, "ph": "X", "name": "ReadAsync 494", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160878, "dur": 2, "ph": "X", "name": "ProcessMessages 458", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160881, "dur": 66, "ph": "X", "name": "ReadAsync 458", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160951, "dur": 2, "ph": "X", "name": "ProcessMessages 857", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538160955, "dur": 91, "ph": "X", "name": "ReadAsync 857", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161049, "dur": 1, "ph": "X", "name": "ProcessMessages 654", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161064, "dur": 72, "ph": "X", "name": "ReadAsync 654", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161139, "dur": 2, "ph": "X", "name": "ProcessMessages 1015", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161144, "dur": 68, "ph": "X", "name": "ReadAsync 1015", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161215, "dur": 2, "ph": "X", "name": "ProcessMessages 587", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161222, "dur": 55, "ph": "X", "name": "ReadAsync 587", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161280, "dur": 1, "ph": "X", "name": "ProcessMessages 441", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161284, "dur": 69, "ph": "X", "name": "ReadAsync 441", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161356, "dur": 2, "ph": "X", "name": "ProcessMessages 848", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161360, "dur": 130, "ph": "X", "name": "ReadAsync 848", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161517, "dur": 2, "ph": "X", "name": "ProcessMessages 547", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161521, "dur": 49, "ph": "X", "name": "ReadAsync 547", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161574, "dur": 1, "ph": "X", "name": "ProcessMessages 382", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161577, "dur": 80, "ph": "X", "name": "ReadAsync 382", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161675, "dur": 2, "ph": "X", "name": "ProcessMessages 926", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161679, "dur": 66, "ph": "X", "name": "ReadAsync 926", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161749, "dur": 4, "ph": "X", "name": "ProcessMessages 580", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161755, "dur": 64, "ph": "X", "name": "ReadAsync 580", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161822, "dur": 1, "ph": "X", "name": "ProcessMessages 697", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161826, "dur": 66, "ph": "X", "name": "ReadAsync 697", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161920, "dur": 2, "ph": "X", "name": "ProcessMessages 587", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538161924, "dur": 72, "ph": "X", "name": "ReadAsync 587", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162000, "dur": 2, "ph": "X", "name": "ProcessMessages 976", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162004, "dur": 74, "ph": "X", "name": "ReadAsync 976", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162091, "dur": 2, "ph": "X", "name": "ProcessMessages 538", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162094, "dur": 65, "ph": "X", "name": "ReadAsync 538", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162163, "dur": 2, "ph": "X", "name": "ProcessMessages 749", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162167, "dur": 416, "ph": "X", "name": "ReadAsync 749", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162589, "dur": 5, "ph": "X", "name": "ProcessMessages 3586", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162597, "dur": 85, "ph": "X", "name": "ReadAsync 3586", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162685, "dur": 2, "ph": "X", "name": "ProcessMessages 1226", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162694, "dur": 94, "ph": "X", "name": "ReadAsync 1226", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162792, "dur": 2, "ph": "X", "name": "ProcessMessages 1046", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162796, "dur": 191, "ph": "X", "name": "ReadAsync 1046", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162991, "dur": 3, "ph": "X", "name": "ProcessMessages 1744", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538162996, "dur": 101, "ph": "X", "name": "ReadAsync 1744", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163101, "dur": 2, "ph": "X", "name": "ProcessMessages 590", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163105, "dur": 54, "ph": "X", "name": "ReadAsync 590", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163163, "dur": 1, "ph": "X", "name": "ProcessMessages 215", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163166, "dur": 45, "ph": "X", "name": "ReadAsync 215", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163215, "dur": 369, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163589, "dur": 290, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163883, "dur": 13, "ph": "X", "name": "ProcessMessages 1232", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538163898, "dur": 220, "ph": "X", "name": "ReadAsync 1232", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164126, "dur": 1, "ph": "X", "name": "ProcessMessages 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164129, "dur": 116, "ph": "X", "name": "ReadAsync 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164250, "dur": 1, "ph": "X", "name": "ProcessMessages 4", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164273, "dur": 414, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164692, "dur": 1, "ph": "X", "name": "ProcessMessages 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538164695, "dur": 1277, "ph": "X", "name": "ReadAsync 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538165979, "dur": 15, "ph": "X", "name": "ProcessMessages 1844", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538165996, "dur": 5152, "ph": "X", "name": "ReadAsync 1844", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538171175, "dur": 15, "ph": "X", "name": "ProcessMessages 1488", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538171193, "dur": 1751, "ph": "X", "name": "ReadAsync 1488", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538172952, "dur": 3, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538173392, "dur": 78, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538173475, "dur": 2, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538173479, "dur": 1661, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175148, "dur": 2, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175153, "dur": 459, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175617, "dur": 2, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175621, "dur": 77, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175702, "dur": 1, "ph": "X", "name": "ProcessMessages 80", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175706, "dur": 108, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175820, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538175824, "dur": 355, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176183, "dur": 2, "ph": "X", "name": "ProcessMessages 112", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176204, "dur": 49, "ph": "X", "name": "ReadAsync 112", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176257, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176260, "dur": 171, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176435, "dur": 4, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176441, "dur": 105, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176551, "dur": 1, "ph": "X", "name": "ProcessMessages 96", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176554, "dur": 51, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176609, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176612, "dur": 69, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176685, "dur": 17, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176705, "dur": 45, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176753, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176756, "dur": 208, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176968, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538176971, "dur": 107, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177082, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177086, "dur": 282, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177390, "dur": 2, "ph": "X", "name": "ProcessMessages 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177394, "dur": 107, "ph": "X", "name": "ReadAsync 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177505, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177508, "dur": 103, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177615, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177618, "dur": 104, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177726, "dur": 1, "ph": "X", "name": "ProcessMessages 80", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177730, "dur": 56, "ph": "X", "name": "ReadAsync 80", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177790, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177793, "dur": 97, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177894, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177897, "dur": 98, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538177998, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178001, "dur": 118, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178122, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178125, "dur": 106, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178235, "dur": 2, "ph": "X", "name": "ProcessMessages 160", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178239, "dur": 116, "ph": "X", "name": "ReadAsync 160", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178358, "dur": 2, "ph": "X", "name": "ProcessMessages 96", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178362, "dur": 294, "ph": "X", "name": "ReadAsync 96", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178662, "dur": 1, "ph": "X", "name": "ProcessMessages 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178665, "dur": 116, "ph": "X", "name": "ReadAsync 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538178785, "dur": 774, "ph": "X", "name": "ProcessMessages 8", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179566, "dur": 76, "ph": "X", "name": "ReadAsync 8", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179664, "dur": 3, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179669, "dur": 62, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179735, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179740, "dur": 161, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179904, "dur": 1, "ph": "X", "name": "ProcessMessages 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538179907, "dur": 128, "ph": "X", "name": "ReadAsync 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180041, "dur": 2, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180062, "dur": 387, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180456, "dur": 2, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180460, "dur": 98, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180563, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180566, "dur": 147, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180718, "dur": 1, "ph": "X", "name": "ProcessMessages 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538180720, "dur": 484, "ph": "X", "name": "ReadAsync 12", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181209, "dur": 1, "ph": "X", "name": "ProcessMessages 4", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181212, "dur": 181, "ph": "X", "name": "ReadAsync 4", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181397, "dur": 2, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181407, "dur": 167, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181577, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181581, "dur": 126, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181711, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181734, "dur": 140, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181889, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181894, "dur": 43, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181940, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538181943, "dur": 423, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538182371, "dur": 2, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538182375, "dur": 22090, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538204476, "dur": 3708, "ph": "X", "name": "ProcessMessages 45967", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208194, "dur": 102, "ph": "X", "name": "ReadAsync 45967", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208301, "dur": 3, "ph": "X", "name": "ProcessMessages 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208306, "dur": 252, "ph": "X", "name": "ReadAsync 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208562, "dur": 18, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208582, "dur": 169, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208756, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208759, "dur": 158, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208921, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538208924, "dur": 309, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209237, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209240, "dur": 121, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209365, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209368, "dur": 174, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209546, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209548, "dur": 192, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209744, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538209747, "dur": 463, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538210216, "dur": 2, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538210221, "dur": 359, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538210584, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538210587, "dur": 939, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538211531, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538211534, "dur": 3863, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538215405, "dur": 3, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538215410, "dur": 569, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538215985, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538215988, "dur": 578, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538216572, "dur": 2, "ph": "X", "name": "ProcessMessages 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538216576, "dur": 349, "ph": "X", "name": "ReadAsync 48", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538216931, "dur": 2, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538216936, "dur": 289, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217229, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217233, "dur": 238, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217475, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217478, "dur": 244, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217726, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538217736, "dur": 267, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218008, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218011, "dur": 384, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218399, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218402, "dur": 87, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218494, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218498, "dur": 351, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218853, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538218856, "dur": 308, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538219169, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538219683, "dur": 60, "ph": "X", "name": "ReadAsync 16", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538219747, "dur": 2, "ph": "X", "name": "ProcessMessages 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538219751, "dur": 519, "ph": "X", "name": "ReadAsync 128", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220275, "dur": 8, "ph": "X", "name": "ProcessMessages 992", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220285, "dur": 138, "ph": "X", "name": "ReadAsync 992", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220428, "dur": 1, "ph": "X", "name": "ProcessMessages 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220431, "dur": 127, "ph": "X", "name": "ReadAsync 64", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220562, "dur": 1, "ph": "X", "name": "ProcessMessages 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538220565, "dur": 187823, "ph": "X", "name": "ReadAsync 32", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538408399, "dur": 28, "ph": "X", "name": "ProcessMessages 359", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538408435, "dur": 3256, "ph": "X", "name": "ReadAsync 359", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538411701, "dur": 4, "ph": "X", "name": "ProcessMessages 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538411708, "dur": 29682, "ph": "X", "name": "ReadAsync 20", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538441402, "dur": 31, "ph": "X", "name": "ProcessMessages 33453", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538441438, "dur": 2934, "ph": "X", "name": "ReadAsync 33453", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538444380, "dur": 38, "ph": "X", "name": "ProcessMessages 148", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538444421, "dur": 270, "ph": "X", "name": "ReadAsync 148", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538444695, "dur": 424, "ph": "X", "name": "ProcessMessages 25", "args": {} }, -{ "pid": 19083, "tid": 12884901888, "ts": 1684227538445127, "dur": 2887, "ph": "X", "name": "ReadAsync 25", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538481176, "dur": 2429, "ph": "X", "name": "ReadEntireBinlogFromIpcAsync", "args": {} }, -{ "pid": 19083, "tid": 8589934592, "ph": "M", "name": "thread_name", "args": { "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync" } }, -{ "pid": 19083, "tid": 8589934592, "ts": 1684227538123461, "dur": 136733, "ph": "X", "name": "await writeBuildProgramInputDataTask", "args": {} }, -{ "pid": 19083, "tid": 8589934592, "ts": 1684227538260198, "dur": 8, "ph": "X", "name": "WritePipe.WaitConnectionAsync", "args": {} }, -{ "pid": 19083, "tid": 8589934592, "ts": 1684227538260207, "dur": 2604, "ph": "X", "name": "WriteDagReadyMessage", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538483609, "dur": 18, "ph": "X", "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync", "args": {} }, -{ "pid": 19083, "tid": 4294967296, "ph": "M", "name": "thread_name", "args": { "name": "BuildAsync" } }, -{ "pid": 19083, "tid": 4294967296, "ts": 1684227538086114, "dur": 363549, "ph": "X", "name": "RunBackend", "args": {} }, -{ "pid": 19083, "tid": 4294967296, "ts": 1684227538091317, "dur": 27070, "ph": "X", "name": "BackendProgram.Start", "args": {} }, -{ "pid": 19083, "tid": 4294967296, "ts": 1684227538449945, "dur": 5547, "ph": "X", "name": "await WaitForAndApplyScriptUpdaters", "args": {} }, -{ "pid": 19083, "tid": 4294967296, "ts": 1684227538453219, "dur": 386, "ph": "X", "name": "await ScriptUpdaters", "args": {} }, -{ "pid": 19083, "tid": 4294967296, "ts": 1684227538455595, "dur": 20, "ph": "X", "name": "await taskToReadBuildProgramOutput", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538483632, "dur": 24, "ph": "X", "name": "BuildAsync", "args": {} }, +{ "pid": 22023, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "BeeDriver" } }, +{ "pid": 22023, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-2" } }, +{ "pid": 22023, "tid": 2197, "ph": "M", "name": "thread_name", "args": { "name": "Thread Pool Worker" } }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299675748, "dur": 20279, "ph": "X", "name": "ChromeTraceHeader", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299702865, "dur": 1184, "ph": "X", "name": "Thread Pool Worker", "args": {} }, +{ "pid": 22023, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } }, +{ "pid": 22023, "tid": 1, "ts": 1684230298283179, "dur": 6223, "ph": "X", "name": "b__0", "args": {} }, +{ "pid": 22023, "tid": 1, "ts": 1684230298289406, "dur": 238876, "ph": "X", "name": "b__0", "args": {} }, +{ "pid": 22023, "tid": 1, "ts": 1684230298528440, "dur": 78824, "ph": "X", "name": "WriteJson", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299704076, "dur": 36, "ph": "X", "name": "", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ph": "M", "name": "thread_name", "args": { "name": "ReadEntireBinlogFromIpcAsync" } }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298280373, "dur": 9655, "ph": "X", "name": "WaitForConnectionAsync", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298290031, "dur": 1374361, "ph": "X", "name": "UpdateFromStreamAsync", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298292986, "dur": 6884, "ph": "X", "name": "ReadAsync 0", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298299882, "dur": 2285, "ph": "X", "name": "ProcessMessages 4227", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298302175, "dur": 224, "ph": "X", "name": "ReadAsync 4227", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298302408, "dur": 6, "ph": "X", "name": "ProcessMessages 4395", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298302416, "dur": 1717, "ph": "X", "name": "ReadAsync 4395", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304142, "dur": 7, "ph": "X", "name": "ProcessMessages 4542", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304151, "dur": 421, "ph": "X", "name": "ReadAsync 4542", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304582, "dur": 7, "ph": "X", "name": "ProcessMessages 4312", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304592, "dur": 159, "ph": "X", "name": "ReadAsync 4312", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304756, "dur": 4, "ph": "X", "name": "ProcessMessages 2115", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304762, "dur": 58, "ph": "X", "name": "ReadAsync 2115", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304826, "dur": 2, "ph": "X", "name": "ProcessMessages 633", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304830, "dur": 57, "ph": "X", "name": "ReadAsync 633", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304890, "dur": 2, "ph": "X", "name": "ProcessMessages 772", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304894, "dur": 54, "ph": "X", "name": "ReadAsync 772", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304951, "dur": 2, "ph": "X", "name": "ProcessMessages 806", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298304954, "dur": 52, "ph": "X", "name": "ReadAsync 806", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305010, "dur": 2, "ph": "X", "name": "ProcessMessages 648", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305014, "dur": 46, "ph": "X", "name": "ReadAsync 648", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305063, "dur": 1, "ph": "X", "name": "ProcessMessages 723", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305067, "dur": 47, "ph": "X", "name": "ReadAsync 723", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305118, "dur": 1, "ph": "X", "name": "ProcessMessages 709", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305121, "dur": 45, "ph": "X", "name": "ReadAsync 709", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305170, "dur": 1, "ph": "X", "name": "ProcessMessages 471", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305173, "dur": 93, "ph": "X", "name": "ReadAsync 471", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305269, "dur": 2, "ph": "X", "name": "ProcessMessages 827", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305273, "dur": 62, "ph": "X", "name": "ReadAsync 827", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305338, "dur": 2, "ph": "X", "name": "ProcessMessages 888", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305342, "dur": 63, "ph": "X", "name": "ReadAsync 888", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305408, "dur": 2, "ph": "X", "name": "ProcessMessages 862", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305412, "dur": 51, "ph": "X", "name": "ReadAsync 862", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305466, "dur": 2, "ph": "X", "name": "ProcessMessages 672", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305470, "dur": 57, "ph": "X", "name": "ReadAsync 672", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305530, "dur": 1, "ph": "X", "name": "ProcessMessages 828", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305533, "dur": 41, "ph": "X", "name": "ReadAsync 828", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305577, "dur": 1, "ph": "X", "name": "ProcessMessages 647", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305580, "dur": 39, "ph": "X", "name": "ReadAsync 647", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305622, "dur": 1, "ph": "X", "name": "ProcessMessages 625", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305626, "dur": 25, "ph": "X", "name": "ReadAsync 625", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305654, "dur": 1, "ph": "X", "name": "ProcessMessages 70", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305657, "dur": 34, "ph": "X", "name": "ReadAsync 70", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305694, "dur": 1, "ph": "X", "name": "ProcessMessages 541", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305697, "dur": 35, "ph": "X", "name": "ReadAsync 541", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305735, "dur": 1, "ph": "X", "name": "ProcessMessages 464", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305738, "dur": 42, "ph": "X", "name": "ReadAsync 464", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305783, "dur": 1, "ph": "X", "name": "ProcessMessages 589", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305786, "dur": 37, "ph": "X", "name": "ReadAsync 589", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305827, "dur": 1, "ph": "X", "name": "ProcessMessages 466", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305830, "dur": 43, "ph": "X", "name": "ReadAsync 466", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305876, "dur": 1, "ph": "X", "name": "ProcessMessages 542", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305879, "dur": 37, "ph": "X", "name": "ReadAsync 542", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305919, "dur": 1, "ph": "X", "name": "ProcessMessages 555", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305926, "dur": 39, "ph": "X", "name": "ReadAsync 555", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305968, "dur": 1, "ph": "X", "name": "ProcessMessages 611", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298305971, "dur": 40, "ph": "X", "name": "ReadAsync 611", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306014, "dur": 1, "ph": "X", "name": "ProcessMessages 514", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306017, "dur": 36, "ph": "X", "name": "ReadAsync 514", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306057, "dur": 1, "ph": "X", "name": "ProcessMessages 506", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306060, "dur": 29, "ph": "X", "name": "ReadAsync 506", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306092, "dur": 1, "ph": "X", "name": "ProcessMessages 231", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306095, "dur": 30, "ph": "X", "name": "ReadAsync 231", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306128, "dur": 1, "ph": "X", "name": "ProcessMessages 322", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306131, "dur": 34, "ph": "X", "name": "ReadAsync 322", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306168, "dur": 1, "ph": "X", "name": "ProcessMessages 457", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306171, "dur": 34, "ph": "X", "name": "ReadAsync 457", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306208, "dur": 1, "ph": "X", "name": "ProcessMessages 350", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306211, "dur": 30, "ph": "X", "name": "ReadAsync 350", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306244, "dur": 1, "ph": "X", "name": "ProcessMessages 292", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306247, "dur": 42, "ph": "X", "name": "ReadAsync 292", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306292, "dur": 1, "ph": "X", "name": "ProcessMessages 517", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306295, "dur": 35, "ph": "X", "name": "ReadAsync 517", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306333, "dur": 1, "ph": "X", "name": "ProcessMessages 367", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306336, "dur": 40, "ph": "X", "name": "ReadAsync 367", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306379, "dur": 1, "ph": "X", "name": "ProcessMessages 561", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306382, "dur": 106, "ph": "X", "name": "ReadAsync 561", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306492, "dur": 2, "ph": "X", "name": "ProcessMessages 1044", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306496, "dur": 68, "ph": "X", "name": "ReadAsync 1044", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306567, "dur": 1, "ph": "X", "name": "ProcessMessages 75", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306570, "dur": 124, "ph": "X", "name": "ReadAsync 75", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306698, "dur": 2, "ph": "X", "name": "ProcessMessages 1170", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306702, "dur": 47, "ph": "X", "name": "ReadAsync 1170", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306752, "dur": 2, "ph": "X", "name": "ProcessMessages 599", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306756, "dur": 36, "ph": "X", "name": "ReadAsync 599", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306795, "dur": 1, "ph": "X", "name": "ProcessMessages 327", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306798, "dur": 38, "ph": "X", "name": "ReadAsync 327", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306839, "dur": 1, "ph": "X", "name": "ProcessMessages 488", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306842, "dur": 37, "ph": "X", "name": "ReadAsync 488", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306883, "dur": 1, "ph": "X", "name": "ProcessMessages 417", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306886, "dur": 37, "ph": "X", "name": "ReadAsync 417", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306926, "dur": 1, "ph": "X", "name": "ProcessMessages 403", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306930, "dur": 32, "ph": "X", "name": "ReadAsync 403", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306964, "dur": 1, "ph": "X", "name": "ProcessMessages 268", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298306967, "dur": 30, "ph": "X", "name": "ReadAsync 268", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298307001, "dur": 1, "ph": "X", "name": "ProcessMessages 280", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298307003, "dur": 296, "ph": "X", "name": "ReadAsync 280", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298307304, "dur": 2, "ph": "X", "name": "ProcessMessages 986", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298307308, "dur": 2425, "ph": "X", "name": "ReadAsync 986", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298309740, "dur": 8, "ph": "X", "name": "ProcessMessages 4134", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298309751, "dur": 178, "ph": "X", "name": "ReadAsync 4134", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298309933, "dur": 3, "ph": "X", "name": "ProcessMessages 1580", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298309938, "dur": 86, "ph": "X", "name": "ReadAsync 1580", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310028, "dur": 2, "ph": "X", "name": "ProcessMessages 843", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310032, "dur": 326, "ph": "X", "name": "ReadAsync 843", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310366, "dur": 3, "ph": "X", "name": "ProcessMessages 1927", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310372, "dur": 377, "ph": "X", "name": "ReadAsync 1927", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310753, "dur": 5, "ph": "X", "name": "ProcessMessages 3659", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310761, "dur": 53, "ph": "X", "name": "ReadAsync 3659", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310818, "dur": 2, "ph": "X", "name": "ProcessMessages 662", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310821, "dur": 66, "ph": "X", "name": "ReadAsync 662", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310896, "dur": 2, "ph": "X", "name": "ProcessMessages 444", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310905, "dur": 85, "ph": "X", "name": "ReadAsync 444", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310994, "dur": 2, "ph": "X", "name": "ProcessMessages 1222", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298310998, "dur": 59, "ph": "X", "name": "ReadAsync 1222", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311065, "dur": 2, "ph": "X", "name": "ProcessMessages 456", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311068, "dur": 122, "ph": "X", "name": "ReadAsync 456", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311194, "dur": 2, "ph": "X", "name": "ProcessMessages 1009", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311198, "dur": 85, "ph": "X", "name": "ReadAsync 1009", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311286, "dur": 2, "ph": "X", "name": "ProcessMessages 605", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311290, "dur": 85, "ph": "X", "name": "ReadAsync 605", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311379, "dur": 2, "ph": "X", "name": "ProcessMessages 740", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311383, "dur": 274, "ph": "X", "name": "ReadAsync 740", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311661, "dur": 3, "ph": "X", "name": "ProcessMessages 1320", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298311666, "dur": 859, "ph": "X", "name": "ReadAsync 1320", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312532, "dur": 9, "ph": "X", "name": "ProcessMessages 6149", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312543, "dur": 121, "ph": "X", "name": "ReadAsync 6149", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312669, "dur": 3, "ph": "X", "name": "ProcessMessages 1504", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312673, "dur": 182, "ph": "X", "name": "ReadAsync 1504", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312872, "dur": 3, "ph": "X", "name": "ProcessMessages 1472", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298312879, "dur": 143, "ph": "X", "name": "ReadAsync 1472", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313026, "dur": 3, "ph": "X", "name": "ProcessMessages 2394", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313032, "dur": 97, "ph": "X", "name": "ReadAsync 2394", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313138, "dur": 14, "ph": "X", "name": "ProcessMessages 1213", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313155, "dur": 104, "ph": "X", "name": "ReadAsync 1213", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313267, "dur": 3, "ph": "X", "name": "ProcessMessages 1380", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313272, "dur": 111, "ph": "X", "name": "ReadAsync 1380", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313396, "dur": 2, "ph": "X", "name": "ProcessMessages 1286", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313402, "dur": 78, "ph": "X", "name": "ReadAsync 1286", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313484, "dur": 2, "ph": "X", "name": "ProcessMessages 1323", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313488, "dur": 81, "ph": "X", "name": "ReadAsync 1323", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313572, "dur": 2, "ph": "X", "name": "ProcessMessages 893", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313576, "dur": 78, "ph": "X", "name": "ReadAsync 893", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313657, "dur": 1, "ph": "X", "name": "ProcessMessages 820", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313660, "dur": 94, "ph": "X", "name": "ReadAsync 820", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313758, "dur": 2, "ph": "X", "name": "ProcessMessages 1449", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313762, "dur": 72, "ph": "X", "name": "ReadAsync 1449", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313838, "dur": 2, "ph": "X", "name": "ProcessMessages 948", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313842, "dur": 82, "ph": "X", "name": "ReadAsync 948", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313928, "dur": 2, "ph": "X", "name": "ProcessMessages 783", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298313932, "dur": 105, "ph": "X", "name": "ReadAsync 783", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314040, "dur": 2, "ph": "X", "name": "ProcessMessages 1104", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314049, "dur": 78, "ph": "X", "name": "ReadAsync 1104", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314131, "dur": 17, "ph": "X", "name": "ProcessMessages 1130", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314151, "dur": 83, "ph": "X", "name": "ReadAsync 1130", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314238, "dur": 34, "ph": "X", "name": "ProcessMessages 1333", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314275, "dur": 85, "ph": "X", "name": "ReadAsync 1333", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314363, "dur": 2, "ph": "X", "name": "ProcessMessages 1325", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314368, "dur": 139, "ph": "X", "name": "ReadAsync 1325", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314512, "dur": 3, "ph": "X", "name": "ProcessMessages 1688", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314535, "dur": 66, "ph": "X", "name": "ReadAsync 1688", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314604, "dur": 2, "ph": "X", "name": "ProcessMessages 729", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314608, "dur": 100, "ph": "X", "name": "ReadAsync 729", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314739, "dur": 2, "ph": "X", "name": "ProcessMessages 1305", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314743, "dur": 85, "ph": "X", "name": "ReadAsync 1305", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314832, "dur": 15, "ph": "X", "name": "ProcessMessages 1142", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298314850, "dur": 160, "ph": "X", "name": "ReadAsync 1142", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315015, "dur": 3, "ph": "X", "name": "ProcessMessages 1863", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315020, "dur": 114, "ph": "X", "name": "ReadAsync 1863", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315138, "dur": 2, "ph": "X", "name": "ProcessMessages 1213", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315142, "dur": 71, "ph": "X", "name": "ReadAsync 1213", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315216, "dur": 2, "ph": "X", "name": "ProcessMessages 887", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315220, "dur": 70, "ph": "X", "name": "ReadAsync 887", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315293, "dur": 2, "ph": "X", "name": "ProcessMessages 904", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315297, "dur": 71, "ph": "X", "name": "ReadAsync 904", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315388, "dur": 3, "ph": "X", "name": "ProcessMessages 974", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315394, "dur": 89, "ph": "X", "name": "ReadAsync 974", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315487, "dur": 2, "ph": "X", "name": "ProcessMessages 1492", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315491, "dur": 88, "ph": "X", "name": "ReadAsync 1492", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315583, "dur": 2, "ph": "X", "name": "ProcessMessages 1166", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315587, "dur": 82, "ph": "X", "name": "ReadAsync 1166", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315673, "dur": 2, "ph": "X", "name": "ProcessMessages 1121", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315677, "dur": 119, "ph": "X", "name": "ReadAsync 1121", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315800, "dur": 2, "ph": "X", "name": "ProcessMessages 1410", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315804, "dur": 75, "ph": "X", "name": "ReadAsync 1410", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315883, "dur": 2, "ph": "X", "name": "ProcessMessages 902", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315886, "dur": 63, "ph": "X", "name": "ReadAsync 902", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315953, "dur": 2, "ph": "X", "name": "ProcessMessages 634", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298315957, "dur": 415, "ph": "X", "name": "ReadAsync 634", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316377, "dur": 3, "ph": "X", "name": "ProcessMessages 913", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316384, "dur": 160, "ph": "X", "name": "ReadAsync 913", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316548, "dur": 5, "ph": "X", "name": "ProcessMessages 4763", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316563, "dur": 82, "ph": "X", "name": "ReadAsync 4763", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316652, "dur": 2, "ph": "X", "name": "ProcessMessages 810", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316658, "dur": 72, "ph": "X", "name": "ReadAsync 810", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316734, "dur": 2, "ph": "X", "name": "ProcessMessages 708", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316738, "dur": 62, "ph": "X", "name": "ReadAsync 708", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316804, "dur": 2, "ph": "X", "name": "ProcessMessages 628", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316808, "dur": 43, "ph": "X", "name": "ReadAsync 628", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316857, "dur": 1, "ph": "X", "name": "ProcessMessages 49", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316860, "dur": 75, "ph": "X", "name": "ReadAsync 49", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316939, "dur": 2, "ph": "X", "name": "ProcessMessages 448", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298316943, "dur": 107, "ph": "X", "name": "ReadAsync 448", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317058, "dur": 2, "ph": "X", "name": "ProcessMessages 1270", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317062, "dur": 74, "ph": "X", "name": "ReadAsync 1270", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317141, "dur": 2, "ph": "X", "name": "ProcessMessages 571", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317145, "dur": 58, "ph": "X", "name": "ReadAsync 571", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317207, "dur": 2, "ph": "X", "name": "ProcessMessages 424", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317210, "dur": 53, "ph": "X", "name": "ReadAsync 424", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317267, "dur": 1, "ph": "X", "name": "ProcessMessages 289", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317271, "dur": 77, "ph": "X", "name": "ReadAsync 289", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317352, "dur": 2, "ph": "X", "name": "ProcessMessages 761", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317356, "dur": 92, "ph": "X", "name": "ReadAsync 761", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317460, "dur": 2, "ph": "X", "name": "ProcessMessages 698", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317464, "dur": 54, "ph": "X", "name": "ReadAsync 698", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317522, "dur": 2, "ph": "X", "name": "ProcessMessages 324", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317525, "dur": 55, "ph": "X", "name": "ReadAsync 324", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317584, "dur": 2, "ph": "X", "name": "ProcessMessages 419", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317587, "dur": 246, "ph": "X", "name": "ReadAsync 419", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317837, "dur": 2, "ph": "X", "name": "ProcessMessages 878", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317841, "dur": 140, "ph": "X", "name": "ReadAsync 878", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317984, "dur": 2, "ph": "X", "name": "ProcessMessages 1019", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298317988, "dur": 63, "ph": "X", "name": "ReadAsync 1019", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318062, "dur": 2, "ph": "X", "name": "ProcessMessages 956", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318066, "dur": 51, "ph": "X", "name": "ReadAsync 956", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318120, "dur": 1, "ph": "X", "name": "ProcessMessages 227", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318123, "dur": 63, "ph": "X", "name": "ReadAsync 227", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318191, "dur": 2, "ph": "X", "name": "ProcessMessages 624", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318195, "dur": 68, "ph": "X", "name": "ReadAsync 624", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318272, "dur": 2, "ph": "X", "name": "ProcessMessages 617", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318279, "dur": 54, "ph": "X", "name": "ReadAsync 617", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318337, "dur": 1, "ph": "X", "name": "ProcessMessages 438", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318340, "dur": 52, "ph": "X", "name": "ReadAsync 438", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318397, "dur": 4, "ph": "X", "name": "ProcessMessages 527", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318403, "dur": 96, "ph": "X", "name": "ReadAsync 527", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318503, "dur": 2, "ph": "X", "name": "ProcessMessages 722", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318506, "dur": 85, "ph": "X", "name": "ReadAsync 722", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318596, "dur": 2, "ph": "X", "name": "ProcessMessages 460", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318599, "dur": 93, "ph": "X", "name": "ReadAsync 460", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318696, "dur": 2, "ph": "X", "name": "ProcessMessages 743", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318700, "dur": 68, "ph": "X", "name": "ReadAsync 743", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318772, "dur": 2, "ph": "X", "name": "ProcessMessages 739", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318776, "dur": 47, "ph": "X", "name": "ReadAsync 739", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318831, "dur": 1, "ph": "X", "name": "ProcessMessages 233", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318835, "dur": 64, "ph": "X", "name": "ReadAsync 233", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318903, "dur": 2, "ph": "X", "name": "ProcessMessages 622", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318906, "dur": 65, "ph": "X", "name": "ReadAsync 622", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318979, "dur": 2, "ph": "X", "name": "ProcessMessages 514", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298318983, "dur": 44, "ph": "X", "name": "ReadAsync 514", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319033, "dur": 1, "ph": "X", "name": "ProcessMessages 393", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319036, "dur": 326, "ph": "X", "name": "ReadAsync 393", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319366, "dur": 3, "ph": "X", "name": "ProcessMessages 2034", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319399, "dur": 77, "ph": "X", "name": "ReadAsync 2034", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319479, "dur": 3, "ph": "X", "name": "ProcessMessages 1576", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319484, "dur": 53, "ph": "X", "name": "ReadAsync 1576", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319541, "dur": 2, "ph": "X", "name": "ProcessMessages 697", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319544, "dur": 126, "ph": "X", "name": "ReadAsync 697", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319675, "dur": 2, "ph": "X", "name": "ProcessMessages 932", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319679, "dur": 84, "ph": "X", "name": "ReadAsync 932", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319767, "dur": 2, "ph": "X", "name": "ProcessMessages 854", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319771, "dur": 115, "ph": "X", "name": "ReadAsync 854", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319890, "dur": 2, "ph": "X", "name": "ProcessMessages 857", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319895, "dur": 72, "ph": "X", "name": "ReadAsync 857", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319970, "dur": 2, "ph": "X", "name": "ProcessMessages 827", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298319974, "dur": 44, "ph": "X", "name": "ReadAsync 827", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320021, "dur": 3, "ph": "X", "name": "ProcessMessages 251", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320026, "dur": 58, "ph": "X", "name": "ReadAsync 251", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320088, "dur": 2, "ph": "X", "name": "ProcessMessages 678", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320092, "dur": 58, "ph": "X", "name": "ReadAsync 678", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320154, "dur": 1, "ph": "X", "name": "ProcessMessages 569", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320157, "dur": 42, "ph": "X", "name": "ReadAsync 569", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320206, "dur": 1, "ph": "X", "name": "ProcessMessages 372", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320213, "dur": 79, "ph": "X", "name": "ReadAsync 372", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320296, "dur": 2, "ph": "X", "name": "ProcessMessages 848", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320302, "dur": 92, "ph": "X", "name": "ReadAsync 848", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320398, "dur": 2, "ph": "X", "name": "ProcessMessages 547", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320402, "dur": 122, "ph": "X", "name": "ReadAsync 547", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320528, "dur": 1, "ph": "X", "name": "ProcessMessages 506", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320531, "dur": 56, "ph": "X", "name": "ReadAsync 506", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320590, "dur": 2, "ph": "X", "name": "ProcessMessages 802", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320594, "dur": 104, "ph": "X", "name": "ReadAsync 802", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320701, "dur": 2, "ph": "X", "name": "ProcessMessages 941", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320705, "dur": 116, "ph": "X", "name": "ReadAsync 941", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320825, "dur": 2, "ph": "X", "name": "ProcessMessages 923", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320829, "dur": 63, "ph": "X", "name": "ReadAsync 923", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320895, "dur": 1, "ph": "X", "name": "ProcessMessages 596", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320899, "dur": 58, "ph": "X", "name": "ReadAsync 596", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320961, "dur": 6, "ph": "X", "name": "ProcessMessages 689", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298320970, "dur": 108, "ph": "X", "name": "ReadAsync 689", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321082, "dur": 2, "ph": "X", "name": "ProcessMessages 978", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321086, "dur": 125, "ph": "X", "name": "ReadAsync 978", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321215, "dur": 6, "ph": "X", "name": "ProcessMessages 848", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321223, "dur": 84, "ph": "X", "name": "ReadAsync 848", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321310, "dur": 2, "ph": "X", "name": "ProcessMessages 1006", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321314, "dur": 70, "ph": "X", "name": "ReadAsync 1006", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321393, "dur": 2, "ph": "X", "name": "ProcessMessages 837", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321397, "dur": 52, "ph": "X", "name": "ReadAsync 837", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321461, "dur": 2, "ph": "X", "name": "ProcessMessages 567", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321464, "dur": 118, "ph": "X", "name": "ReadAsync 567", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321586, "dur": 2, "ph": "X", "name": "ProcessMessages 846", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321590, "dur": 51, "ph": "X", "name": "ReadAsync 846", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321644, "dur": 2, "ph": "X", "name": "ProcessMessages 793", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321648, "dur": 52, "ph": "X", "name": "ReadAsync 793", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321704, "dur": 1, "ph": "X", "name": "ProcessMessages 603", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321707, "dur": 52, "ph": "X", "name": "ReadAsync 603", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321763, "dur": 1, "ph": "X", "name": "ProcessMessages 358", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321766, "dur": 61, "ph": "X", "name": "ReadAsync 358", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321832, "dur": 1, "ph": "X", "name": "ProcessMessages 469", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321835, "dur": 67, "ph": "X", "name": "ReadAsync 469", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321907, "dur": 2, "ph": "X", "name": "ProcessMessages 823", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298321910, "dur": 86, "ph": "X", "name": "ReadAsync 823", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322000, "dur": 2, "ph": "X", "name": "ProcessMessages 892", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322018, "dur": 61, "ph": "X", "name": "ReadAsync 892", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322083, "dur": 1, "ph": "X", "name": "ProcessMessages 365", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322086, "dur": 344, "ph": "X", "name": "ReadAsync 365", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322434, "dur": 363, "ph": "X", "name": "ProcessMessages 512", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322802, "dur": 134, "ph": "X", "name": "ReadAsync 512", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322941, "dur": 9, "ph": "X", "name": "ProcessMessages 1104", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298322951, "dur": 75, "ph": "X", "name": "ReadAsync 1104", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323030, "dur": 2, "ph": "X", "name": "ProcessMessages 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323033, "dur": 60, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323097, "dur": 2, "ph": "X", "name": "ProcessMessages 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323101, "dur": 62, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323167, "dur": 1, "ph": "X", "name": "ProcessMessages 112", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323170, "dur": 73, "ph": "X", "name": "ReadAsync 112", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323246, "dur": 2, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323250, "dur": 116, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323370, "dur": 2, "ph": "X", "name": "ProcessMessages 96", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323374, "dur": 67, "ph": "X", "name": "ReadAsync 96", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323444, "dur": 3, "ph": "X", "name": "ProcessMessages 256", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323448, "dur": 70, "ph": "X", "name": "ReadAsync 256", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323522, "dur": 2, "ph": "X", "name": "ProcessMessages 192", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323526, "dur": 55, "ph": "X", "name": "ReadAsync 192", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323585, "dur": 1, "ph": "X", "name": "ProcessMessages 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323588, "dur": 68, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323659, "dur": 2, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323663, "dur": 226, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323893, "dur": 5, "ph": "X", "name": "ProcessMessages 496", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323899, "dur": 65, "ph": "X", "name": "ReadAsync 496", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323978, "dur": 2, "ph": "X", "name": "ProcessMessages 208", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298323982, "dur": 62, "ph": "X", "name": "ReadAsync 208", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324048, "dur": 2, "ph": "X", "name": "ProcessMessages 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324056, "dur": 66, "ph": "X", "name": "ReadAsync 160", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324125, "dur": 2, "ph": "X", "name": "ProcessMessages 224", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324129, "dur": 63, "ph": "X", "name": "ReadAsync 224", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324200, "dur": 3, "ph": "X", "name": "ProcessMessages 140", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324205, "dur": 56, "ph": "X", "name": "ReadAsync 140", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324264, "dur": 2, "ph": "X", "name": "ProcessMessages 100", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324267, "dur": 54, "ph": "X", "name": "ReadAsync 100", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324325, "dur": 2, "ph": "X", "name": "ProcessMessages 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324329, "dur": 51, "ph": "X", "name": "ReadAsync 144", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324383, "dur": 5, "ph": "X", "name": "ProcessMessages 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298324389, "dur": 1744, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298326142, "dur": 3, "ph": "X", "name": "ProcessMessages 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298326148, "dur": 1561, "ph": "X", "name": "ReadAsync 80", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298327719, "dur": 4, "ph": "X", "name": "ProcessMessages 32", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298327726, "dur": 3915, "ph": "X", "name": "ReadAsync 32", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298331650, "dur": 5, "ph": "X", "name": "ProcessMessages 320", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298331657, "dur": 1251, "ph": "X", "name": "ReadAsync 320", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298332926, "dur": 5, "ph": "X", "name": "ProcessMessages 272", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298332933, "dur": 963, "ph": "X", "name": "ReadAsync 272", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298333902, "dur": 679, "ph": "X", "name": "ProcessMessages 84", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298334599, "dur": 137, "ph": "X", "name": "ReadAsync 84", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298334740, "dur": 1, "ph": "X", "name": "ProcessMessages 48", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298334744, "dur": 53, "ph": "X", "name": "ReadAsync 48", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298334803, "dur": 1, "ph": "X", "name": "ProcessMessages 16", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298334807, "dur": 222664, "ph": "X", "name": "ReadAsync 16", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298557481, "dur": 2232, "ph": "X", "name": "ProcessMessages 47651", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298559723, "dur": 684, "ph": "X", "name": "ReadAsync 47651", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298560414, "dur": 6, "ph": "X", "name": "ProcessMessages 432", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298560425, "dur": 46, "ph": "X", "name": "ReadAsync 432", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298560475, "dur": 3, "ph": "X", "name": "ProcessMessages 208", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298560479, "dur": 2205, "ph": "X", "name": "ReadAsync 208", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298562692, "dur": 7, "ph": "X", "name": "ProcessMessages 640", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230298562702, "dur": 1048352, "ph": "X", "name": "ReadAsync 640", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299611064, "dur": 36, "ph": "X", "name": "ProcessMessages 359", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299611104, "dur": 3989, "ph": "X", "name": "ReadAsync 359", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299615102, "dur": 4, "ph": "X", "name": "ProcessMessages 20", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299615108, "dur": 42465, "ph": "X", "name": "ReadAsync 20", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299657584, "dur": 31, "ph": "X", "name": "ProcessMessages 33453", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299657618, "dur": 1221, "ph": "X", "name": "ReadAsync 33453", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299658851, "dur": 43, "ph": "X", "name": "ProcessMessages 148", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299658898, "dur": 1948, "ph": "X", "name": "ReadAsync 148", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299660855, "dur": 883, "ph": "X", "name": "ProcessMessages 25", "args": {} }, +{ "pid": 22023, "tid": 12884901888, "ts": 1684230299661746, "dur": 2610, "ph": "X", "name": "ReadAsync 25", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299704116, "dur": 2032, "ph": "X", "name": "ReadEntireBinlogFromIpcAsync", "args": {} }, +{ "pid": 22023, "tid": 8589934592, "ph": "M", "name": "thread_name", "args": { "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync" } }, +{ "pid": 22023, "tid": 8589934592, "ts": 1684230298276333, "dur": 332057, "ph": "X", "name": "await writeBuildProgramInputDataTask", "args": {} }, +{ "pid": 22023, "tid": 8589934592, "ts": 1684230298608393, "dur": 7, "ph": "X", "name": "WritePipe.WaitConnectionAsync", "args": {} }, +{ "pid": 22023, "tid": 8589934592, "ts": 1684230298608402, "dur": 6816, "ph": "X", "name": "WriteDagReadyMessage", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299706155, "dur": 16, "ph": "X", "name": "WaitForBuildProgramInputDataBeingWrittenAndSendDagReadyMessageAsync", "args": {} }, +{ "pid": 22023, "tid": 4294967296, "ph": "M", "name": "thread_name", "args": { "name": "BuildAsync" } }, +{ "pid": 22023, "tid": 4294967296, "ts": 1684230298224854, "dur": 1441697, "ph": "X", "name": "RunBackend", "args": {} }, +{ "pid": 22023, "tid": 4294967296, "ts": 1684230298232866, "dur": 35493, "ph": "X", "name": "BackendProgram.Start", "args": {} }, +{ "pid": 22023, "tid": 4294967296, "ts": 1684230299666832, "dur": 6246, "ph": "X", "name": "await WaitForAndApplyScriptUpdaters", "args": {} }, +{ "pid": 22023, "tid": 4294967296, "ts": 1684230299670847, "dur": 357, "ph": "X", "name": "await ScriptUpdaters", "args": {} }, +{ "pid": 22023, "tid": 4294967296, "ts": 1684230299673178, "dur": 23, "ph": "X", "name": "await taskToReadBuildProgramOutput", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299706175, "dur": 38, "ph": "X", "name": "BuildAsync", "args": {} }, { "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } } -,{ "pid":12345, "tid":0, "ts":1684227538128935, "dur":1399, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538130347, "dur":312, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538130688, "dur":55, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }} -,{ "pid":12345, "tid":0, "ts":1684227538130743, "dur":134, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538131253, "dur":7152, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538138821, "dur":3197, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_5522AC84E89B219B.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538142922, "dur":1021, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_71DD452811DF8FD3.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538150102, "dur":730, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UI.ref.dll_23277DC97AC68033.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538150890, "dur":137, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538151199, "dur":108, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538152125, "dur":186, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.ref.dll_1F3493F2296D3E07.mvfrm" }} -,{ "pid":12345, "tid":0, "ts":1684227538152853, "dur":78, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538155639, "dur":85, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.rsp2" }} -,{ "pid":12345, "tid":0, "ts":1684227538155868, "dur":66, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.rsp" }} -,{ "pid":12345, "tid":0, "ts":1684227538159315, "dur":59, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":0, "ts":1684227538130897, "dur":32654, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538163561, "dur":281463, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538445065, "dur":598, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} -,{ "pid":12345, "tid":1, "ts":1684227538131117, "dur":32459, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538163583, "dur":643, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538164259, "dur":250, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538164512, "dur":756, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538165293, "dur":149, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_B2E1B58A1A9FB238.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538165571, "dur":1051, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538166640, "dur":704, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TestRunner.ref.dll_14178E56E8AE09F1.mvfrm" }} -,{ "pid":12345, "tid":1, "ts":1684227538167361, "dur":4924, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538172293, "dur":1476, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538173843, "dur":1566, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538175416, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538175647, "dur":239, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538175924, "dur":137, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538176089, "dur":85, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538176208, "dur":3654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538179928, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180117, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180301, "dur":170, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538180762, "dur":154, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538180930, "dur":929, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538181944, "dur":111, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182133, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182341, "dur":73, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538182847, "dur":225869, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} -,{ "pid":12345, "tid":1, "ts":1684227538409243, "dur":345, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1684227538410877, "dur":94, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} -,{ "pid":12345, "tid":1, "ts":1684227538411060, "dur":30302, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} -,{ "pid":12345, "tid":1, "ts":1684227538444296, "dur":183, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} -,{ "pid":12345, "tid":1, "ts":1684227538444517, "dur":125, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} -,{ "pid":12345, "tid":2, "ts":1684227538131271, "dur":32932, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538164246, "dur":240, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538164486, "dur":276, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.DeviceSimulatorModule.dll_00EFB12546B64332.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538164774, "dur":493, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538165282, "dur":106, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_28884831E39B1AEA.mvfrm" }} -,{ "pid":12345, "tid":2, "ts":1684227538165489, "dur":693, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538166232, "dur":6491, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }} -,{ "pid":12345, "tid":2, "ts":1684227538173121, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173376, "dur":166, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173586, "dur":200, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538173789, "dur":72, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.TestRunner.pdb" }} -,{ "pid":12345, "tid":2, "ts":1684227538173862, "dur":2467, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Control/SwitchOnEnum.cs" }} -,{ "pid":12345, "tid":2, "ts":1684227538176368, "dur":900, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Control/Cache.cs" }} -,{ "pid":12345, "tid":2, "ts":1684227538173862, "dur":3418, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538177281, "dur":381, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":2, "ts":1684227538178957, "dur":1363, "ph":"X", "name": "EmitNodeStart", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538180324, "dur":24021, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} -,{ "pid":12345, "tid":2, "ts":1684227538205307, "dur":735, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538206069, "dur":485, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538206554, "dur":2545, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538209106, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209309, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209502, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209672, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538209733, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538209937, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210131, "dur":196, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210327, "dur":222, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538210568, "dur":252, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538210820, "dur":5128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538215957, "dur":362, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538216320, "dur":178, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538216505, "dur":3629, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":2, "ts":1684227538220134, "dur":656, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538220812, "dur":126, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538220949, "dur":43675, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":2, "ts":1684227538264624, "dur":180379, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538131081, "dur":32487, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538164248, "dur":255, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538164504, "dur":797, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SafeModeModule.dll_15C6F9311E98FC00.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538165617, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538166163, "dur":129, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":3, "ts":1684227538166293, "dur":258, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538166874, "dur":75, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":3, "ts":1684227538167100, "dur":5083, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172191, "dur":65, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172256, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172343, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172568, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172775, "dur":190, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538172966, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173052, "dur":150, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173276, "dur":325, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538173679, "dur":2718, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Framework/Events/Physics/OnTriggerExit.cs" }} -,{ "pid":12345, "tid":3, "ts":1684227538173650, "dur":2755, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538176562, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538176655, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538176751, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177150, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177492, "dur":242, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177802, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538177880, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178000, "dur":97, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178468, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178531, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178717, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538178974, "dur":343, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538179731, "dur":548, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538180290, "dur":132, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Flow.ref.dll_66457448AB76B2B6.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538180727, "dur":362, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538181096, "dur":105, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll.mvfrm" }} -,{ "pid":12345, "tid":3, "ts":1684227538181207, "dur":322, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }} -,{ "pid":12345, "tid":3, "ts":1684227538181529, "dur":190, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538181797, "dur":23510, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538205311, "dur":731, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538206043, "dur":128, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538206180, "dur":259, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538206439, "dur":1119, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538207569, "dur":273, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538207885, "dur":192, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208112, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208320, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208523, "dur":146, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208700, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538208909, "dur":1510, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538210420, "dur":533, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538210962, "dur":5746, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538216709, "dur":228, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538216944, "dur":213, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217158, "dur":273, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217438, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217620, "dur":74, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217699, "dur":175, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538217874, "dur":71, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538217950, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218122, "dur":95, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218222, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218393, "dur":213, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218613, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538218793, "dur":98, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538218897, "dur":1918, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":3, "ts":1684227538220943, "dur":42598, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538263543, "dur":1076, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} -,{ "pid":12345, "tid":3, "ts":1684227538264619, "dur":180371, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538131687, "dur":32524, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538164254, "dur":251, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538164509, "dur":734, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538165382, "dur":71, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AssetBundleModule.dll_19CB5C494C1D0A4B.mvfrm" }} -,{ "pid":12345, "tid":4, "ts":1684227538165497, "dur":170, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538165842, "dur":326, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.rsp2" }} -,{ "pid":12345, "tid":4, "ts":1684227538166193, "dur":83, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":4, "ts":1684227538166277, "dur":391, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538166760, "dur":117, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.UnityAdditionalFile.txt" }} -,{ "pid":12345, "tid":4, "ts":1684227538166944, "dur":130, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll.mvfrm.rsp" }} -,{ "pid":12345, "tid":4, "ts":1684227538167094, "dur":162, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538167261, "dur":111, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538168585, "dur":385, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538169298, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538171106, "dur":1048, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/StateRevealCondition.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538172504, "dur":922, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/Properties/AssemblyInfo.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538171081, "dur":2348, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173525, "dur":127, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173750, "dur":70, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538173828, "dur":117, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538175486, "dur":893, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Core/Reflection/Optimization/ReflectionInvoker.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538176379, "dur":3493, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Core/Reflection/Optimization/ReflectionFieldAccessor.cs" }} -,{ "pid":12345, "tid":4, "ts":1684227538175448, "dur":4425, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538179873, "dur":3211, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538183091, "dur":23179, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538206273, "dur":4819, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538211093, "dur":801, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538211902, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538212102, "dur":3607, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538215720, "dur":654, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538216375, "dur":365, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538216745, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538216923, "dur":177, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538217108, "dur":198, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538217307, "dur":1751, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219066, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538219254, "dur":102, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219362, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538219540, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538219670, "dur":257, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} -,{ "pid":12345, "tid":4, "ts":1684227538220059, "dur":191, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538220597, "dur":471, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":4, "ts":1684227538221068, "dur":223944, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} -,{ "pid":12345, "tid":0, "ts":1684227538447868, "dur":144, "ph":"X", "name": "ProfilerWriteOutput" } -,{ "pid": 19083, "tid": 10, "ts": 1684227538484441, "dur": 3654, "ph": "X", "name": "Wait for external events", "args": {"First to finish": "backend1.traceevents"} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538488335, "dur": 3154, "ph": "X", "name": "backend1.traceevents", "args": {} }, -{ "pid": 19083, "tid": 10, "ts": 1684227538476958, "dur": 15577, "ph": "X", "name": "Write chrome-trace events", "args": {} }, +,{ "pid":12345, "tid":0, "ts":1684230298286399, "dur":1388, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298287798, "dur":333, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298288191, "dur":104, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }} +,{ "pid":12345, "tid":0, "ts":1684230298288295, "dur":133, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298288834, "dur":10908, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298300197, "dur":2865, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_5522AC84E89B219B.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298303466, "dur":1285, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.AudioModule.dll_0B677D779BA76B2F.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298304886, "dur":55, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_28884831E39B1AEA.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298307729, "dur":870, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.rsp" }} +,{ "pid":12345, "tid":0, "ts":1684230298309033, "dur":1325, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll.mvfrm.rsp" }} +,{ "pid":12345, "tid":0, "ts":1684230298311751, "dur":70, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.rsp2" }} +,{ "pid":12345, "tid":0, "ts":1684230298312087, "dur":77, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298312635, "dur":130, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll.mvfrm" }} +,{ "pid":12345, "tid":0, "ts":1684230298317055, "dur":146, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.rsp2" }} +,{ "pid":12345, "tid":0, "ts":1684230298317435, "dur":94, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.UI.dll" }} +,{ "pid":12345, "tid":0, "ts":1684230298288446, "dur":34269, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230298322725, "dur":1337296, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299660025, "dur":817, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299660886, "dur":1725, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }} +,{ "pid":12345, "tid":1, "ts":1684230298288358, "dur":34373, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298323131, "dur":52, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityWebRequestAssetBundleModule.dll_EDC3D2DDB08C7E1D.mvfrm" }} +,{ "pid":12345, "tid":1, "ts":1684230298324544, "dur":1880, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.UnityAdditionalFile.txt" }} +,{ "pid":12345, "tid":1, "ts":1684230298326683, "dur":410, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327094, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327219, "dur":141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327397, "dur":89, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327572, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327663, "dur":193, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298327934, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298328124, "dur":3992, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Range/MinimumNode.cs" }} +,{ "pid":12345, "tid":1, "ts":1684230298328021, "dur":4124, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298332145, "dur":320, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298332528, "dur":6305, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298338891, "dur":634, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298339537, "dur":405, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340029, "dur":435, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340511, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":1, "ts":1684230298340851, "dur":177, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298341028, "dur":25287, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298366319, "dur":900, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298367277, "dur":519, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298367797, "dur":1370, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298369180, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298369602, "dur":335, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298369965, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298370160, "dur":2386, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298372577, "dur":347, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298372924, "dur":814, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298373739, "dur":186036, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298559781, "dur":315, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560117, "dur":199, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560327, "dur":190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560527, "dur":181, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298560717, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":1, "ts":1684230298561309, "dur":305, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":1, "ts":1684230298561615, "dur":1099122, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298288392, "dur":34703, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298323113, "dur":57, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.VFXModule.dll_2B3AF0C86FF42421.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298323176, "dur":213, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UmbraModule.dll_863C299028CE16A2.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298323390, "dur":1119, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }} +,{ "pid":12345, "tid":2, "ts":1684230298325372, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298325423, "dur":199, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298326187, "dur":492, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298326722, "dur":378, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327145, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327451, "dur":57, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298327633, "dur":65, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298328301, "dur":3195, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Input/Basic/IntegerNode.cs" }} +,{ "pid":12345, "tid":2, "ts":1684230298331496, "dur":584, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Input/Basic/ConstantNode.cs" }} +,{ "pid":12345, "tid":2, "ts":1684230298328109, "dur":3976, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298332171, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298332427, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298332558, "dur":1496, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":2, "ts":1684230298334113, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":2, "ts":1684230298335316, "dur":30089, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }} +,{ "pid":12345, "tid":2, "ts":1684230298366311, "dur":822, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298367134, "dur":108, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298367252, "dur":495, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298367747, "dur":115, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298367870, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298368047, "dur":4489, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298372546, "dur":373, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298372956, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373149, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373339, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373533, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298373702, "dur":54, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298373756, "dur":187564, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }} +,{ "pid":12345, "tid":2, "ts":1684230298561335, "dur":276, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298561611, "dur":55285, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":2, "ts":1684230298616897, "dur":1043285, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298288415, "dur":34701, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298323163, "dur":90, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.UnityAnalyticsModule.dll_62621A5ECC03824C.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298323343, "dur":2945, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298326447, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298326528, "dur":1189, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298327788, "dur":160, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298327988, "dur":85, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298328341, "dur":4357, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Artistic/Mask/ChannelMaskNode.cs" }} +,{ "pid":12345, "tid":3, "ts":1684230298328110, "dur":4588, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298332724, "dur":185, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298332948, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298333067, "dur":339, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298333444, "dur":1904, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298335362, "dur":253, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298335638, "dur":1750, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298337418, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298337506, "dur":544, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338062, "dur":55, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338127, "dur":78, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338273, "dur":155, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338462, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338686, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338829, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338903, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298338994, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339134, "dur":87, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339231, "dur":147, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298339486, "dur":353, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.CodeGen.pdb" }} +,{ "pid":12345, "tid":3, "ts":1684230298339842, "dur":117, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298339987, "dur":116, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298340105, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298340212, "dur":647, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298340902, "dur":82, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298341025, "dur":100, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll.mvfrm" }} +,{ "pid":12345, "tid":3, "ts":1684230298341126, "dur":109, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230298341614, "dur":54, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230298341833, "dur":1269522, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }} +,{ "pid":12345, "tid":3, "ts":1684230299611879, "dur":377, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1684230299613737, "dur":103, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }} +,{ "pid":12345, "tid":3, "ts":1684230299613928, "dur":42271, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }} +,{ "pid":12345, "tid":3, "ts":1684230299658943, "dur":199, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }} +,{ "pid":12345, "tid":3, "ts":1684230299659184, "dur":129, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }} +,{ "pid":12345, "tid":4, "ts":1684230298288433, "dur":34715, "ph":"X", "name": "FirstLock", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298323337, "dur":3130, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }} +,{ "pid":12345, "tid":4, "ts":1684230298326520, "dur":2132, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298328723, "dur":1128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298329906, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330077, "dur":196, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330308, "dur":125, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330459, "dur":385, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298330879, "dur":3788, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298334711, "dur":4765, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298339553, "dur":416, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298340088, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298340236, "dur":114, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298340910, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }} +,{ "pid":12345, "tid":4, "ts":1684230298341030, "dur":25514, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298366558, "dur":720, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298367303, "dur":1943, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298369290, "dur":367, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298369670, "dur":701, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370384, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370564, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370741, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298370914, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371090, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371280, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371452, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371635, "dur":279, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298371933, "dur":188, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372136, "dur":179, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372324, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298372505, "dur":1388, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298373899, "dur":187502, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }} +,{ "pid":12345, "tid":4, "ts":1684230298561608, "dur":54166, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298615775, "dur":1117, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }} +,{ "pid":12345, "tid":4, "ts":1684230298616892, "dur":1043157, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }} +,{ "pid":12345, "tid":0, "ts":1684230299664648, "dur":142, "ph":"X", "name": "ProfilerWriteOutput" } +,{ "pid": 22023, "tid": 2197, "ts": 1684230299706938, "dur": 5151, "ph": "X", "name": "Wait for external events", "args": {"First to finish": "backend1.traceevents"} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299712278, "dur": 2111, "ph": "X", "name": "backend1.traceevents", "args": {} }, +{ "pid": 22023, "tid": 2197, "ts": 1684230299700860, "dur": 14525, "ph": "X", "name": "Write chrome-trace events", "args": {} }, {} ] diff --git a/Library/Bee/tundra.digestcache b/Library/Bee/tundra.digestcache index 2d6bba48..f608143c 100644 Binary files a/Library/Bee/tundra.digestcache and b/Library/Bee/tundra.digestcache differ diff --git a/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc b/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc index c4e95240..6f316221 100644 Binary files a/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc and b/Library/BurstCache/JIT/Hashes/a110ffe6b760e4b56cb86ae44bc7857d.bhc differ diff --git a/Library/EditorInstance.json b/Library/EditorInstance.json index 1a44e28a..1f9e8136 100644 --- a/Library/EditorInstance.json +++ b/Library/EditorInstance.json @@ -1,5 +1,5 @@ { - "process_id" : 19083, + "process_id" : 22023, "version" : "2023.2.0a14", "app_path" : "/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Unity", "app_contents_path" : "/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data" diff --git a/Library/InspectorExpandedItems.asset b/Library/InspectorExpandedItems.asset index f482a14b..1345e8d5 100644 Binary files a/Library/InspectorExpandedItems.asset and b/Library/InspectorExpandedItems.asset differ diff --git a/Library/ProtocolInstance.json b/Library/ProtocolInstance.json index 377b4b39..7bc7f6d4 100644 --- a/Library/ProtocolInstance.json +++ b/Library/ProtocolInstance.json @@ -1 +1 @@ -[{"Port":46657,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}] \ No newline at end of file +[{"Port":44121,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}] \ No newline at end of file diff --git a/Library/SceneVisibilityState.asset b/Library/SceneVisibilityState.asset index fbe9b3af..8a307600 100644 Binary files a/Library/SceneVisibilityState.asset and b/Library/SceneVisibilityState.asset differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.dll b/Library/ScriptAssemblies/Assembly-CSharp.dll index bb396c11..a005b358 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.dll and b/Library/ScriptAssemblies/Assembly-CSharp.dll differ diff --git a/Library/ScriptAssemblies/Assembly-CSharp.pdb b/Library/ScriptAssemblies/Assembly-CSharp.pdb index 802b723e..c8380fa1 100644 Binary files a/Library/ScriptAssemblies/Assembly-CSharp.pdb and b/Library/ScriptAssemblies/Assembly-CSharp.pdb differ diff --git a/Library/Search/transactions.db b/Library/Search/transactions.db index 88ba4853..a718563f 100644 Binary files a/Library/Search/transactions.db and b/Library/Search/transactions.db differ diff --git a/Library/ShaderCache.db b/Library/ShaderCache.db index d3e371f5..cc747919 100644 Binary files a/Library/ShaderCache.db and b/Library/ShaderCache.db differ diff --git a/Library/ShaderCache/EditorEncounteredVariants b/Library/ShaderCache/EditorEncounteredVariants index 11cc58f6..ccd15c78 100644 Binary files a/Library/ShaderCache/EditorEncounteredVariants and b/Library/ShaderCache/EditorEncounteredVariants differ diff --git a/Library/ShaderCache/shader/Lit9335/00/1bb47b376cb16a0b062bc93550b72908.bin b/Library/ShaderCache/shader/Lit9335/00/1bb47b376cb16a0b062bc93550b72908.bin new file mode 100644 index 00000000..0d2fd2e0 Binary files /dev/null and b/Library/ShaderCache/shader/Lit9335/00/1bb47b376cb16a0b062bc93550b72908.bin differ diff --git a/Library/ShaderCache/shader/Lit9335/00/9d829dac67980dc42d2a8c50dbde6f72.bin b/Library/ShaderCache/shader/Lit9335/00/9d829dac67980dc42d2a8c50dbde6f72.bin new file mode 100644 index 00000000..24835450 Binary files /dev/null and b/Library/ShaderCache/shader/Lit9335/00/9d829dac67980dc42d2a8c50dbde6f72.bin differ diff --git a/Library/SourceAssetDB b/Library/SourceAssetDB index 51c72277..4a447abf 100755 Binary files a/Library/SourceAssetDB and b/Library/SourceAssetDB differ diff --git a/Library/SourceAssetDB-lock b/Library/SourceAssetDB-lock index 561121ce..89afe489 100755 Binary files a/Library/SourceAssetDB-lock and b/Library/SourceAssetDB-lock differ diff --git a/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json b/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json index a0309a50..4a948305 100644 --- a/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json +++ b/Library/StateCache/MainStageHierarchy/4d/4d2a36d9faf65734f0bbefb3ee623532.json @@ -1 +1 @@ -{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-1306],"m_LastClickedInstanceID":27580,"m_OpenSceneGUIDs":["99c9720ab356a0642a771bea13969a05"]} \ No newline at end of file +{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-1306,27752],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":["99c9720ab356a0642a771bea13969a05"]} \ No newline at end of file diff --git a/Library/StateCache/SceneView/8c/8cd7c613bf844de3b80696e27a479d5e.json b/Library/StateCache/SceneView/8c/8cd7c613bf844de3b80696e27a479d5e.json index 150612fd..930b6479 100644 --- a/Library/StateCache/SceneView/8c/8cd7c613bf844de3b80696e27a479d5e.json +++ b/Library/StateCache/SceneView/8c/8cd7c613bf844de3b80696e27a479d5e.json @@ -1 +1 @@ -{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":true,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":3.8625056743621828,"y":0.6932435035705566,"z":3.3746049404144289},"rotation":{"x":-0.16184911131858827,"y":0.345586895942688,"z":-0.06064305081963539,"w":-0.9223315715789795},"size":3.0223395824432375,"orthographic":false} \ No newline at end of file +{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":true,"showFog":true,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":3.8625056743621828,"y":0.6932435035705566,"z":3.3746049404144289},"rotation":{"x":-0.16184911131858827,"y":0.345586895942688,"z":-0.06064305081963539,"w":-0.9223315715789795},"size":6.1122894287109379,"orthographic":false} \ No newline at end of file diff --git a/Library/UIElements/EditorWindows/UnityEditor.InspectorWindow.pref b/Library/UIElements/EditorWindows/UnityEditor.InspectorWindow.pref new file mode 100644 index 00000000..c8acc396 --- /dev/null +++ b/Library/UIElements/EditorWindows/UnityEditor.InspectorWindow.pref @@ -0,0 +1,20 @@ +%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: 12386, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_Keys: + - __PanelContainer__rootVisualContainer__inspector-window-main-scroll-view__unity-list-gridVisualTypeMaterials__UnityEngine.UIElements.ListView + - __PanelContainer__rootVisualContainer__inspector-window-main-scroll-view__unity-list-gridVisualTypeMaterialList__UnityEngine.UIElements.ListView + m_Values: + - '{}' + - '{"m_ShowAlternatingRowBackgrounds":0,"serializedVirtualizationData":{"scrollOffset":{"x":0.0,"y":0.0},"firstVisibleIndex":0,"contentPadding":0.0,"contentHeight":151.0,"anchoredItemIndex":0,"anchorOffset":0.0}}' diff --git a/Library/UndoData.bin b/Library/UndoData.bin index 9aa6e7ae..1bce0e41 100644 Binary files a/Library/UndoData.bin and b/Library/UndoData.bin differ diff --git a/Library/UndoStack.bin b/Library/UndoStack.bin index 3a410540..d20bad32 100644 Binary files a/Library/UndoStack.bin and b/Library/UndoStack.bin differ diff --git a/Library/ilpp.pid b/Library/ilpp.pid index 6717539a..af93cdbe 100644 --- a/Library/ilpp.pid +++ b/Library/ilpp.pid @@ -1 +1 @@ -19190 \ No newline at end of file +22135 \ No newline at end of file diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log deleted file mode 100644 index 6498268e..00000000 --- a/Logs/AssetImportWorker0-prev.log +++ /dev/null @@ -1,2096 +0,0 @@ -Unity Editor version: 2023.2.0a14 (4b5982e72917) -Branch: trunk -Build type: Release -Batch mode: YES -System name: Linux -Distro version: #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 -Kernel version: 6.3.2-arch1-1 -Architecture: x86_64 -Available memory: 32044 MB -2023-05-16T08:16:05.805Z|0x7f9af6aac400|Using pre-set license -2023-05-16T08:16:05.805Z|0x7f9af6aac400|Pro License: YES -2023-05-16T08:16:06.116Z|0x7f9af6aac400|Desktop is 4480 x 1440 @ 60 Hz -2023-05-16T08:16:06.116Z|0x7f9af6aac400|Initialize udev device monitor. -2023-05-16T08:16:06.117Z|0x7f9af6aac400| -COMMAND LINE ARGUMENTS: -2023-05-16T08:16:06.117Z|0x7f9af6aac400|Unity -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-adb2 -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-batchMode -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-noUpm -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-name -2023-05-16T08:16:06.117Z|0x7f9af6aac400|AssetImportWorker0 -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-projectPath -2023-05-16T08:16:06.117Z|0x7f9af6aac400|/home/sascha/current_coding/TurnBasedStrategyCourse -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-logFile -2023-05-16T08:16:06.117Z|0x7f9af6aac400|Logs/AssetImportWorker0.log -2023-05-16T08:16:06.117Z|0x7f9af6aac400|-srvPort -2023-05-16T08:16:06.117Z|0x7f9af6aac400|41583 -2023-05-16T08:16:06.117Z|0x7f9af6aac400|Successfully changed project path to: /home/sascha/current_coding/TurnBasedStrategyCourse - -(Unity:12154): Gtk-CRITICAL **: 10:16:06.139: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed - -(Unity:12154): Gtk-CRITICAL **: 10:16:06.142: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed -2023-05-16T08:16:06.143Z|0x7f9af6aac400|/home/sascha/current_coding/TurnBasedStrategyCourse -2023-05-16T08:16:06.144Z|0x7f9af6aac400|[UnityMemory] Configuration Parameters - Can be set up in boot.config -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-bucket-allocator-granularity=16" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-bucket-allocator-bucket-count=8" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-bucket-allocator-block-size=33554432" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-bucket-allocator-block-count=8" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-main-allocator-block-size=16777216" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-thread-allocator-block-size=16777216" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-gfx-main-allocator-block-size=16777216" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-gfx-thread-allocator-block-size=16777216" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-cache-allocator-block-size=4194304" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-typetree-allocator-block-size=2097152" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-profiler-bucket-allocator-granularity=16" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-profiler-bucket-allocator-bucket-count=8" -2023-05-16T08:16:06.144Z|0x7f9af6aac400| "memorysetup-profiler-bucket-allocator-block-size=33554432" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-profiler-bucket-allocator-block-count=8" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-profiler-allocator-block-size=16777216" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-profiler-editor-allocator-block-size=1048576" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-main=16777216" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-job-temp-allocator-block-size=2097152" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-job-temp-allocator-block-size-background=1048576" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-job-temp-allocator-reduction-small-platforms=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-background-worker=32768" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-job-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-preload-manager=33554432" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-nav-mesh-worker=65536" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-audio-worker=65536" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-cloud-worker=32768" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.147Z|0x7f9af6aac400| "memorysetup-temp-allocator-size-gfx=262144" -2023-05-16T08:16:06.148Z|0x7f9af6aac400|Player connection [140303540077568] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 3744798551 [EditorId] 3744798551 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -2023-05-16T08:16:06.148Z|0x7f9af6aac400|Player connection [140303540077568] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 3744798551 [EditorId] 3744798551 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -2023-05-16T08:16:06.207Z|0x7f9af6aac400|Library Redirect Path: Library/ -2023-05-16T08:16:06.212Z|0x7f9af6aac400|Unable to load player prefs -2023-05-16T08:16:06.236Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 10.18 ms, found 0 plugins. -2023-05-16T08:16:06.236Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:16:06.236Z|0x7f9af6aac400|Initialize engine version: 2023.2.0a14 (4b5982e72917) -2023-05-16T08:16:06.236Z|0x7f9af6aac400|[Subsystems] Discovering subsystems at path /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Resources/UnitySubsystems -2023-05-16T08:16:06.236Z|0x7f9af6aac400|[Subsystems] Discovering subsystems at path /home/sascha/current_coding/TurnBasedStrategyCourse/Assets -2023-05-16T08:16:06.237Z|0x7f9af6aac400|GfxDevice: creating device client; threaded=0; jobified=0 -2023-05-16T08:16:06.237Z|0x7f9af6aac400|[vulkan] LoadVulkanLibrary libvulkan.so.12023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetInstanceProcAddr -2023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetInstanceProcAddr -2023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateInstance -2023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumerateInstanceExtensionProperties -2023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumerateInstanceLayerProperties -2023-05-16T08:16:06.238Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumerateInstanceVersion -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: count=23 -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] -2023-05-16T08:16:06.293Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] -2023-05-16T08:16:06.294Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] -2023-05-16T08:16:06.300Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDestroyInstance -2023-05-16T08:16:06.300Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties -2023-05-16T08:16:06.300Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices -2023-05-16T08:16:06.304Z|0x7f9af6aac400|Vulkan detection: 2 -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: count=23 -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] -2023-05-16T08:16:06.343Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDestroyInstance -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetDeviceProcAddr -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateDevice -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumerateDeviceExtensionProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkEnumerateDeviceLayerProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDestroySurfaceKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceSupportKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceCapabilitiesKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceFormatsKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfacePresentModesKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateSwapchainKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDestroySwapchainKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetSwapchainImagesKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkAcquireNextImageKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkQueuePresentKHR -2023-05-16T08:16:06.348Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPropertiesKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPlanePropertiesKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetDisplayPlaneSupportedDisplaysKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetDisplayModePropertiesKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateDisplayModeKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetDisplayPlaneCapabilitiesKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateDisplayPlaneSurfaceKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateSharedSwapchainsKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateXlibSurfaceKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceXlibPresentationSupportKHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkSetHdrMetadataEXT -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties2KHR -2023-05-16T08:16:06.349Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetSemaphoreFdKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkImportSemaphoreFdKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetFenceFdKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkImportFenceFdKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCreateSamplerYcbcrConversionKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDestroySamplerYcbcrConversionKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkBindBufferMemory2KHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkBindImageMemory2KHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkWaitForPresentKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalSemaphorePropertiesKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalFencePropertiesKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkGetPhysicalDeviceFragmentShadingRatesKHR -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkSetDebugUtilsObjectNameEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkSetDebugUtilsObjectTagEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkQueueBeginDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkQueueEndDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkQueueInsertDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdBeginDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdEndDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdInsertDebugUtilsLabelEXT -2023-05-16T08:16:06.350Z|0x7f9af6aac400|[Vulkan init] SelectPhysicalDevice requestedDeviceIndex=-1 xrDevice=(nil) -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] Physical Device 0x55ce429d72f0 [0]: "AMD Radeon RX 590 Series (RADV POLARIS10)" deviceType=2 vendorID=1002 deviceID=67df -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] Physical Device 0x55ce429d7240 [1]: "llvmpipe (LLVM 15.0.7, 256 bits)" deviceType=4 vendorID=10005 deviceID=0 -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] Selected physical device 0x55ce429d72f0 -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] Graphics queue count=1 -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: count=147 -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_buffer_marker [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_device_coherent_memory [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_draw_indirect_count [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_gcn_shader [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_memory_overallocation_behavior [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_mixed_attachment_samples [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_rasterization_order [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_ballot [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_early_and_late_fragment_tests [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_explicit_vertex_parameter [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_fragment_mask [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_image_load_store_lod [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_shader_trinary_minmax [enabled=0, external=0] -2023-05-16T08:16:06.352Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_AMD_texture_gather_bias_lod [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_4444_formats [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_attachment_feedback_loop_layout [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_buffer_device_address [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_calibrated_timestamps [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_color_write_enable [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_conditional_rendering [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_custom_border_color [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_depth_clip_control [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_depth_clip_enable [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_depth_range_unrestricted [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_descriptor_buffer [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_descriptor_indexing [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_discard_rectangles [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_display_control [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state2 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state3 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_external_memory_dma_buf [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_external_memory_host [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_global_priority [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_global_priority_query [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_graphics_pipeline_library [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_host_query_reset [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_image_2d_view_of_3d [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_image_robustness [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_image_view_min_lod [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_index_type_uint8 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_inline_uniform_block [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_line_rasterization [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_load_store_op_none [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_memory_budget [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_memory_priority [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_multi_draw [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_mutable_descriptor_type [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_non_seamless_cube_map [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_pci_bus_info [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_physical_device_drm [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_primitive_topology_list_restart [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_primitives_generated_query [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_private_data [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_provoking_vertex [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_queue_family_foreign [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_robustness2 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_sample_locations [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_scalar_block_layout [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_separate_stencil_usage [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float2 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_demote_to_helper_invocation [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_image_atomic_int64 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_module_identifier [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_stencil_export [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_ballot [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_vote [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_shader_viewport_index_layer [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_subgroup_size_control [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_swapchain_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_texel_buffer_alignment [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_transform_feedback [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_vertex_input_dynamic_state [enabled=1, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_EXT_ycbcr_image_arrays [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_GOOGLE_decorate_string [enabled=0, external=0] -2023-05-16T08:16:06.353Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_GOOGLE_hlsl_functionality1 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_GOOGLE_user_type [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_INTEL_shader_integer_functions2 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_16bit_storage [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_8bit_storage [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_bind_memory2 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_buffer_device_address [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_copy_commands2 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_create_renderpass2 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_dedicated_allocation [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_deferred_host_operations [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_descriptor_update_template [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_device_group [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_draw_indirect_count [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_driver_properties [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_dynamic_rendering [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_fence [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_fence_fd [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_memory [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_memory_fd [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_semaphore [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_fd [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_format_feature_flags2 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_get_memory_requirements2 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_global_priority [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_image_format_list [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_imageless_framebuffer [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_incremental_present [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_maintenance1 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_maintenance2 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_maintenance3 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_maintenance4 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_map_memory2 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_multiview [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_pipeline_executable_properties [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_pipeline_library [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_push_descriptor [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_relaxed_block_layout [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_atomic_int64 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_clock [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_draw_parameters [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_float16_int8 [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_float_controls [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_integer_dot_product [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_non_semantic_info [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_uniform_control_flow [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_shader_terminate_invocation [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_spirv_1_4 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_swapchain [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_swapchain_mutable_format [enabled=1, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_synchronization2 [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_timeline_semaphore [enabled=0, external=0] -2023-05-16T08:16:06.354Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_variable_pointers [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_vulkan_memory_model [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_workgroup_memory_explicit_layout [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_KHR_zero_initialize_workgroup_memory [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_NV_compute_shader_derivatives [enabled=0, external=0] -2023-05-16T08:16:06.355Z|0x7f9af6aac400|[Vulkan init] extensions: name=VK_VALVE_mutable_descriptor_type [enabled=0, external=0] -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyDevice -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetDeviceQueue -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkQueueSubmit -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkQueueWaitIdle -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDeviceWaitIdle -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkAllocateMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkFreeMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkMapMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkUnmapMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkFlushMappedMemoryRanges -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkInvalidateMappedMemoryRanges -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetDeviceMemoryCommitment -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkBindBufferMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkBindImageMemory -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetBufferMemoryRequirements -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetImageMemoryRequirements -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkQueueBindSparse -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateFence -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyFence -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkResetFences -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetFenceStatus -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkWaitForFences -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateSemaphore -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroySemaphore -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetEventStatus -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkSetEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkResetEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateQueryPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyQueryPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetQueryPoolResults -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateBufferView -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyBufferView -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetImageSubresourceLayout -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateImageView -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyImageView -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateShaderModule -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyShaderModule -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreatePipelineCache -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyPipelineCache -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetPipelineCacheData -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkMergePipelineCaches -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateGraphicsPipelines -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateComputePipelines -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyPipeline -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreatePipelineLayout -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyPipelineLayout -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateSampler -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroySampler -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateDescriptorSetLayout -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyDescriptorSetLayout -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateDescriptorPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyDescriptorPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkResetDescriptorPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkAllocateDescriptorSets -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkFreeDescriptorSets -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkUpdateDescriptorSets -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateFramebuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyFramebuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateRenderPass -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyRenderPass -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetRenderAreaGranularity -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateCommandPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyCommandPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkResetCommandPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkAllocateCommandBuffers -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkFreeCommandBuffers -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkBeginCommandBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkEndCommandBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkResetCommandBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBindPipeline -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetViewport -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetScissor -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetLineWidth -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetDepthBias -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetBlendConstants -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetDepthBounds -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetStencilCompareMask -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetStencilWriteMask -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetStencilReference -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBindDescriptorSets -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBindIndexBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBindVertexBuffers -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDraw -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDrawIndexed -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDrawIndirect -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDrawIndexedIndirect -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDispatch -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdDispatchIndirect -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdCopyBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdCopyImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBlitImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdCopyBufferToImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdCopyImageToBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdUpdateBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdFillBuffer -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdClearColorImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdClearDepthStencilImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdClearAttachments -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdResolveImage -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdResetEvent -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdWaitEvents -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdPipelineBarrier -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBeginQuery -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdEndQuery -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdResetQueryPool -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdWriteTimestamp -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdCopyQueryPoolResults -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdPushConstants -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBeginRenderPass -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdNextSubpass -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdEndRenderPass -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdExecuteCommands -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetImageMemoryRequirements2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetBufferMemoryRequirements2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateDescriptorUpdateTemplateKHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkDestroyDescriptorUpdateTemplateKHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkUpdateDescriptorSetWithTemplateKHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdBeginRenderPass2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdEndRenderPass2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdNextSubpass2KHR -2023-05-16T08:16:06.369Z|0x7f9af6aac400|[vulkan] Loaded device function vkCreateRenderPass2KHR -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded device function vkCmdSetVertexInputEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkCmdSetFragmentShadingRateKHR -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdSetFragmentShadingRateKHR -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkDebugMarkerSetObjectTagEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDebugMarkerSetObjectTagEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkDebugMarkerSetObjectNameEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkDebugMarkerSetObjectNameEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkCmdDebugMarkerBeginEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdDebugMarkerBeginEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkCmdDebugMarkerEndEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdDebugMarkerEndEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Failed to load device function vkCmdDebugMarkerInsertEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|[vulkan] Loaded instance function vkCmdDebugMarkerInsertEXT -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan API version 1.1.0 (1.3.249 supported by driver, 1.1.0 requested) -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan vendor=[ATI] id=[1002] -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan renderer=[AMD Radeon RX 590 Series (RADV POLARIS10)] id=[67df] -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan device type 2 -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan driverversion=[23.1.99 (0x05c01063)] uint=[96473187] -2023-05-16T08:16:06.370Z|0x7f9af6aac400|Vulkan driverLibraryString=[radv (3), Mesa 23.2.0-devel (git-a6d4139e59)] -2023-05-16T08:16:06.380Z|0x7f9af6aac400|Vulkan PSO: cache data not found [path=/tmp/GremlinSoft/TurnBasedStrategyCourse/vulkan_pso_cache.bin] -2023-05-16T08:16:06.455Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:16:06.485Z|0x7f9af6aac400|Initialize mono -2023-05-16T08:16:06.485Z|0x7f9af6aac400|Mono path[0] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Managed' -2023-05-16T08:16:06.485Z|0x7f9af6aac400|Mono path[1] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux' -2023-05-16T08:16:06.485Z|0x7f9af6aac400|Mono config path = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/etc' -2023-05-16T08:16:06.485Z|0x7f9af6aac400|Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56154 -2023-05-16T08:16:06.537Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -2023-05-16T08:16:06.693Z|0x7f9af6aac400|Registering precompiled unity dll's ... -2023-05-16T08:16:06.695Z|0x7f9af6aac400|Register platform support module: /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll -2023-05-16T08:16:06.696Z|0x7f9af6aac400|Registered in 0.003138 seconds. -2023-05-16T08:16:06.920Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.383 seconds -2023-05-16T08:16:06.964Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:16:07.422Z|0x7f9af6aac400|Mono: successfully reloaded assembly -icall.c:1842: -icall.c:1842: -2023-05-16T08:16:07.445Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.525 seconds -2023-05-16T08:16:07.446Z|0x7f9af6aac400|Domain Reload Profiling: 906ms - BeginReloadAssembly (80ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (68ms) - LoadAllAssembliesAndSetupDomain (183ms) - LoadAssemblies (78ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (178ms) - TypeCache.Refresh (177ms) - TypeCache.ScanAssembly (164ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (0ms) - FinalizeReload (525ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (466ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (8ms) - BeforeProcessingInitializeOnLoad (9ms) - ProcessInitializeOnLoadAttributes (352ms) - ProcessInitializeOnLoadMethodAttributes (85ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -2023-05-16T08:16:07.645Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:16:07.646Z|0x7f9af6aac400|Worker process is ready to serve import requests -2023-05-16T08:16:07.648Z|0x7f9af6aac400|Import Worker Mode flag is 0x00 -2023-05-16T08:16:08.367Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:16:09.282Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.916 seconds -2023-05-16T08:16:09.284Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.57 ms, found 0 plugins. -2023-05-16T08:16:09.452Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:16:10.074Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:16:10.187Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.901 seconds -2023-05-16T08:16:10.187Z|0x7f9af6aac400|Domain Reload Profiling: 1814ms - BeginReloadAssembly (300ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (47ms) - LoadAllAssembliesAndSetupDomain (515ms) - LoadAssemblies (237ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (334ms) - TypeCache.Refresh (302ms) - TypeCache.ScanAssembly (290ms) - ScanForSourceGeneratedMonoScriptInfo (19ms) - ResolveRequiredComponents (12ms) - FinalizeReload (902ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (612ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (125ms) - ProcessInitializeOnLoadAttributes (405ms) - ProcessInitializeOnLoadMethodAttributes (63ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -2023-05-16T08:16:10.369Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:16:10.416Z|0x7f9af6aac400|Launched and connected shader compiler UnityShaderCompiler after 0.02 seconds -2023-05-16T08:16:10.505Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.86 ms, found 0 plugins. -2023-05-16T08:16:10.505Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:16:10.539Z|0x7f99e50d46c0|Unloading 4924 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:16:10.546Z|0x7f9af6aac400|Unloading 18 unused Assets / (1.5 MB). Loaded Objects now: 5497. -Memory consumption went from 270.3 MB to 268.7 MB. -2023-05-16T08:16:10.546Z|0x7f9af6aac400|Total: 6.099001 ms (FindLiveObjects: 0.293566 ms CreateObjectMapping: 0.437663 ms MarkObjects: 4.762044 ms DeleteObjects: 0.604618 ms) - -2023-05-16T08:16:10.547Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:16:10.547Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:16:10.548Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:16:10.548Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 7507.857689 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_CenterLight@2x.png - artifactKey: Guid(a14e6ee680df42f4c99bf69bc3d6b9ca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.564Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_CenterLight@2x.png using Guid(a14e6ee680df42f4c99bf69bc3d6b9ca) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.642Z|0x7f9af6aac400| -> (artifact id: '67eb79eb7150c68e492c322abb3630c6') in 0.077768 seconds -2023-05-16T08:16:10.642Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.642Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000013 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera1.png - artifactKey: Guid(56c35c86bb44b0e4e84a22db56968157) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.652Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera1.png using Guid(56c35c86bb44b0e4e84a22db56968157) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.659Z|0x7f9af6aac400| -> (artifact id: '451ac2de2a4872451c400531ba016cca') in 0.006630 seconds -2023-05-16T08:16:10.659Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.659Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000021 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Capsule.png - artifactKey: Guid(bd3cb4af8406d4436a2ae8c2aafe1f8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.668Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Capsule.png using Guid(bd3cb4af8406d4436a2ae8c2aafe1f8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.676Z|0x7f9af6aac400| -> (artifact id: '6422963fd5fc69235ca725336ab6358b') in 0.007726 seconds -2023-05-16T08:16:10.676Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.676Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000059 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Duplicate@2x.png - artifactKey: Guid(8ca869dd944d5f54e9ec614b26f10dcb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.693Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Duplicate@2x.png using Guid(8ca869dd944d5f54e9ec614b26f10dcb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.698Z|0x7f9af6aac400| -> (artifact id: '400e08d0173d8a02e0f7141f34994b1d') in 0.005433 seconds -2023-05-16T08:16:10.699Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.701Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.002583 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/9Sliced.png - artifactKey: Guid(8884154dfe85442a3a3578be807dbcdf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.711Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/9Sliced.png using Guid(8884154dfe85442a3a3578be807dbcdf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.719Z|0x7f9af6aac400| -> (artifact id: '08d428355647f4bedbb5390477a166b8') in 0.008021 seconds -2023-05-16T08:16:10.719Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.719Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000016 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/9-Sliced.png - artifactKey: Guid(71ebafeef3c03457483266a33ab2b270) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.728Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/9-Sliced.png using Guid(71ebafeef3c03457483266a33ab2b270) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.736Z|0x7f9af6aac400| -> (artifact id: '412dc2b9f4729a68c3325c29657e5424') in 0.008130 seconds -2023-05-16T08:16:10.736Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.736Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000013 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera1@2x.png - artifactKey: Guid(603d01d730be24147adda7897e463598) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.745Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera1@2x.png using Guid(603d01d730be24147adda7897e463598) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.751Z|0x7f9af6aac400| -> (artifact id: 'cffb8f31931fad6af714f3d0e4881ab6') in 0.006344 seconds -2023-05-16T08:16:10.752Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.752Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000033 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera2.png - artifactKey: Guid(e89a31db98e403b40af1a8f0ef9ae1ef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.760Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera2.png using Guid(e89a31db98e403b40af1a8f0ef9ae1ef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.766Z|0x7f9af6aac400| -> (artifact id: '223282ccb45b9a4c985d9126cf0860ba') in 0.005950 seconds -2023-05-16T08:16:10.766Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.766Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000022 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/CenterLight@2x.png - artifactKey: Guid(8063050a249eef441beb8cbbd04c086c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.774Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/CenterLight@2x.png using Guid(8063050a249eef441beb8cbbd04c086c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.780Z|0x7f9af6aac400| -> (artifact id: 'a38bf5b79fd0a70ebefea4726a6c9820') in 0.005972 seconds -2023-05-16T08:16:10.781Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.781Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000015 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CircleWithBorder.png - artifactKey: Guid(4adeaf2d2b1c7417e89f026626d8264f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.790Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CircleWithBorder.png using Guid(4adeaf2d2b1c7417e89f026626d8264f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.797Z|0x7f9af6aac400| -> (artifact id: 'e02b4e935055905e1179021943abc3f5') in 0.007673 seconds -2023-05-16T08:16:10.798Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.798Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000065 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera1.png - artifactKey: Guid(2384eb5de05269b44a58f8dd1d83d725) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.806Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera1.png using Guid(2384eb5de05269b44a58f8dd1d83d725) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.812Z|0x7f9af6aac400| -> (artifact id: '74c5c1c2bce624f18470ea677dc23c7f') in 0.006050 seconds -2023-05-16T08:16:10.813Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.813Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000116 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera2@2x.png - artifactKey: Guid(28f2917353630ce4fa307eeceadcd26d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.822Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera2@2x.png using Guid(28f2917353630ce4fa307eeceadcd26d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.829Z|0x7f9af6aac400| -> (artifact id: '6f40a2dfdda9c8679a3c37abb17dda9b') in 0.006780 seconds -2023-05-16T08:16:10.830Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.830Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000012 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/Circle.png - artifactKey: Guid(a86470a33a6bf42c4b3595704624658b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.841Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/Circle.png using Guid(a86470a33a6bf42c4b3595704624658b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.848Z|0x7f9af6aac400| -> (artifact id: '85ecaade5788311bae81fb47cb2ac818') in 0.007682 seconds -2023-05-16T08:16:10.849Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.849Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000148 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CapsuleWithBorder.png - artifactKey: Guid(34587324d412940a79d530020c957dc0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.859Z|0x7f9af6aac400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CapsuleWithBorder.png using Guid(34587324d412940a79d530020c957dc0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.866Z|0x7f9af6aac400| -> (artifact id: 'd809654a20461e1df5b7b16a73dbc937') in 0.007215 seconds -2023-05-16T08:16:10.867Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.867Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000021 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera2.png - artifactKey: Guid(281160d54742cbb44a88a61bf8ccfb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.876Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera2.png using Guid(281160d54742cbb44a88a61bf8ccfb16) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.882Z|0x7f9af6aac400| -> (artifact id: '2c3176e0f33dc34fbb790a7f6dea25bb') in 0.005730 seconds -2023-05-16T08:16:10.882Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.882Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000014 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Duplicate.png - artifactKey: Guid(0d692588b1d40e9429620400bd5efe63) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.892Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Duplicate.png using Guid(0d692588b1d40e9429620400bd5efe63) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.899Z|0x7f9af6aac400| -> (artifact id: 'edf7aaba55006c93a44eb8a7ef079aa5') in 0.007598 seconds -2023-05-16T08:16:10.900Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:11.793Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.893104 seconds. - path: Packages/com.unity.render-pipelines.core/Runtime/Debugging/Prefabs/Textures/White1px.png - artifactKey: Guid(127279d577f25ac4ea17dae3782e5074) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:11.810Z|0x7f9af6aac400|Start importing Packages/com.unity.render-pipelines.core/Runtime/Debugging/Prefabs/Textures/White1px.png using Guid(127279d577f25ac4ea17dae3782e5074) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:11.816Z|0x7f9af6aac400| -> (artifact id: '1b6ea36dd96736338dcf30dfe2074018') in 0.006095 seconds -2023-05-16T08:16:11.817Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:17:43.988Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:17:43.988Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:17:44.300Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:17:45.054Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.754 seconds -2023-05-16T08:17:45.056Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. -2023-05-16T08:17:45.445Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:17:45.996Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:17:46.105Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.047 seconds -2023-05-16T08:17:46.105Z|0x7f9af6aac400|Domain Reload Profiling: 1798ms - BeginReloadAssembly (167ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (34ms) - LoadAllAssembliesAndSetupDomain (498ms) - LoadAssemblies (220ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (334ms) - TypeCache.Refresh (315ms) - TypeCache.ScanAssembly (300ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1048ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (534ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (169ms) - ProcessInitializeOnLoadAttributes (316ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -2023-05-16T08:17:46.476Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:17:46.572Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins. -2023-05-16T08:17:46.572Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:17:46.593Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:17:46.600Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5527. -Memory consumption went from 239.6 MB to 238.1 MB. -2023-05-16T08:17:46.600Z|0x7f9af6aac400|Total: 6.033157 ms (FindLiveObjects: 0.282318 ms CreateObjectMapping: 0.263608 ms MarkObjects: 5.236703 ms DeleteObjects: 0.249577 ms) - -2023-05-16T08:17:46.600Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:17:46.602Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:17:46.602Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:25:32.995Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:25:32.995Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:25:33.345Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:25:34.025Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.680 seconds -2023-05-16T08:25:34.027Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.77 ms, found 0 plugins. -2023-05-16T08:25:34.467Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:25:35.004Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:25:35.108Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.079 seconds -2023-05-16T08:25:35.108Z|0x7f9af6aac400|Domain Reload Profiling: 1755ms - BeginReloadAssembly (143ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (455ms) - LoadAssemblies (185ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (319ms) - TypeCache.Refresh (301ms) - TypeCache.ScanAssembly (289ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1080ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (518ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (125ms) - ProcessInitializeOnLoadAttributes (339ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (24ms) -2023-05-16T08:25:35.412Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:25:35.484Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. -2023-05-16T08:25:35.484Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:25:35.504Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:25:35.509Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5544. -Memory consumption went from 241.6 MB to 240.1 MB. -2023-05-16T08:25:35.509Z|0x7f9af6aac400|Total: 5.235372 ms (FindLiveObjects: 0.296450 ms CreateObjectMapping: 0.271177 ms MarkObjects: 4.423938 ms DeleteObjects: 0.242482 ms) - -2023-05-16T08:25:35.510Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:25:35.512Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:25:35.512Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:26:11.327Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:26:11.327Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:26:11.661Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:26:12.307Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.646 seconds -2023-05-16T08:26:12.309Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins. -2023-05-16T08:26:12.678Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:26:13.233Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:26:13.352Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.042 seconds -2023-05-16T08:26:13.353Z|0x7f9af6aac400|Domain Reload Profiling: 1684ms - BeginReloadAssembly (145ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (422ms) - LoadAssemblies (191ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (280ms) - TypeCache.Refresh (267ms) - TypeCache.ScanAssembly (256ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1043ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (544ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (18ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (186ms) - ProcessInitializeOnLoadAttributes (286ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:26:13.698Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:26:13.772Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. -2023-05-16T08:26:13.772Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:26:13.794Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:26:13.802Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5561. -Memory consumption went from 243.8 MB to 242.3 MB. -2023-05-16T08:26:13.802Z|0x7f9af6aac400|Total: 7.780443 ms (FindLiveObjects: 0.318653 ms CreateObjectMapping: 0.337393 ms MarkObjects: 6.852262 ms DeleteObjects: 0.271099 ms) - -2023-05-16T08:26:13.803Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:26:13.805Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:26:13.805Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:26:37.766Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:26:37.766Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:26:38.082Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:26:38.704Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.622 seconds -2023-05-16T08:26:38.706Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:26:39.054Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:26:39.583Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:26:39.703Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.996 seconds -2023-05-16T08:26:39.704Z|0x7f9af6aac400|Domain Reload Profiling: 1615ms - BeginReloadAssembly (149ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (394ms) - LoadAssemblies (184ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (261ms) - TypeCache.Refresh (248ms) - TypeCache.ScanAssembly (237ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (997ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (508ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (135ms) - ProcessInitializeOnLoadAttributes (296ms) - ProcessInitializeOnLoadMethodAttributes (52ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -2023-05-16T08:26:40.109Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:26:40.184Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. -2023-05-16T08:26:40.184Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:26:40.209Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:26:40.214Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5578. -Memory consumption went from 245.9 MB to 244.4 MB. -2023-05-16T08:26:40.214Z|0x7f9af6aac400|Total: 4.962159 ms (FindLiveObjects: 0.288166 ms CreateObjectMapping: 0.268089 ms MarkObjects: 3.994937 ms DeleteObjects: 0.410019 ms) - -2023-05-16T08:26:40.215Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:26:40.217Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:26:40.217Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:26:49.595Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 637.778394 seconds. - path: Assets/Prefabs/Unit.prefab - artifactKey: Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:26:49.605Z|0x7f9af6aac400|Start importing Assets/Prefabs/Unit.prefab using Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:26:50.020Z|0x7f9af6aac400| -> (artifact id: '929b696d156e45aa666375600b18c845') in 0.415263 seconds -2023-05-16T08:26:50.021Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:26:50.021Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:26:50.021Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 574 - -2023-05-16T08:27:10.241Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:27:10.241Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:27:10.616Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:27:11.354Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.738 seconds -2023-05-16T08:27:11.356Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:27:11.758Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:27:12.311Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:27:12.426Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.069 seconds -2023-05-16T08:27:12.426Z|0x7f9af6aac400|Domain Reload Profiling: 1802ms - BeginReloadAssembly (191ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (75ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (34ms) - LoadAllAssembliesAndSetupDomain (456ms) - LoadAssemblies (216ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (295ms) - TypeCache.Refresh (281ms) - TypeCache.ScanAssembly (268ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1069ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (529ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (138ms) - ProcessInitializeOnLoadAttributes (331ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -2023-05-16T08:27:12.808Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:27:12.897Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:27:12.897Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:27:12.922Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:27:12.927Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5622. -Memory consumption went from 253.1 MB to 251.6 MB. -2023-05-16T08:27:12.927Z|0x7f9af6aac400|Total: 4.792628 ms (FindLiveObjects: 0.292613 ms CreateObjectMapping: 0.263832 ms MarkObjects: 3.984222 ms DeleteObjects: 0.243972 ms) - -2023-05-16T08:27:12.928Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:27:12.931Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:27:12.931Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:27:44.437Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:27:44.437Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:27:44.754Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:27:45.383Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.629 seconds -2023-05-16T08:27:45.385Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:27:45.754Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:27:46.294Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:27:46.401Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.015 seconds -2023-05-16T08:27:46.402Z|0x7f9af6aac400|Domain Reload Profiling: 1641ms - BeginReloadAssembly (148ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (404ms) - LoadAssemblies (188ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (266ms) - TypeCache.Refresh (254ms) - TypeCache.ScanAssembly (242ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1015ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (517ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (172ms) - ProcessInitializeOnLoadAttributes (289ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:27:46.732Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:27:46.824Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:27:46.825Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:27:46.851Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:27:46.859Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5639. -Memory consumption went from 255.1 MB to 253.6 MB. -2023-05-16T08:27:46.859Z|0x7f9af6aac400|Total: 8.529993 ms (FindLiveObjects: 0.316193 ms CreateObjectMapping: 0.308189 ms MarkObjects: 7.238353 ms DeleteObjects: 0.666124 ms) - -2023-05-16T08:27:46.860Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:27:46.862Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:27:46.862Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:27:55.173Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 65.150629 seconds. - path: Assets/Prefabs/Unit.prefab - artifactKey: Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:27:55.181Z|0x7f9af6aac400|Start importing Assets/Prefabs/Unit.prefab using Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:27:55.552Z|0x7f9af6aac400| -> (artifact id: '79fc18d4c7be5c556d88325f2905cdcb') in 0.370716 seconds -2023-05-16T08:27:55.553Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:27:55.553Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:27:55.553Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 574 - -2023-05-16T08:29:37.487Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 101.933148 seconds. - path: Assets/PolygonPrototype/Models/Materials/Arms.mat - artifactKey: Guid(63c46b4edfe043e438db851546036952) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.495Z|0x7f9af6aac400|Start importing Assets/PolygonPrototype/Models/Materials/Arms.mat using Guid(63c46b4edfe043e438db851546036952) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.517Z|0x7f9af6aac400| -> (artifact id: 'a980f250efd8d56e1cd339f15a3c0dee') in 0.021835 seconds -2023-05-16T08:29:37.518Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.518Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.518Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 24 - -2023-05-16T08:29:37.518Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000025 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-BoldItalic.ttf - artifactKey: Guid(dfb97a9307a577a41bcacba34b9a7e32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.527Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-BoldItalic.ttf using Guid(dfb97a9307a577a41bcacba34b9a7e32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.549Z|0x7f9af6aac400| -> (artifact id: '3af2abcd11197d1fd91e5b6a5887bf67') in 0.022090 seconds -2023-05-16T08:29:37.549Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.549Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.549Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.550Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000019 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Thin.ttf - artifactKey: Guid(19a9abb883540be48b75b951a927ae03) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.558Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Thin.ttf using Guid(19a9abb883540be48b75b951a927ae03) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.569Z|0x7f9af6aac400| -> (artifact id: '7a7a5c2a92ea3268ac307bd391d55db4') in 0.010925 seconds -2023-05-16T08:29:37.570Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.570Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.570Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.570Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000017 seconds. - path: Assets/Materials/Grid.mat - artifactKey: Guid(3322f75c4ac0327898e8fe6f22b1999d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.578Z|0x7f9af6aac400|Start importing Assets/Materials/Grid.mat using Guid(3322f75c4ac0327898e8fe6f22b1999d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.586Z|0x7f9af6aac400| -> (artifact id: '65640509f9ba086c503d6c6757691884') in 0.007776 seconds -2023-05-16T08:29:37.586Z|0x7f9af6aac400|Internal: JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old - this is not allowed and likely a leak -2023-05-16T08:29:37.586Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.586Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.586Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.586Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 24 - -2023-05-16T08:29:37.587Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000034 seconds. - path: Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat - artifactKey: Guid(79459efec17a4d00a321bdcc27bbc385) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.595Z|0x7f9af6aac400|Start importing Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat using Guid(79459efec17a4d00a321bdcc27bbc385) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.613Z|0x7f9af6aac400| -> (artifact id: '8d086b69e52de4c8d76eaf0ec2954685') in 0.017867 seconds -2023-05-16T08:29:37.614Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.614Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.614Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 23 - -2023-05-16T08:29:37.614Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000027 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-BlackItalic.ttf - artifactKey: Guid(f95147a9bab9fe649b8070170fa7ebd2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.623Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-BlackItalic.ttf using Guid(f95147a9bab9fe649b8070170fa7ebd2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.634Z|0x7f9af6aac400| -> (artifact id: '06ab83c6dc3e7b7447118977a7f30896') in 0.010909 seconds -2023-05-16T08:29:37.635Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.636Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.636Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.636Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000029 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-MediumItalic.ttf - artifactKey: Guid(d93c1bc57fdf1ac4dad1bf04fac05464) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.645Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-MediumItalic.ttf using Guid(d93c1bc57fdf1ac4dad1bf04fac05464) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.658Z|0x7f9af6aac400| -> (artifact id: 'a36318db4beeb24f4c9b983f9b73b8ef') in 0.012480 seconds -2023-05-16T08:29:37.659Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.659Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.659Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.660Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000021 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Bold.ttf - artifactKey: Guid(3750c318f40cab44a97d3a81beaefeb3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.669Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Bold.ttf using Guid(3750c318f40cab44a97d3a81beaefeb3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.680Z|0x7f9af6aac400| -> (artifact id: '8cd44b6dfb832ca9a29f76e16cb010d6') in 0.011440 seconds -2023-05-16T08:29:37.681Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.681Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.682Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.682Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000032 seconds. - path: Assets/PolygonPrototype/Models/Materials/lambert4SG3.mat - artifactKey: Guid(daa3e158e18e41f4095c685848a9bae0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.691Z|0x7f9af6aac400|Start importing Assets/PolygonPrototype/Models/Materials/lambert4SG3.mat using Guid(daa3e158e18e41f4095c685848a9bae0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.699Z|0x7f9af6aac400| -> (artifact id: 'e044df839dbf016b65e50fc8a68eaf4c') in 0.008652 seconds -2023-05-16T08:29:37.701Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.701Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.701Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 23 - -2023-05-16T08:29:37.701Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000021 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Italic.ttf - artifactKey: Guid(c839255fc8f6b4b4d90bf8c1af9f9bd1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.710Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Italic.ttf using Guid(c839255fc8f6b4b4d90bf8c1af9f9bd1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.722Z|0x7f9af6aac400| -> (artifact id: 'e0a5ba911bcbfe311fbcf8ae3cda4024') in 0.011550 seconds -2023-05-16T08:29:37.723Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.723Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.723Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.723Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000018 seconds. - path: Assets/PolygonPrototype/Models/Materials/lambert4SG4.mat - artifactKey: Guid(905ebc06b3b6dbc4f9cef4af52e4d418) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.732Z|0x7f9af6aac400|Start importing Assets/PolygonPrototype/Models/Materials/lambert4SG4.mat using Guid(905ebc06b3b6dbc4f9cef4af52e4d418) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.741Z|0x7f9af6aac400| -> (artifact id: 'a596aef88b8ffc6fd761c191dc2ffe99') in 0.009114 seconds -2023-05-16T08:29:37.743Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.743Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.743Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 23 - -2023-05-16T08:29:37.743Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000020 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-ThinItalic.ttf - artifactKey: Guid(b2ea3b3f1765e544b9eb5bd1a93a91ce) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.753Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-ThinItalic.ttf using Guid(b2ea3b3f1765e544b9eb5bd1a93a91ce) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.763Z|0x7f9af6aac400| -> (artifact id: '303ad7378adc106b6908b539477f41f9') in 0.010319 seconds -2023-05-16T08:29:37.764Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.764Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.764Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.764Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000019 seconds. - path: Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset - artifactKey: Guid(2e498d1c8094910479dc3e1b768306a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.773Z|0x7f9af6aac400|Start importing Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset using Guid(2e498d1c8094910479dc3e1b768306a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.785Z|0x7f9af6aac400| -> (artifact id: '16dbb04ee17d9c682bf2bdb58d229fd8') in 0.011939 seconds -2023-05-16T08:29:37.786Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.787Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.787Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 27 - -2023-05-16T08:29:37.787Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000031 seconds. - path: Assets/TextMesh Pro/Fonts/LiberationSans.ttf - artifactKey: Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.796Z|0x7f9af6aac400|Start importing Assets/TextMesh Pro/Fonts/LiberationSans.ttf using Guid(e3265ab4bf004d28a9537516768c1c75) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.806Z|0x7f9af6aac400| -> (artifact id: 'fd263e9333c6cab2a99d27caf7c2a8ce') in 0.010091 seconds -2023-05-16T08:29:37.807Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.807Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.807Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.807Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000020 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Black.ttf - artifactKey: Guid(1062c701058745940ae5dca6219c64c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.816Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Black.ttf using Guid(1062c701058745940ae5dca6219c64c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.826Z|0x7f9af6aac400| -> (artifact id: '99bf138dea4f9eaf9e79b779d846a881') in 0.010128 seconds -2023-05-16T08:29:37.828Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.828Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.828Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.828Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000019 seconds. - path: Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat - artifactKey: Guid(e73a58f6e2794ae7b1b7e50b7fb811b0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.838Z|0x7f9af6aac400|Start importing Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat using Guid(e73a58f6e2794ae7b1b7e50b7fb811b0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.987Z|0x7f9af6aac400| -> (artifact id: '1ded58c1e084ed3e98e6b68fd806c076') in 0.149041 seconds -2023-05-16T08:29:37.987Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:37.987Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:37.987Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 23 - -2023-05-16T08:29:37.987Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 0.000024 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Light.ttf - artifactKey: Guid(2a29e27936eb547458f646f71125b264) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.997Z|0x7f9af6aac400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Light.ttf using Guid(2a29e27936eb547458f646f71125b264) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:38.009Z|0x7f9af6aac400| -> (artifact id: '3846f01b6d81655b5c24eae77e46ac00') in 0.012598 seconds -2023-05-16T08:29:38.010Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:29:38.010Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:29:38.010Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:30:16.179Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:30:16.179Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:30:16.513Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:30:17.179Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.666 seconds -2023-05-16T08:30:17.180Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.41 ms, found 0 plugins. -2023-05-16T08:30:17.547Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:30:18.009Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:30:18.113Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.931 seconds -2023-05-16T08:30:18.113Z|0x7f9af6aac400|Domain Reload Profiling: 1594ms - BeginReloadAssembly (161ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (423ms) - LoadAssemblies (193ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (278ms) - TypeCache.Refresh (265ms) - TypeCache.ScanAssembly (253ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (932ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (439ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (106ms) - ProcessInitializeOnLoadAttributes (283ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:30:18.423Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:30:18.494Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.44 ms, found 0 plugins. -2023-05-16T08:30:18.494Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:30:18.516Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:30:18.522Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5710. -Memory consumption went from 255.6 MB to 254.1 MB. -2023-05-16T08:30:18.522Z|0x7f9af6aac400|Total: 5.229141 ms (FindLiveObjects: 0.329460 ms CreateObjectMapping: 0.276165 ms MarkObjects: 4.379312 ms DeleteObjects: 0.243302 ms) - -2023-05-16T08:30:18.522Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:30:18.524Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:30:18.524Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:32:25.035Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:32:25.035Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:32:25.373Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:32:26.000Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.626 seconds -2023-05-16T08:32:26.002Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:32:26.381Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:32:26.834Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:32:26.933Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.930 seconds -2023-05-16T08:32:26.933Z|0x7f9af6aac400|Domain Reload Profiling: 1553ms - BeginReloadAssembly (146ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (401ms) - LoadAssemblies (188ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (261ms) - TypeCache.Refresh (248ms) - TypeCache.ScanAssembly (236ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (931ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (432ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (153ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -2023-05-16T08:32:27.229Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:32:27.297Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:32:27.297Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:32:27.321Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:32:27.326Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5727. -Memory consumption went from 257.6 MB to 256.1 MB. -2023-05-16T08:32:27.327Z|0x7f9af6aac400|Total: 5.416422 ms (FindLiveObjects: 0.317014 ms CreateObjectMapping: 0.320223 ms MarkObjects: 4.503018 ms DeleteObjects: 0.275193 ms) - -2023-05-16T08:32:27.327Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:32:27.329Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:32:27.329Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:33:06.190Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:33:06.190Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:33:06.504Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:33:07.172Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.668 seconds -2023-05-16T08:33:07.174Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.41 ms, found 0 plugins. -2023-05-16T08:33:07.543Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:33:08.059Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:33:08.157Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.982 seconds -2023-05-16T08:33:08.158Z|0x7f9af6aac400|Domain Reload Profiling: 1647ms - BeginReloadAssembly (161ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (62ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (426ms) - LoadAssemblies (194ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (282ms) - TypeCache.Refresh (269ms) - TypeCache.ScanAssembly (257ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (982ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (494ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (291ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -2023-05-16T08:33:08.452Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:33:08.522Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:33:08.522Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:33:08.545Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:33:08.552Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5744. -Memory consumption went from 259.8 MB to 258.3 MB. -2023-05-16T08:33:08.552Z|0x7f9af6aac400|Total: 6.100117 ms (FindLiveObjects: 0.309388 ms CreateObjectMapping: 0.303030 ms MarkObjects: 5.191280 ms DeleteObjects: 0.295397 ms) - -2023-05-16T08:33:08.552Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:33:08.554Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:33:08.554Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:33:15.256Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 217.245796 seconds. - path: Assets/Prefabs/Unit.prefab - artifactKey: Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:33:15.265Z|0x7f9af6aac400|Start importing Assets/Prefabs/Unit.prefab using Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:33:15.640Z|0x7f9af6aac400| -> (artifact id: '121283a72cabb6cbcf4f9154c8dc37be') in 0.375438 seconds -2023-05-16T08:33:15.642Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:33:15.642Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:33:15.642Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 574 - -2023-05-16T08:33:42.887Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:33:42.887Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:33:43.214Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:33:43.861Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.647 seconds -2023-05-16T08:33:43.863Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. -2023-05-16T08:33:44.218Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:33:44.746Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:33:44.849Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.985 seconds -2023-05-16T08:33:44.849Z|0x7f9af6aac400|Domain Reload Profiling: 1628ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (66ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (395ms) - LoadAssemblies (185ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (258ms) - TypeCache.Refresh (246ms) - TypeCache.ScanAssembly (235ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (985ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (505ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (195ms) - ProcessInitializeOnLoadAttributes (258ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:33:45.145Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:33:45.215Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:33:45.215Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:33:45.245Z|0x7f99e50d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:33:45.252Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5781. -Memory consumption went from 258.7 MB to 257.2 MB. -2023-05-16T08:33:45.252Z|0x7f9af6aac400|Total: 6.475058 ms (FindLiveObjects: 0.343005 ms CreateObjectMapping: 0.894935 ms MarkObjects: 4.933428 ms DeleteObjects: 0.302026 ms) - -2023-05-16T08:33:45.252Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:33:45.255Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:33:45.255Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:37:27.676Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 252.033801 seconds. - path: Assets/Scenes - artifactKey: Guid(12cc78827ccfab7e783baa2e37989e26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:37:27.695Z|0x7f9af6aac400|Start importing Assets/Scenes using Guid(12cc78827ccfab7e783baa2e37989e26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:37:27.697Z|0x7f9af6aac400| -> (artifact id: 'dfd2f08b7bce6b96ecff365aeb0480f2') in 0.002190 seconds -2023-05-16T08:37:27.705Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0 - -2023-05-16T08:37:34.864Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 7.159016 seconds. - path: Assets/Scripts/CameraManager.cs - artifactKey: Guid(5e6a7041a30e2bc3e8befc27e08f81e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:37:34.875Z|0x7f9af6aac400|Start importing Assets/Scripts/CameraManager.cs using Guid(5e6a7041a30e2bc3e8befc27e08f81e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:37:34.877Z|0x7f9af6aac400| -> (artifact id: '6173b4207b12c8f4c4634aef1609a831') in 0.001365 seconds -2023-05-16T08:37:34.878Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0 - -2023-05-16T08:37:43.216Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:37:43.216Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:37:43.631Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:37:44.367Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.735 seconds -2023-05-16T08:37:44.368Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. -2023-05-16T08:37:44.738Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:37:45.269Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:37:45.369Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.000 seconds -2023-05-16T08:37:45.370Z|0x7f9af6aac400|Domain Reload Profiling: 1732ms - BeginReloadAssembly (164ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (50ms) - LoadAllAssembliesAndSetupDomain (469ms) - LoadAssemblies (229ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (293ms) - TypeCache.Refresh (276ms) - TypeCache.ScanAssembly (264ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1000ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (509ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (198ms) - ProcessInitializeOnLoadAttributes (260ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:37:45.678Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:37:45.745Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. -2023-05-16T08:37:45.745Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:37:45.764Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:37:45.769Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5799. -Memory consumption went from 260.8 MB to 259.3 MB. -2023-05-16T08:37:45.769Z|0x7f9af6aac400|Total: 4.539884 ms (FindLiveObjects: 0.347996 ms CreateObjectMapping: 0.290840 ms MarkObjects: 3.646875 ms DeleteObjects: 0.252962 ms) - -2023-05-16T08:37:45.769Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:37:45.771Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:37:45.771Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:45:32.209Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:45:32.209Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:45:32.588Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:45:33.306Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.717 seconds -2023-05-16T08:45:33.307Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. -2023-05-16T08:45:33.749Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:45:34.284Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:45:34.386Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.077 seconds -2023-05-16T08:45:34.386Z|0x7f9af6aac400|Domain Reload Profiling: 1790ms - BeginReloadAssembly (173ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (64ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (34ms) - LoadAllAssembliesAndSetupDomain (450ms) - LoadAssemblies (218ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (286ms) - TypeCache.Refresh (268ms) - TypeCache.ScanAssembly (255ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (14ms) - FinalizeReload (1077ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (513ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (174ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:45:34.689Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:45:34.757Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:45:34.757Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:45:34.778Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:45:34.783Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5816. -Memory consumption went from 263.0 MB to 261.4 MB. -2023-05-16T08:45:34.783Z|0x7f9af6aac400|Total: 4.777096 ms (FindLiveObjects: 0.331971 ms CreateObjectMapping: 0.278427 ms MarkObjects: 3.920026 ms DeleteObjects: 0.245828 ms) - -2023-05-16T08:45:34.783Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:45:34.785Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:45:34.785Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:45:52.854Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:45:52.854Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:45:53.166Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:45:53.779Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.613 seconds -2023-05-16T08:45:53.781Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. -2023-05-16T08:45:54.134Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:45:54.618Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:45:54.746Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.964 seconds -2023-05-16T08:45:54.747Z|0x7f9af6aac400|Domain Reload Profiling: 1574ms - BeginReloadAssembly (149ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (387ms) - LoadAssemblies (179ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (257ms) - TypeCache.Refresh (244ms) - TypeCache.ScanAssembly (233ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (965ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (459ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (107ms) - ProcessInitializeOnLoadAttributes (295ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (29ms) -2023-05-16T08:45:55.081Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:45:55.164Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.48 ms, found 0 plugins. -2023-05-16T08:45:55.164Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:45:55.187Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:45:55.193Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5833. -Memory consumption went from 265.1 MB to 263.6 MB. -2023-05-16T08:45:55.193Z|0x7f9af6aac400|Total: 4.811476 ms (FindLiveObjects: 0.338180 ms CreateObjectMapping: 0.289381 ms MarkObjects: 3.927101 ms DeleteObjects: 0.255697 ms) - -2023-05-16T08:45:55.194Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:45:55.196Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:45:55.196Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:46:42.738Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:46:42.738Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:46:43.113Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:46:43.845Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.731 seconds -2023-05-16T08:46:43.846Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. -2023-05-16T08:46:44.283Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:46:44.906Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:46:45.032Z|0x7f9af6aac400|- Finished resetting the current domain, in 1.184 seconds -2023-05-16T08:46:45.033Z|0x7f9af6aac400|Domain Reload Profiling: 1911ms - BeginReloadAssembly (181ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (33ms) - LoadAllAssembliesAndSetupDomain (461ms) - LoadAssemblies (217ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (308ms) - TypeCache.Refresh (294ms) - TypeCache.ScanAssembly (281ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1184ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (598ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (6ms) - BeforeProcessingInitializeOnLoad (255ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (38ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (33ms) -2023-05-16T08:46:45.389Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:46:45.474Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:46:45.474Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:46:45.520Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:46:45.530Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5850. -Memory consumption went from 267.2 MB to 265.7 MB. -2023-05-16T08:46:45.530Z|0x7f9af6aac400|Total: 9.826695 ms (FindLiveObjects: 0.317094 ms CreateObjectMapping: 0.273784 ms MarkObjects: 8.969197 ms DeleteObjects: 0.265453 ms) - -2023-05-16T08:46:45.531Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:46:45.534Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:46:45.534Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:49:16.987Z|0x7f9af6aac400|======================================================================== -2023-05-16T08:49:16.987Z|0x7f9af6aac400|Received Prepare -2023-05-16T08:49:17.320Z|0x7f9af6aac400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:49:17.949Z|0x7f9af6aac400|- Loaded All Assemblies, in 0.630 seconds -2023-05-16T08:49:17.951Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.57 ms, found 0 plugins. -2023-05-16T08:49:18.354Z|0x7f9af6aac400|Native extension for LinuxStandalone target not found -2023-05-16T08:49:18.843Z|0x7f9af6aac400|Mono: successfully reloaded assembly -2023-05-16T08:49:18.940Z|0x7f9af6aac400|- Finished resetting the current domain, in 0.987 seconds -2023-05-16T08:49:18.940Z|0x7f9af6aac400|Domain Reload Profiling: 1614ms - BeginReloadAssembly (150ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (401ms) - LoadAssemblies (180ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (269ms) - TypeCache.Refresh (248ms) - TypeCache.ScanAssembly (236ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (17ms) - FinalizeReload (988ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (468ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (127ms) - ProcessInitializeOnLoadAttributes (290ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -2023-05-16T08:49:19.221Z|0x7f9af6aac400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:49:19.284Z|0x7f9af6aac400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. -2023-05-16T08:49:19.284Z|0x7f9af6aac400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:49:19.304Z|0x7f99e50d46c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:49:19.309Z|0x7f9af6aac400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5867. -Memory consumption went from 269.4 MB to 267.9 MB. -2023-05-16T08:49:19.309Z|0x7f9af6aac400|Total: 5.030399 ms (FindLiveObjects: 0.313996 ms CreateObjectMapping: 0.268535 ms MarkObjects: 4.207368 ms DeleteObjects: 0.239513 ms) - -2023-05-16T08:49:19.310Z|0x7f9af6aac400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:49:19.312Z|0x7f9af6aac400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:49:19.312Z|0x7f9af6aac400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:49:30.495Z|0x7f9af6aac400|======================================================================== -Received Import Request. - Time since last request: 715.617143 seconds. - path: Assets/Prefabs/Unit.prefab - artifactKey: Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:49:30.504Z|0x7f9af6aac400|Start importing Assets/Prefabs/Unit.prefab using Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:49:30.881Z|0x7f9af6aac400| -> (artifact id: '4267bd185bcb176de1c335285be9b1e7') in 0.377014 seconds -2023-05-16T08:49:30.882Z|0x7f9af6aac400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance -2023-05-16T08:49:30.882Z|0x7f9af6aac400|To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations. -2023-05-16T08:49:30.882Z|0x7f9af6aac400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 574 - -2023-05-16T08:51:08.537Z|0x7f99e5aa36c0|AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log new file mode 100644 index 00000000..b5bc02d1 --- /dev/null +++ b/Logs/AssetImportWorker0.log @@ -0,0 +1,2434 @@ +Unity Editor version: 2023.2.0a14 (4b5982e72917) +Branch: trunk +Build type: Release +Batch mode: YES +System name: Linux +Distro version: #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 +Kernel version: 6.3.2-arch1-1 +Architecture: x86_64 +Available memory: 32044 MB +2023-05-16T09:09:39.000Z|0x7fae26549400|Using pre-set license +2023-05-16T09:09:39.000Z|0x7fae26549400|Pro License: YES +2023-05-16T09:09:39.296Z|0x7fae26549400|Desktop is 4480 x 1440 @ 60 Hz +2023-05-16T09:09:39.297Z|0x7fae26549400|Initialize udev device monitor. +2023-05-16T09:09:39.297Z|0x7fae26549400| +COMMAND LINE ARGUMENTS: +2023-05-16T09:09:39.297Z|0x7fae26549400|Unity +2023-05-16T09:09:39.297Z|0x7fae26549400|-adb2 +2023-05-16T09:09:39.297Z|0x7fae26549400|-batchMode +2023-05-16T09:09:39.297Z|0x7fae26549400|-noUpm +2023-05-16T09:09:39.297Z|0x7fae26549400|-name +2023-05-16T09:09:39.297Z|0x7fae26549400|AssetImportWorker0 +2023-05-16T09:09:39.297Z|0x7fae26549400|-projectPath +2023-05-16T09:09:39.297Z|0x7fae26549400|/home/sascha/current_coding/TurnBasedStrategyCourse +2023-05-16T09:09:39.297Z|0x7fae26549400|-logFile +2023-05-16T09:09:39.297Z|0x7fae26549400|Logs/AssetImportWorker0.log +2023-05-16T09:09:39.297Z|0x7fae26549400|-srvPort +2023-05-16T09:09:39.297Z|0x7fae26549400|39123 +2023-05-16T09:09:39.297Z|0x7fae26549400|Successfully changed project path to: /home/sascha/current_coding/TurnBasedStrategyCourse + +(Unity:23457): Gtk-CRITICAL **: 11:09:39.301: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed + +(Unity:23457): Gtk-CRITICAL **: 11:09:39.317: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed +2023-05-16T09:09:39.317Z|0x7fae26549400|/home/sascha/current_coding/TurnBasedStrategyCourse +2023-05-16T09:09:39.318Z|0x7fae26549400|[UnityMemory] Configuration Parameters - Can be set up in boot.config +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-bucket-allocator-granularity=16" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-bucket-allocator-bucket-count=8" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-bucket-allocator-block-size=33554432" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-bucket-allocator-block-count=8" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-main-allocator-block-size=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-thread-allocator-block-size=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-gfx-main-allocator-block-size=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-gfx-thread-allocator-block-size=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-cache-allocator-block-size=4194304" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-typetree-allocator-block-size=2097152" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-bucket-allocator-granularity=16" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-bucket-allocator-bucket-count=8" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-bucket-allocator-block-size=33554432" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-bucket-allocator-block-count=8" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-allocator-block-size=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-profiler-editor-allocator-block-size=1048576" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-main=16777216" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-job-temp-allocator-block-size=2097152" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-job-temp-allocator-block-size-background=1048576" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-job-temp-allocator-reduction-small-platforms=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-background-worker=32768" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-job-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-preload-manager=33554432" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-nav-mesh-worker=65536" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-audio-worker=65536" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-cloud-worker=32768" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.318Z|0x7fae26549400| "memorysetup-temp-allocator-size-gfx=262144" +2023-05-16T09:09:39.319Z|0x7fae26549400|Player connection [140385944114176] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 2737844478 [EditorId] 2737844478 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +2023-05-16T09:09:39.319Z|0x7fae26549400|Player connection [140385944114176] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 2737844478 [EditorId] 2737844478 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +2023-05-16T09:09:39.391Z|0x7fae26549400|Library Redirect Path: Library/ +2023-05-16T09:09:39.396Z|0x7fae26549400|Unable to load player prefs +2023-05-16T09:09:39.413Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 4.13 ms, found 0 plugins. +2023-05-16T09:09:39.413Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:09:39.413Z|0x7fae26549400|Initialize engine version: 2023.2.0a14 (4b5982e72917) +2023-05-16T09:09:39.413Z|0x7fae26549400|[Subsystems] Discovering subsystems at path /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Resources/UnitySubsystems +2023-05-16T09:09:39.413Z|0x7fae26549400|[Subsystems] Discovering subsystems at path /home/sascha/current_coding/TurnBasedStrategyCourse/Assets +2023-05-16T09:09:39.414Z|0x7fae26549400|GfxDevice: creating device client; threaded=0; jobified=0 +2023-05-16T09:09:39.414Z|0x7fae26549400|[vulkan] LoadVulkanLibrary libvulkan.so.12023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkGetInstanceProcAddr +2023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkGetInstanceProcAddr +2023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateInstance +2023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumerateInstanceExtensionProperties +2023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumerateInstanceLayerProperties +2023-05-16T09:09:39.415Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumerateInstanceVersion +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: count=23 +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] +2023-05-16T09:09:39.466Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] +2023-05-16T09:09:39.467Z|0x7fae26549400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] +2023-05-16T09:09:39.470Z|0x7fae26549400|[vulkan] Loaded instance function vkDestroyInstance +2023-05-16T09:09:39.470Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties +2023-05-16T09:09:39.470Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices +2023-05-16T09:09:39.474Z|0x7fae26549400|Vulkan detection: 2 +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: count=23 +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] +2023-05-16T09:09:39.505Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] +2023-05-16T09:09:39.506Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] +2023-05-16T09:09:39.506Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] +2023-05-16T09:09:39.506Z|0x7fae26549400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkDestroyInstance +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetDeviceProcAddr +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateDevice +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumerateDeviceExtensionProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkEnumerateDeviceLayerProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkDestroySurfaceKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceSupportKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceCapabilitiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceFormatsKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfacePresentModesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateSwapchainKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkDestroySwapchainKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetSwapchainImagesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkAcquireNextImageKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkQueuePresentKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPropertiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPlanePropertiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetDisplayPlaneSupportedDisplaysKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetDisplayModePropertiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateDisplayModeKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetDisplayPlaneCapabilitiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateDisplayPlaneSurfaceKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateSharedSwapchainsKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateXlibSurfaceKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceXlibPresentationSupportKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkSetHdrMetadataEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetSemaphoreFdKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkImportSemaphoreFdKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetFenceFdKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkImportFenceFdKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCreateSamplerYcbcrConversionKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkDestroySamplerYcbcrConversionKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkBindBufferMemory2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkBindImageMemory2KHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkWaitForPresentKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalSemaphorePropertiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalFencePropertiesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkGetPhysicalDeviceFragmentShadingRatesKHR +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkSetDebugUtilsObjectNameEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkSetDebugUtilsObjectTagEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkQueueBeginDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkQueueEndDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkQueueInsertDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdBeginDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdEndDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdInsertDebugUtilsLabelEXT +2023-05-16T09:09:39.509Z|0x7fae26549400|[Vulkan init] SelectPhysicalDevice requestedDeviceIndex=-1 xrDevice=(nil) +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] Physical Device 0x556f74051fc0 [0]: "AMD Radeon RX 590 Series (RADV POLARIS10)" deviceType=2 vendorID=1002 deviceID=67df +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] Physical Device 0x556f74051f10 [1]: "llvmpipe (LLVM 15.0.7, 256 bits)" deviceType=4 vendorID=10005 deviceID=0 +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] Selected physical device 0x556f74051fc0 +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] Graphics queue count=1 +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: count=147 +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_buffer_marker [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_device_coherent_memory [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_draw_indirect_count [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_gcn_shader [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_memory_overallocation_behavior [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_mixed_attachment_samples [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_rasterization_order [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_ballot [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_early_and_late_fragment_tests [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_explicit_vertex_parameter [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_fragment_mask [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_image_load_store_lod [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_shader_trinary_minmax [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_AMD_texture_gather_bias_lod [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_4444_formats [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_attachment_feedback_loop_layout [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_buffer_device_address [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_calibrated_timestamps [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_color_write_enable [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_conditional_rendering [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_custom_border_color [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_depth_clip_control [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_depth_clip_enable [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_depth_range_unrestricted [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_descriptor_buffer [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_descriptor_indexing [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_discard_rectangles [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_display_control [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state3 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_external_memory_dma_buf [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_external_memory_host [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_global_priority [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_global_priority_query [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_graphics_pipeline_library [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_host_query_reset [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_image_2d_view_of_3d [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_image_robustness [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_image_view_min_lod [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_index_type_uint8 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_inline_uniform_block [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_line_rasterization [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_load_store_op_none [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_memory_budget [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_memory_priority [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_multi_draw [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_mutable_descriptor_type [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_non_seamless_cube_map [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_pci_bus_info [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_physical_device_drm [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_primitive_topology_list_restart [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_primitives_generated_query [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_private_data [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_provoking_vertex [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_queue_family_foreign [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_robustness2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_sample_locations [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_scalar_block_layout [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_separate_stencil_usage [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_demote_to_helper_invocation [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_image_atomic_int64 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_module_identifier [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_stencil_export [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_ballot [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_vote [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_shader_viewport_index_layer [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_subgroup_size_control [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_swapchain_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_texel_buffer_alignment [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_transform_feedback [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_vertex_input_dynamic_state [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_EXT_ycbcr_image_arrays [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_GOOGLE_decorate_string [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_GOOGLE_hlsl_functionality1 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_GOOGLE_user_type [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_INTEL_shader_integer_functions2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_16bit_storage [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_8bit_storage [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_bind_memory2 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_buffer_device_address [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_copy_commands2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_create_renderpass2 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_dedicated_allocation [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_deferred_host_operations [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_descriptor_update_template [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_device_group [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_draw_indirect_count [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_driver_properties [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_dynamic_rendering [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_fence [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_fence_fd [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_memory [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_memory_fd [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_semaphore [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_fd [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_format_feature_flags2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_get_memory_requirements2 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_global_priority [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_image_format_list [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_imageless_framebuffer [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_incremental_present [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_maintenance1 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_maintenance2 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_maintenance3 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_maintenance4 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_map_memory2 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_multiview [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_pipeline_executable_properties [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_pipeline_library [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_push_descriptor [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_relaxed_block_layout [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_atomic_int64 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_clock [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_draw_parameters [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_float16_int8 [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_float_controls [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_integer_dot_product [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_non_semantic_info [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_uniform_control_flow [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_shader_terminate_invocation [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_spirv_1_4 [enabled=0, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_swapchain [enabled=1, external=0] +2023-05-16T09:09:39.512Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_swapchain_mutable_format [enabled=1, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_synchronization2 [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_timeline_semaphore [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_variable_pointers [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_vulkan_memory_model [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_workgroup_memory_explicit_layout [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_KHR_zero_initialize_workgroup_memory [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_NV_compute_shader_derivatives [enabled=0, external=0] +2023-05-16T09:09:39.513Z|0x7fae26549400|[Vulkan init] extensions: name=VK_VALVE_mutable_descriptor_type [enabled=0, external=0] +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyDevice +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetDeviceQueue +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkQueueSubmit +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkQueueWaitIdle +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDeviceWaitIdle +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkAllocateMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkFreeMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkMapMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkUnmapMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkFlushMappedMemoryRanges +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkInvalidateMappedMemoryRanges +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetDeviceMemoryCommitment +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkBindBufferMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkBindImageMemory +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetBufferMemoryRequirements +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetImageMemoryRequirements +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkQueueBindSparse +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateFence +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyFence +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkResetFences +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetFenceStatus +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkWaitForFences +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateSemaphore +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroySemaphore +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateEvent +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyEvent +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetEventStatus +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkSetEvent +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkResetEvent +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateQueryPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyQueryPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetQueryPoolResults +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateBuffer +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyBuffer +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateBufferView +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyBufferView +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateImage +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyImage +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetImageSubresourceLayout +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateImageView +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyImageView +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateShaderModule +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyShaderModule +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreatePipelineCache +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyPipelineCache +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetPipelineCacheData +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkMergePipelineCaches +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateGraphicsPipelines +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateComputePipelines +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyPipeline +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreatePipelineLayout +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyPipelineLayout +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateSampler +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroySampler +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateDescriptorSetLayout +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyDescriptorSetLayout +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateDescriptorPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyDescriptorPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkResetDescriptorPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkAllocateDescriptorSets +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkFreeDescriptorSets +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkUpdateDescriptorSets +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateFramebuffer +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyFramebuffer +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateRenderPass +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyRenderPass +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkGetRenderAreaGranularity +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkCreateCommandPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyCommandPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkResetCommandPool +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkAllocateCommandBuffers +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkFreeCommandBuffers +2023-05-16T09:09:39.526Z|0x7fae26549400|[vulkan] Loaded device function vkBeginCommandBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkEndCommandBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkResetCommandBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBindPipeline +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetViewport +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetScissor +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetLineWidth +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetDepthBias +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetBlendConstants +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetDepthBounds +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetStencilCompareMask +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetStencilWriteMask +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetStencilReference +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBindDescriptorSets +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBindIndexBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBindVertexBuffers +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDraw +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDrawIndexed +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDrawIndirect +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDrawIndexedIndirect +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDispatch +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdDispatchIndirect +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdCopyBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdCopyImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBlitImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdCopyBufferToImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdCopyImageToBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdUpdateBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdFillBuffer +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdClearColorImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdClearDepthStencilImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdClearAttachments +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdResolveImage +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetEvent +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdResetEvent +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdWaitEvents +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdPipelineBarrier +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBeginQuery +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdEndQuery +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdResetQueryPool +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdWriteTimestamp +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdCopyQueryPoolResults +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdPushConstants +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBeginRenderPass +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdNextSubpass +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdEndRenderPass +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdExecuteCommands +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkGetImageMemoryRequirements2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkGetBufferMemoryRequirements2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCreateDescriptorUpdateTemplateKHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkDestroyDescriptorUpdateTemplateKHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkUpdateDescriptorSetWithTemplateKHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdBeginRenderPass2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdEndRenderPass2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdNextSubpass2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCreateRenderPass2KHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded device function vkCmdSetVertexInputEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkCmdSetFragmentShadingRateKHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdSetFragmentShadingRateKHR +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkDebugMarkerSetObjectTagEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkDebugMarkerSetObjectTagEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkDebugMarkerSetObjectNameEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkDebugMarkerSetObjectNameEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkCmdDebugMarkerBeginEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdDebugMarkerBeginEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkCmdDebugMarkerEndEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdDebugMarkerEndEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Failed to load device function vkCmdDebugMarkerInsertEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|[vulkan] Loaded instance function vkCmdDebugMarkerInsertEXT +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan API version 1.1.0 (1.3.249 supported by driver, 1.1.0 requested) +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan vendor=[ATI] id=[1002] +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan renderer=[AMD Radeon RX 590 Series (RADV POLARIS10)] id=[67df] +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan device type 2 +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan driverversion=[23.1.99 (0x05c01063)] uint=[96473187] +2023-05-16T09:09:39.527Z|0x7fae26549400|Vulkan driverLibraryString=[radv (3), Mesa 23.2.0-devel (git-a6d4139e59)] +2023-05-16T09:09:39.537Z|0x7fae26549400|Vulkan PSO: cache data not found [path=/tmp/GremlinSoft/TurnBasedStrategyCourse/vulkan_pso_cache.bin] +2023-05-16T09:09:39.595Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:09:39.626Z|0x7fae26549400|Initialize mono +2023-05-16T09:09:39.626Z|0x7fae26549400|Mono path[0] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Managed' +2023-05-16T09:09:39.626Z|0x7fae26549400|Mono path[1] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux' +2023-05-16T09:09:39.626Z|0x7fae26549400|Mono config path = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/etc' +2023-05-16T09:09:39.626Z|0x7fae26549400|Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56457 +2023-05-16T09:09:39.673Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +2023-05-16T09:09:39.826Z|0x7fae26549400|Registering precompiled unity dll's ... +2023-05-16T09:09:39.832Z|0x7fae26549400|Register platform support module: /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll +2023-05-16T09:09:39.833Z|0x7fae26549400|Registered in 0.006617 seconds. +2023-05-16T09:09:40.047Z|0x7fae26549400|- Loaded All Assemblies, in 0.374 seconds +2023-05-16T09:09:40.104Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:09:40.492Z|0x7fae26549400|Mono: successfully reloaded assembly +icall.c:1842: +icall.c:1842: +2023-05-16T09:09:40.512Z|0x7fae26549400|- Finished resetting the current domain, in 0.465 seconds +2023-05-16T09:09:40.513Z|0x7fae26549400|Domain Reload Profiling: 838ms + BeginReloadAssembly (80ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (174ms) + LoadAssemblies (77ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (169ms) + TypeCache.Refresh (168ms) + TypeCache.ScanAssembly (155ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (466ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (397ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (9ms) + BeforeProcessingInitializeOnLoad (9ms) + ProcessInitializeOnLoadAttributes (279ms) + ProcessInitializeOnLoadMethodAttributes (88ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +2023-05-16T09:09:40.722Z|0x7fae26549400|======================================================================== +2023-05-16T09:09:40.722Z|0x7fae26549400|Worker process is ready to serve import requests +2023-05-16T09:09:40.726Z|0x7fae26549400|Import Worker Mode flag is 0x00 +2023-05-16T09:09:41.395Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:09:42.296Z|0x7fae26549400|- Loaded All Assemblies, in 0.901 seconds +2023-05-16T09:09:42.298Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.33 ms, found 0 plugins. +2023-05-16T09:09:42.458Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:09:42.969Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:09:43.070Z|0x7fae26549400|- Finished resetting the current domain, in 0.771 seconds +2023-05-16T09:09:43.070Z|0x7fae26549400|Domain Reload Profiling: 1668ms + BeginReloadAssembly (306ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (51ms) + LoadAllAssembliesAndSetupDomain (484ms) + LoadAssemblies (229ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (322ms) + TypeCache.Refresh (290ms) + TypeCache.ScanAssembly (280ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (13ms) + FinalizeReload (772ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (504ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (116ms) + ProcessInitializeOnLoadAttributes (334ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +2023-05-16T09:09:43.239Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:09:43.271Z|0x7fae26549400|Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds +2023-05-16T09:09:43.342Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.33 ms, found 0 plugins. +2023-05-16T09:09:43.342Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:09:43.364Z|0x7fad14bd06c0|Unloading 4925 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:09:43.369Z|0x7fae26549400|Unloading 18 unused Assets / (1.5 MB). Loaded Objects now: 5498. +Memory consumption went from 270.3 MB to 268.7 MB. +2023-05-16T09:09:43.369Z|0x7fae26549400|Total: 5.169041 ms (FindLiveObjects: 0.239643 ms CreateObjectMapping: 0.277754 ms MarkObjects: 4.124534 ms DeleteObjects: 0.526063 ms) + +2023-05-16T09:09:43.371Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:09:43.371Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:09:43.372Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 10720.678825 seconds. + path: Assets/Prefabs/GridDebugObject.prefab + artifactKey: Guid(2c784f150865e50af8702766de65e504) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:09:43.383Z|0x7fae26549400|Start importing Assets/Prefabs/GridDebugObject.prefab using Guid(2c784f150865e50af8702766de65e504) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:09:43.445Z|0x7fae26549400| -> (artifact id: '1796a73bc4cfb6b855c947a1acd7e421') in 0.061742 seconds +2023-05-16T09:09:43.445Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 17 + +2023-05-16T09:10:16.440Z|0x7fae26549400|======================================================================== +2023-05-16T09:10:16.440Z|0x7fae26549400|Received Prepare +2023-05-16T09:10:16.775Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:10:17.438Z|0x7fae26549400|- Loaded All Assemblies, in 0.664 seconds +2023-05-16T09:10:17.440Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.33 ms, found 0 plugins. +2023-05-16T09:10:17.772Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:10:18.270Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:10:18.374Z|0x7fae26549400|- Finished resetting the current domain, in 0.933 seconds +2023-05-16T09:10:18.375Z|0x7fae26549400|Domain Reload Profiling: 1593ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (413ms) + LoadAssemblies (206ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (259ms) + TypeCache.Refresh (247ms) + TypeCache.ScanAssembly (235ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (933ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (479ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (152ms) + ProcessInitializeOnLoadAttributes (276ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:10:18.660Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:10:18.729Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:10:18.729Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:10:18.747Z|0x7fad14bd06c0|Unloading 4746 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:10:18.752Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5517. +Memory consumption went from 239.5 MB to 238.0 MB. +2023-05-16T09:10:18.752Z|0x7fae26549400|Total: 4.954425 ms (FindLiveObjects: 0.275580 ms CreateObjectMapping: 0.251471 ms MarkObjects: 4.196621 ms DeleteObjects: 0.229222 ms) + +2023-05-16T09:10:18.753Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:10:18.755Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:10:18.755Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:11:35.941Z|0x7fae26549400|======================================================================== +2023-05-16T09:11:35.942Z|0x7fae26549400|Received Prepare +2023-05-16T09:11:36.283Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:11:36.917Z|0x7fae26549400|- Loaded All Assemblies, in 0.633 seconds +2023-05-16T09:11:36.918Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.34 ms, found 0 plugins. +2023-05-16T09:11:37.261Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:11:37.836Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:11:37.943Z|0x7fae26549400|- Finished resetting the current domain, in 1.024 seconds +2023-05-16T09:11:37.944Z|0x7fae26549400|Domain Reload Profiling: 1654ms + BeginReloadAssembly (138ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (417ms) + LoadAssemblies (202ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (262ms) + TypeCache.Refresh (246ms) + TypeCache.ScanAssembly (235ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1024ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (555ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (177ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +2023-05-16T09:11:38.243Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:11:38.306Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.81 ms, found 0 plugins. +2023-05-16T09:11:38.306Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:11:38.324Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:11:38.329Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5534. +Memory consumption went from 241.5 MB to 240.0 MB. +2023-05-16T09:11:38.329Z|0x7fae26549400|Total: 4.661542 ms (FindLiveObjects: 0.267767 ms CreateObjectMapping: 0.236291 ms MarkObjects: 3.925568 ms DeleteObjects: 0.230840 ms) + +2023-05-16T09:11:38.330Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:11:38.332Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:11:38.332Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:12:43.918Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 180.473209 seconds. + path: Assets/Prefabs/GridSystemVisualSingle.prefab + artifactKey: Guid(1ae06a7db3a3d28b5bc430ea6dab47aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:12:43.928Z|0x7fae26549400|Start importing Assets/Prefabs/GridSystemVisualSingle.prefab using Guid(1ae06a7db3a3d28b5bc430ea6dab47aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:12:44.275Z|0x7fae26549400| -> (artifact id: '1373acc241d14fc583926bbe415a4883') in 0.347071 seconds +2023-05-16T09:12:44.275Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 34 + +2023-05-16T09:14:41.929Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 117.653528 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Cinemachine_header.tif + artifactKey: Guid(372fe04232d5ed94d8d71524616c1543) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:41.938Z|0x7fae26549400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Cinemachine_header.tif using Guid(372fe04232d5ed94d8d71524616c1543) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:41.949Z|0x7fae26549400| -> (artifact id: '9265d8359cf2285f08ae608b7cfbd45f') in 0.011117 seconds +2023-05-16T09:14:41.949Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:41.950Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000037 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleON.png + artifactKey: Guid(67a774c4384aa6c488128e2851b18ced) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:41.958Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleON.png using Guid(67a774c4384aa6c488128e2851b18ced) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:41.963Z|0x7fae26549400| -> (artifact id: 'ae4475d4e08557c269ddb573f5ac035d') in 0.004222 seconds +2023-05-16T09:14:41.963Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:41.964Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000181 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled@2x.png + artifactKey: Guid(fd12dbe3b63ae464f824b4a74c0e1766) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:41.972Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled@2x.png using Guid(fd12dbe3b63ae464f824b4a74c0e1766) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:41.977Z|0x7fae26549400| -> (artifact id: 'e96605a0ba68c8b696423408cc33b209') in 0.004825 seconds +2023-05-16T09:14:41.978Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:41.978Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000018 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceON.png + artifactKey: Guid(7b4b3cedf598c954cb2f38d6e2e34c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:41.987Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceON.png using Guid(7b4b3cedf598c954cb2f38d6e2e34c0d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:41.991Z|0x7fae26549400| -> (artifact id: '7fefc176cc0a237ceddd2cedbd399352') in 0.004531 seconds +2023-05-16T09:14:41.992Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:41.992Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000015 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineHeaderMarkerIcon.png + artifactKey: Guid(4f8d98ef7dbbe3d469e14c04722cbeed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.001Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineHeaderMarkerIcon.png using Guid(4f8d98ef7dbbe3d469e14c04722cbeed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.005Z|0x7fae26549400| -> (artifact id: '415336803190849248982b766648670d') in 0.004194 seconds +2023-05-16T09:14:42.007Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.007Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000016 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineDigIn.png + artifactKey: Guid(22c3c381bd3cd4a40a8541103023e1ef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.015Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineDigIn.png using Guid(22c3c381bd3cd4a40a8541103023e1ef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.019Z|0x7fae26549400| -> (artifact id: '4f372bd7d28a7d45b3872d09df9fcffd') in 0.004571 seconds +2023-05-16T09:14:42.020Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.020Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000015 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled.png + artifactKey: Guid(c207dcd389fb689489f5266468cd4609) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.029Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonEnabled.png using Guid(c207dcd389fb689489f5266468cd4609) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.033Z|0x7fae26549400| -> (artifact id: 'afafbc7fc58a3d045a8a928363efe82d') in 0.004741 seconds +2023-05-16T09:14:42.034Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.034Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000015 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled.png + artifactKey: Guid(d55a54a15106e3f418a43134888f2211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.042Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled.png using Guid(d55a54a15106e3f418a43134888f2211) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.047Z|0x7fae26549400| -> (artifact id: '91e3b102c6cc465d2d969930a95f8f1c') in 0.005004 seconds +2023-05-16T09:14:42.049Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.049Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000016 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixOFF.png + artifactKey: Guid(39d9575ed0465354cb02b69ea18526de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.058Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixOFF.png using Guid(39d9575ed0465354cb02b69ea18526de) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.063Z|0x7fae26549400| -> (artifact id: '8ea149ef2e5f64b0ea13c12cfba803f3') in 0.005030 seconds +2023-05-16T09:14:42.064Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.064Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000015 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled.png + artifactKey: Guid(e8aa120f1b4731e43a2dd31eb70bbbe2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.074Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled.png using Guid(e8aa120f1b4731e43a2dd31eb70bbbe2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.078Z|0x7fae26549400| -> (artifact id: '6d1bed80e9945576dc280dcd6cb72a02') in 0.004251 seconds +2023-05-16T09:14:42.079Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.079Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000014 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSelector.png + artifactKey: Guid(06bf6150656339941aa98e175a995445) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.089Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSelector.png using Guid(06bf6150656339941aa98e175a995445) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.093Z|0x7fae26549400| -> (artifact id: '21126b38b4acf08ca574564310420bf7') in 0.004190 seconds +2023-05-16T09:14:42.094Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.094Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000015 seconds. + path: Packages/com.unity.cinemachine/Gizmos/cm_logo.png + artifactKey: Guid(b8ba3923a6094cd48b85425f47fd7450) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.104Z|0x7fae26549400|Start importing Packages/com.unity.cinemachine/Gizmos/cm_logo.png using Guid(b8ba3923a6094cd48b85425f47fd7450) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.109Z|0x7fae26549400| -> (artifact id: '81c9f672e800e15fb833b4df3bbc517e') in 0.005258 seconds +2023-05-16T09:14:42.111Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.111Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000027 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled.png + artifactKey: Guid(b3644a971cca0bd4eb357cb9aca4dde1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.120Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackMarkerButtonDisabled.png using Guid(b3644a971cca0bd4eb357cb9aca4dde1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.124Z|0x7fae26549400| -> (artifact id: 'b51a64d1dd7bf17fae8eddf8f6148c9a') in 0.004312 seconds +2023-05-16T09:14:42.125Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.125Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000037 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixON.png + artifactKey: Guid(7c681ffb5a436684fa3e98a9b66775c0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.134Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeMixON.png using Guid(7c681ffb5a436684fa3e98a9b66775c0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.138Z|0x7fae26549400| -> (artifact id: 'c4b8ce101e734de4d71b56f60ce59fad') in 0.004307 seconds +2023-05-16T09:14:42.140Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.140Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000022 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/cm_logo_sm.png + artifactKey: Guid(5f2a108eb023faf43a809979fd3d38f2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.148Z|0x7fae26549400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/cm_logo_sm.png using Guid(5f2a108eb023faf43a809979fd3d38f2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.154Z|0x7fae26549400| -> (artifact id: '5634cd3ece376c21b83c6cb41158eba7') in 0.005791 seconds +2023-05-16T09:14:42.155Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.801Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 2.646410 seconds. + path: Assets/Textures/Grid.png + artifactKey: Guid(ab269c538609ee34d8bd8e2ff5168c86) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.811Z|0x7fae26549400|Start importing Assets/Textures/Grid.png using Guid(ab269c538609ee34d8bd8e2ff5168c86) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.817Z|0x7fae26549400| -> (artifact id: '96a36217633ae14bb1f432068787264b') in 0.006004 seconds +2023-05-16T09:14:44.818Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.818Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000084 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_02.png + artifactKey: Guid(6b38ffdcc39b96042a822bb3f490eefd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.826Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_02.png using Guid(6b38ffdcc39b96042a822bb3f490eefd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.833Z|0x7fae26549400| -> (artifact id: 'ee2c6e1c233e5075c7266d05fe22a849') in 0.006915 seconds +2023-05-16T09:14:44.833Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.833Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000082 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_06.png + artifactKey: Guid(bbc54c0e722a346408cd09eef6dc0cd6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.842Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_06.png using Guid(bbc54c0e722a346408cd09eef6dc0cd6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.849Z|0x7fae26549400| -> (artifact id: 'aaa07701e2db43738840a3c36a489877') in 0.006482 seconds +2023-05-16T09:14:44.849Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.849Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000107 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_03.png + artifactKey: Guid(86507321c175292409cc422c5e33d711) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.858Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_03.png using Guid(86507321c175292409cc422c5e33d711) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.865Z|0x7fae26549400| -> (artifact id: 'ce7df9f21fef3bea3bb7b6a833e95dea') in 0.006763 seconds +2023-05-16T09:14:44.865Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.866Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000094 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_05.png + artifactKey: Guid(8634f8cf5ba74134c972fb2d36355077) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.875Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_05.png using Guid(8634f8cf5ba74134c972fb2d36355077) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.881Z|0x7fae26549400| -> (artifact id: '355941d4fc2bc42d242f5a16c0d4b017') in 0.006402 seconds +2023-05-16T09:14:44.881Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:52.750Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 7.868956 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/SceneToolsLabelBackground.png + artifactKey: Guid(5ca5d3d4919ce4b4bbbc4e3c67bf6320) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:52.759Z|0x7fae26549400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/SceneToolsLabelBackground.png using Guid(5ca5d3d4919ce4b4bbbc4e3c67bf6320) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:52.764Z|0x7fae26549400| -> (artifact id: '073c620c0b8264e661e53f91fcd3794b') in 0.004287 seconds +2023-05-16T09:14:52.764Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:52.764Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000051 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineGroupBackground.png + artifactKey: Guid(6ca5daa3415451940921fa7e2c3db9e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:52.773Z|0x7fae26549400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Shared/TimelineGroupBackground.png using Guid(6ca5daa3415451940921fa7e2c3db9e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:52.778Z|0x7fae26549400| -> (artifact id: '009e8fbd387fd5efe566ea50174b38e5') in 0.004864 seconds +2023-05-16T09:14:52.779Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:16:16.965Z|0x7fae26549400|======================================================================== +2023-05-16T09:16:16.965Z|0x7fae26549400|Received Prepare +2023-05-16T09:16:17.284Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:16:17.938Z|0x7fae26549400|- Loaded All Assemblies, in 0.654 seconds +2023-05-16T09:16:17.939Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:16:18.300Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:16:18.914Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:16:19.025Z|0x7fae26549400|- Finished resetting the current domain, in 1.084 seconds +2023-05-16T09:16:19.025Z|0x7fae26549400|Domain Reload Profiling: 1734ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (193ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (266ms) + TypeCache.Refresh (254ms) + TypeCache.ScanAssembly (243ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1085ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (591ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (190ms) + ProcessInitializeOnLoadAttributes (344ms) + ProcessInitializeOnLoadMethodAttributes (39ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +2023-05-16T09:16:19.349Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:16:19.421Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. +2023-05-16T09:16:19.422Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:16:19.443Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:16:19.448Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5586. +Memory consumption went from 242.3 MB to 240.8 MB. +2023-05-16T09:16:19.448Z|0x7fae26549400|Total: 4.611087 ms (FindLiveObjects: 0.275434 ms CreateObjectMapping: 0.236433 ms MarkObjects: 3.786316 ms DeleteObjects: 0.311510 ms) + +2023-05-16T09:16:19.448Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:16:19.450Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:16:19.450Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:16:48.692Z|0x7fae26549400|======================================================================== +2023-05-16T09:16:48.692Z|0x7fae26549400|Received Prepare +2023-05-16T09:16:49.026Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:16:49.665Z|0x7fae26549400|- Loaded All Assemblies, in 0.639 seconds +2023-05-16T09:16:49.667Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:16:50.017Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:16:50.541Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:16:50.648Z|0x7fae26549400|- Finished resetting the current domain, in 0.980 seconds +2023-05-16T09:16:50.649Z|0x7fae26549400|Domain Reload Profiling: 1616ms + BeginReloadAssembly (155ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (32ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (197ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (256ms) + TypeCache.Refresh (244ms) + TypeCache.ScanAssembly (233ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (981ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (501ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (167ms) + ProcessInitializeOnLoadAttributes (279ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:16:50.955Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:16:51.021Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.45 ms, found 0 plugins. +2023-05-16T09:16:51.021Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:16:51.041Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:16:51.048Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5603. +Memory consumption went from 244.4 MB to 242.8 MB. +2023-05-16T09:16:51.048Z|0x7fae26549400|Total: 6.583322 ms (FindLiveObjects: 0.286324 ms CreateObjectMapping: 0.234302 ms MarkObjects: 5.828961 ms DeleteObjects: 0.232729 ms) + +2023-05-16T09:16:51.049Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:16:51.051Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:16:51.051Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:08.499Z|0x7fae26549400|======================================================================== +2023-05-16T09:17:08.499Z|0x7fae26549400|Received Prepare +2023-05-16T09:17:08.844Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:09.473Z|0x7fae26549400|- Loaded All Assemblies, in 0.629 seconds +2023-05-16T09:17:09.475Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:17:09.827Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:10.312Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:17:10.422Z|0x7fae26549400|- Finished resetting the current domain, in 0.946 seconds +2023-05-16T09:17:10.422Z|0x7fae26549400|Domain Reload Profiling: 1570ms + BeginReloadAssembly (148ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (32ms) + LoadAllAssembliesAndSetupDomain (398ms) + LoadAssemblies (189ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (260ms) + TypeCache.Refresh (248ms) + TypeCache.ScanAssembly (236ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (946ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (454ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (179ms) + ProcessInitializeOnLoadAttributes (219ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (36ms) +2023-05-16T09:17:10.742Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:10.811Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.63 ms, found 0 plugins. +2023-05-16T09:17:10.811Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:10.833Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:10.839Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5620. +Memory consumption went from 246.5 MB to 245.0 MB. +2023-05-16T09:17:10.839Z|0x7fae26549400|Total: 5.305288 ms (FindLiveObjects: 0.253401 ms CreateObjectMapping: 0.219073 ms MarkObjects: 4.562150 ms DeleteObjects: 0.269673 ms) + +2023-05-16T09:17:10.839Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:10.842Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:10.842Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:18.979Z|0x7fae26549400|======================================================================== +2023-05-16T09:17:18.979Z|0x7fae26549400|Received Prepare +2023-05-16T09:17:19.321Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:19.961Z|0x7fae26549400|- Loaded All Assemblies, in 0.639 seconds +2023-05-16T09:17:19.963Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:17:20.314Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:20.818Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:17:20.920Z|0x7fae26549400|- Finished resetting the current domain, in 0.956 seconds +2023-05-16T09:17:20.920Z|0x7fae26549400|Domain Reload Profiling: 1592ms + BeginReloadAssembly (155ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (31ms) + LoadAllAssembliesAndSetupDomain (398ms) + LoadAssemblies (197ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (256ms) + TypeCache.Refresh (244ms) + TypeCache.ScanAssembly (233ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (956ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (483ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (196ms) + ProcessInitializeOnLoadAttributes (234ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:17:21.215Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:21.278Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:17:21.278Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:21.300Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:21.312Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5637. +Memory consumption went from 248.7 MB to 247.1 MB. +2023-05-16T09:17:21.312Z|0x7fae26549400|Total: 11.180573 ms (FindLiveObjects: 0.275547 ms CreateObjectMapping: 0.350778 ms MarkObjects: 10.230445 ms DeleteObjects: 0.322643 ms) + +2023-05-16T09:17:21.312Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:21.317Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:21.317Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:34.398Z|0x7fae26549400|======================================================================== +2023-05-16T09:17:34.398Z|0x7fae26549400|Received Prepare +2023-05-16T09:17:34.728Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:35.347Z|0x7fae26549400|- Loaded All Assemblies, in 0.619 seconds +2023-05-16T09:17:35.349Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:17:35.732Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:36.234Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:17:36.343Z|0x7fae26549400|- Finished resetting the current domain, in 0.993 seconds +2023-05-16T09:17:36.344Z|0x7fae26549400|Domain Reload Profiling: 1609ms + BeginReloadAssembly (143ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (397ms) + LoadAssemblies (189ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (257ms) + TypeCache.Refresh (244ms) + TypeCache.ScanAssembly (233ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (994ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (479ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (155ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:17:36.646Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:36.709Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.46 ms, found 0 plugins. +2023-05-16T09:17:36.709Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:36.729Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:36.734Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5654. +Memory consumption went from 250.8 MB to 249.3 MB. +2023-05-16T09:17:36.734Z|0x7fae26549400|Total: 4.346463 ms (FindLiveObjects: 0.266030 ms CreateObjectMapping: 0.210474 ms MarkObjects: 3.631755 ms DeleteObjects: 0.237014 ms) + +2023-05-16T09:17:36.734Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:36.736Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:36.736Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:36.736Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:36.737Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:20.512Z|0x7fae26549400|======================================================================== +2023-05-16T09:18:20.512Z|0x7fae26549400|Received Prepare +2023-05-16T09:18:20.833Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:18:21.486Z|0x7fae26549400|- Loaded All Assemblies, in 0.652 seconds +2023-05-16T09:18:21.487Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.46 ms, found 0 plugins. +2023-05-16T09:18:21.875Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:18:22.327Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:18:22.428Z|0x7fae26549400|- Finished resetting the current domain, in 0.939 seconds +2023-05-16T09:18:22.428Z|0x7fae26549400|Domain Reload Profiling: 1587ms + BeginReloadAssembly (153ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (31ms) + LoadAllAssembliesAndSetupDomain (416ms) + LoadAssemblies (197ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (272ms) + TypeCache.Refresh (258ms) + TypeCache.ScanAssembly (247ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (939ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (430ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (118ms) + ProcessInitializeOnLoadAttributes (259ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:18:22.717Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:18:22.781Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. +2023-05-16T09:18:22.781Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:18:22.807Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:18:22.813Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5671. +Memory consumption went from 253.0 MB to 251.4 MB. +2023-05-16T09:18:22.813Z|0x7fae26549400|Total: 5.770523 ms (FindLiveObjects: 0.433445 ms CreateObjectMapping: 0.225933 ms MarkObjects: 4.803461 ms DeleteObjects: 0.306721 ms) + +2023-05-16T09:18:22.813Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:18:22.815Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:18:22.816Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:35.085Z|0x7fae26549400|======================================================================== +2023-05-16T09:18:35.085Z|0x7fae26549400|Received Prepare +2023-05-16T09:18:35.435Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:18:36.076Z|0x7fae26549400|- Loaded All Assemblies, in 0.641 seconds +2023-05-16T09:18:36.077Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:18:36.455Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:18:37.102Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:18:37.262Z|0x7fae26549400|- Finished resetting the current domain, in 1.183 seconds +2023-05-16T09:18:37.262Z|0x7fae26549400|Domain Reload Profiling: 1820ms + BeginReloadAssembly (153ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (405ms) + LoadAssemblies (197ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (260ms) + TypeCache.Refresh (247ms) + TypeCache.ScanAssembly (236ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1184ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (623ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (257ms) + ProcessInitializeOnLoadAttributes (307ms) + ProcessInitializeOnLoadMethodAttributes (41ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (29ms) +2023-05-16T09:18:37.583Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:18:37.651Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:18:37.651Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:18:37.674Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:18:37.680Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5688. +Memory consumption went from 255.1 MB to 253.6 MB. +2023-05-16T09:18:37.680Z|0x7fae26549400|Total: 5.831919 ms (FindLiveObjects: 0.266617 ms CreateObjectMapping: 0.201007 ms MarkObjects: 5.127659 ms DeleteObjects: 0.235651 ms) + +2023-05-16T09:18:37.681Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:18:37.683Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:18:37.683Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:44.429Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 231.650023 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Dark/FOV.png + artifactKey: Guid(e19681a513069400aa38220f89283d8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.439Z|0x7fae26549400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Dark/FOV.png using Guid(e19681a513069400aa38220f89283d8d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.498Z|0x7fae26549400| -> (artifact id: 'a49b27d8441e2fb2ea934108c3d9a404') in 0.058250 seconds +2023-05-16T09:18:44.498Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.498Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000040 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_08.png + artifactKey: Guid(ddab983e2c69e254983f35d0ef86f336) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.507Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_08.png using Guid(ddab983e2c69e254983f35d0ef86f336) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.514Z|0x7fae26549400| -> (artifact id: 'f6d3c1bd5b28503d120dea2cff2ff306') in 0.006432 seconds +2023-05-16T09:18:44.514Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.514Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000040 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_05.png + artifactKey: Guid(df7c0e6cf8f64a44ea359c778e386616) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.523Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_05.png using Guid(df7c0e6cf8f64a44ea359c778e386616) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.537Z|0x7fae26549400| -> (artifact id: 'fba600b86fe7bf659fab2157f976d6b1') in 0.013570 seconds +2023-05-16T09:18:44.537Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.537Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000013 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_06.png + artifactKey: Guid(39e6fbca0660715408ee44a3391e9b29) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.550Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_06.png using Guid(39e6fbca0660715408ee44a3391e9b29) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.556Z|0x7fae26549400| -> (artifact id: 'e9e03e86a19f49ee8528344cf4c6d6c4') in 0.005781 seconds +2023-05-16T09:18:44.557Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.557Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000031 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_09.png + artifactKey: Guid(67844d2820eea35448a8cf014d6cba30) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.566Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_09.png using Guid(67844d2820eea35448a8cf014d6cba30) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.578Z|0x7fae26549400| -> (artifact id: 'cd2ad943ca07f1f01e1ba4e2bf6f114e') in 0.012440 seconds +2023-05-16T09:18:44.579Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.580Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000022 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_04.png + artifactKey: Guid(56d0dcfd4f388074b86b2ca24191e027) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.588Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_04.png using Guid(56d0dcfd4f388074b86b2ca24191e027) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.594Z|0x7fae26549400| -> (artifact id: '3da2af4a5b9eb6d8c02c1a3f7854e7bb') in 0.006346 seconds +2023-05-16T09:18:44.595Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.595Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000185 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_02.png + artifactKey: Guid(e6bcefb2a2fea3442809925e5d4fe224) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.604Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_02.png using Guid(e6bcefb2a2fea3442809925e5d4fe224) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.619Z|0x7fae26549400| -> (artifact id: '82750e2c0f41d03c53acc90f2f555e8e') in 0.014868 seconds +2023-05-16T09:18:44.619Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.620Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000014 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_03.png + artifactKey: Guid(24f3639160792c447b0654fa3b55a9da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.628Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_03.png using Guid(24f3639160792c447b0654fa3b55a9da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.646Z|0x7fae26549400| -> (artifact id: 'df877f1d1bb1f465f35a572039b7af29') in 0.017839 seconds +2023-05-16T09:18:44.646Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.646Z|0x7fae26549400|======================================================================== +Received Import Request. + Time since last request: 0.000117 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_07.png + artifactKey: Guid(ba6d3750577556449812b1bbf8ccd2bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.655Z|0x7fae26549400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_07.png using Guid(ba6d3750577556449812b1bbf8ccd2bc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.670Z|0x7fae26549400| -> (artifact id: 'd995e51a78075e4c610d4aef980a5658') in 0.014942 seconds +2023-05-16T09:18:44.671Z|0x7fae26549400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:19:06.025Z|0x7fae26549400|======================================================================== +2023-05-16T09:19:06.025Z|0x7fae26549400|Received Prepare +2023-05-16T09:19:06.345Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:06.973Z|0x7fae26549400|- Loaded All Assemblies, in 0.628 seconds +2023-05-16T09:19:06.975Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:19:07.333Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:07.875Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:19:07.976Z|0x7fae26549400|- Finished resetting the current domain, in 1.001 seconds +2023-05-16T09:19:07.977Z|0x7fae26549400|Domain Reload Profiling: 1625ms + BeginReloadAssembly (150ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (400ms) + LoadAssemblies (190ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (258ms) + TypeCache.Refresh (245ms) + TypeCache.ScanAssembly (234ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1001ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (520ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (114ms) + ProcessInitializeOnLoadAttributes (355ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:19:08.264Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:08.328Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:19:08.328Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:08.367Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:08.373Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5705. +Memory consumption went from 249.7 MB to 248.2 MB. +2023-05-16T09:19:08.373Z|0x7fae26549400|Total: 5.185961 ms (FindLiveObjects: 0.273816 ms CreateObjectMapping: 0.215704 ms MarkObjects: 4.452147 ms DeleteObjects: 0.242996 ms) + +2023-05-16T09:19:08.373Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:08.375Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:08.376Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:19:20.435Z|0x7fae26549400|======================================================================== +2023-05-16T09:19:20.435Z|0x7fae26549400|Received Prepare +2023-05-16T09:19:20.765Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:21.458Z|0x7fae26549400|- Loaded All Assemblies, in 0.692 seconds +2023-05-16T09:19:21.459Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:19:21.837Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:22.295Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:19:22.395Z|0x7fae26549400|- Finished resetting the current domain, in 0.934 seconds +2023-05-16T09:19:22.395Z|0x7fae26549400|Domain Reload Profiling: 1623ms + BeginReloadAssembly (156ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (457ms) + LoadAssemblies (227ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (279ms) + TypeCache.Refresh (266ms) + TypeCache.ScanAssembly (253ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (935ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (436ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (131ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:19:22.692Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:22.757Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:19:22.757Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:22.778Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:22.784Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5722. +Memory consumption went from 251.8 MB to 250.3 MB. +2023-05-16T09:19:22.784Z|0x7fae26549400|Total: 5.556810 ms (FindLiveObjects: 0.264532 ms CreateObjectMapping: 0.213662 ms MarkObjects: 4.836791 ms DeleteObjects: 0.240756 ms) + +2023-05-16T09:19:22.785Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:22.787Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:22.787Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:19:38.492Z|0x7fae26549400|======================================================================== +2023-05-16T09:19:38.492Z|0x7fae26549400|Received Prepare +2023-05-16T09:19:38.819Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:39.440Z|0x7fae26549400|- Loaded All Assemblies, in 0.621 seconds +2023-05-16T09:19:39.441Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:19:39.798Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:40.295Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:19:40.402Z|0x7fae26549400|- Finished resetting the current domain, in 0.960 seconds +2023-05-16T09:19:40.403Z|0x7fae26549400|Domain Reload Profiling: 1577ms + BeginReloadAssembly (145ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (396ms) + LoadAssemblies (185ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (260ms) + TypeCache.Refresh (247ms) + TypeCache.ScanAssembly (236ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (960ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (476ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:19:40.692Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:40.759Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.50 ms, found 0 plugins. +2023-05-16T09:19:40.760Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:40.780Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:40.784Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5739. +Memory consumption went from 254.0 MB to 252.5 MB. +2023-05-16T09:19:40.784Z|0x7fae26549400|Total: 4.305412 ms (FindLiveObjects: 0.276516 ms CreateObjectMapping: 0.205117 ms MarkObjects: 3.568749 ms DeleteObjects: 0.254100 ms) + +2023-05-16T09:19:40.785Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:40.787Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:40.787Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:20:54.253Z|0x7fae26549400|======================================================================== +2023-05-16T09:20:54.253Z|0x7fae26549400|Received Prepare +2023-05-16T09:20:54.606Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:20:55.418Z|0x7fae26549400|- Loaded All Assemblies, in 0.812 seconds +2023-05-16T09:20:55.420Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.48 ms, found 0 plugins. +2023-05-16T09:20:55.844Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:20:56.397Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:20:56.495Z|0x7fae26549400|- Finished resetting the current domain, in 1.074 seconds +2023-05-16T09:20:56.496Z|0x7fae26549400|Domain Reload Profiling: 1883ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (31ms) + LoadAllAssembliesAndSetupDomain (471ms) + LoadAssemblies (239ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (305ms) + TypeCache.Refresh (284ms) + TypeCache.ScanAssembly (271ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (15ms) + FinalizeReload (1074ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (533ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (172ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:20:56.773Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:20:56.860Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. +2023-05-16T09:20:56.860Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:20:56.891Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:20:56.898Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5756. +Memory consumption went from 256.1 MB to 254.6 MB. +2023-05-16T09:20:56.898Z|0x7fae26549400|Total: 7.136805 ms (FindLiveObjects: 0.264205 ms CreateObjectMapping: 0.230842 ms MarkObjects: 6.347488 ms DeleteObjects: 0.293105 ms) + +2023-05-16T09:20:56.898Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:20:56.901Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:20:56.901Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:22:01.298Z|0x7fae26549400|======================================================================== +2023-05-16T09:22:01.298Z|0x7fae26549400|Received Prepare +2023-05-16T09:22:01.640Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:22:02.337Z|0x7fae26549400|- Loaded All Assemblies, in 0.698 seconds +2023-05-16T09:22:02.339Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. +2023-05-16T09:22:02.815Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:22:03.727Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:22:03.852Z|0x7fae26549400|- Finished resetting the current domain, in 1.511 seconds +2023-05-16T09:22:03.852Z|0x7fae26549400|Domain Reload Profiling: 2205ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (33ms) + LoadAllAssembliesAndSetupDomain (442ms) + LoadAssemblies (212ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (289ms) + TypeCache.Refresh (272ms) + TypeCache.ScanAssembly (259ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1511ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (886ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (8ms) + BeforeProcessingInitializeOnLoad (332ms) + ProcessInitializeOnLoadAttributes (474ms) + ProcessInitializeOnLoadMethodAttributes (51ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (35ms) +2023-05-16T09:22:04.144Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:22:04.204Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:22:04.204Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:22:04.228Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:22:04.234Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5773. +Memory consumption went from 258.2 MB to 256.7 MB. +2023-05-16T09:22:04.234Z|0x7fae26549400|Total: 5.596802 ms (FindLiveObjects: 0.745583 ms CreateObjectMapping: 0.234381 ms MarkObjects: 4.391196 ms DeleteObjects: 0.224551 ms) + +2023-05-16T09:22:04.234Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:22:04.236Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:22:04.236Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:22:24.948Z|0x7fae26549400|======================================================================== +2023-05-16T09:22:24.948Z|0x7fae26549400|Received Prepare +2023-05-16T09:22:25.266Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:22:25.948Z|0x7fae26549400|- Loaded All Assemblies, in 0.682 seconds +2023-05-16T09:22:25.950Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.65 ms, found 0 plugins. +2023-05-16T09:22:26.385Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:22:26.872Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:22:26.969Z|0x7fae26549400|- Finished resetting the current domain, in 1.017 seconds +2023-05-16T09:22:26.969Z|0x7fae26549400|Domain Reload Profiling: 1696ms + BeginReloadAssembly (158ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (31ms) + LoadAllAssembliesAndSetupDomain (434ms) + LoadAssemblies (211ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (279ms) + TypeCache.Refresh (260ms) + TypeCache.ScanAssembly (248ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (14ms) + FinalizeReload (1018ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (467ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (175ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:22:27.239Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:22:27.299Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:22:27.299Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:22:27.319Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:22:27.324Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5790. +Memory consumption went from 260.4 MB to 258.9 MB. +2023-05-16T09:22:27.324Z|0x7fae26549400|Total: 4.437631 ms (FindLiveObjects: 0.289807 ms CreateObjectMapping: 0.243053 ms MarkObjects: 3.656084 ms DeleteObjects: 0.247660 ms) + +2023-05-16T09:22:27.324Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:22:27.326Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:22:27.326Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:31:46.114Z|0x7fae26549400|======================================================================== +2023-05-16T09:31:46.114Z|0x7fae26549400|Received Prepare +2023-05-16T09:31:46.463Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:31:47.126Z|0x7fae26549400|- Loaded All Assemblies, in 0.663 seconds +2023-05-16T09:31:47.128Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:31:47.489Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:31:47.996Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:31:48.103Z|0x7fae26549400|- Finished resetting the current domain, in 0.973 seconds +2023-05-16T09:31:48.103Z|0x7fae26549400|Domain Reload Profiling: 1634ms + BeginReloadAssembly (160ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (59ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (422ms) + LoadAssemblies (208ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (264ms) + TypeCache.Refresh (247ms) + TypeCache.ScanAssembly (236ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (12ms) + FinalizeReload (974ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (484ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (134ms) + ProcessInitializeOnLoadAttributes (297ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:31:48.393Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:31:48.463Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:31:48.463Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:31:48.488Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:31:48.493Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5807. +Memory consumption went from 262.5 MB to 261.0 MB. +2023-05-16T09:31:48.493Z|0x7fae26549400|Total: 4.564774 ms (FindLiveObjects: 0.267112 ms CreateObjectMapping: 0.205438 ms MarkObjects: 3.850895 ms DeleteObjects: 0.240320 ms) + +2023-05-16T09:31:48.493Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:31:48.495Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:31:48.495Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:31:51.383Z|0x7fae26549400|======================================================================== +2023-05-16T09:31:51.383Z|0x7fae26549400|Received Prepare +2023-05-16T09:31:51.704Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:31:52.373Z|0x7fae26549400|- Loaded All Assemblies, in 0.669 seconds +2023-05-16T09:31:52.374Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:31:52.745Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:31:53.331Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:31:53.431Z|0x7fae26549400|- Finished resetting the current domain, in 1.055 seconds +2023-05-16T09:31:53.431Z|0x7fae26549400|Domain Reload Profiling: 1721ms + BeginReloadAssembly (155ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (433ms) + LoadAssemblies (218ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (265ms) + TypeCache.Refresh (253ms) + TypeCache.ScanAssembly (241ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1056ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (567ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (185ms) + ProcessInitializeOnLoadAttributes (329ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:31:53.718Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:31:53.784Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. +2023-05-16T09:31:53.784Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:31:53.806Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:31:53.812Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5824. +Memory consumption went from 264.7 MB to 263.2 MB. +2023-05-16T09:31:53.813Z|0x7fae26549400|Total: 6.075979 ms (FindLiveObjects: 0.290121 ms CreateObjectMapping: 0.216796 ms MarkObjects: 5.334065 ms DeleteObjects: 0.233587 ms) + +2023-05-16T09:31:53.813Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:31:53.815Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:31:53.815Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:32:48.553Z|0x7fae26549400|======================================================================== +2023-05-16T09:32:48.553Z|0x7fae26549400|Received Prepare +2023-05-16T09:32:48.969Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:32:49.919Z|0x7fae26549400|- Loaded All Assemblies, in 0.950 seconds +2023-05-16T09:32:49.921Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.46 ms, found 0 plugins. +2023-05-16T09:32:50.350Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:32:50.947Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:32:51.055Z|0x7fae26549400|- Finished resetting the current domain, in 1.133 seconds +2023-05-16T09:32:51.056Z|0x7fae26549400|Domain Reload Profiling: 2079ms + BeginReloadAssembly (285ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (132ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (25ms) + initialDomainReloadingComplete (43ms) + LoadAllAssembliesAndSetupDomain (535ms) + LoadAssemblies (263ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (356ms) + TypeCache.Refresh (338ms) + TypeCache.ScanAssembly (326ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1134ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (576ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (213ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +2023-05-16T09:32:51.114Z|0x7fae26549400|Script is not up to date after domain reload: guid(75bca43188d0a2b1d91664294fd6ee82) path("Assets/Scripts/Grid/GridSystemVisual.cs") state(2) +2023-05-16T09:32:51.463Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:32:51.555Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.66 ms, found 0 plugins. +2023-05-16T09:32:51.555Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:32:51.589Z|0x7fad14bd06c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:32:51.595Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5840. +Memory consumption went from 266.8 MB to 265.3 MB. +2023-05-16T09:32:51.596Z|0x7fae26549400|Total: 6.300476 ms (FindLiveObjects: 0.290813 ms CreateObjectMapping: 0.228872 ms MarkObjects: 5.548421 ms DeleteObjects: 0.230827 ms) + +2023-05-16T09:32:51.596Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:32:51.598Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:32:51.598Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:32:55.319Z|0x7fae26549400|======================================================================== +2023-05-16T09:32:55.319Z|0x7fae26549400|Received Prepare +2023-05-16T09:32:55.701Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:32:56.419Z|0x7fae26549400|- Loaded All Assemblies, in 0.719 seconds +2023-05-16T09:32:56.422Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 2.83 ms, found 0 plugins. +2023-05-16T09:32:56.840Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:32:57.424Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:32:57.538Z|0x7fae26549400|- Finished resetting the current domain, in 1.114 seconds +2023-05-16T09:32:57.538Z|0x7fae26549400|Domain Reload Profiling: 1829ms + BeginReloadAssembly (177ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (38ms) + LoadAllAssembliesAndSetupDomain (452ms) + LoadAssemblies (201ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (304ms) + TypeCache.Refresh (266ms) + TypeCache.ScanAssembly (249ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (33ms) + FinalizeReload (1115ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (153ms) + ProcessInitializeOnLoadAttributes (350ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (30ms) +2023-05-16T09:32:57.838Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:32:57.919Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.73 ms, found 0 plugins. +2023-05-16T09:32:57.919Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:32:57.947Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:32:57.952Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5858. +Memory consumption went from 269.0 MB to 267.5 MB. +2023-05-16T09:32:57.952Z|0x7fae26549400|Total: 4.532676 ms (FindLiveObjects: 0.286005 ms CreateObjectMapping: 0.214317 ms MarkObjects: 3.804709 ms DeleteObjects: 0.226554 ms) + +2023-05-16T09:32:57.952Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:32:57.954Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:32:57.954Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:45:03.727Z|0x7fae26549400|======================================================================== +2023-05-16T09:45:03.727Z|0x7fae26549400|Received Prepare +2023-05-16T09:45:04.083Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:45:04.920Z|0x7fae26549400|- Loaded All Assemblies, in 0.837 seconds +2023-05-16T09:45:04.922Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. +2023-05-16T09:45:05.472Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:45:06.106Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:45:06.217Z|0x7fae26549400|- Finished resetting the current domain, in 1.293 seconds +2023-05-16T09:45:06.218Z|0x7fae26549400|Domain Reload Profiling: 2126ms + BeginReloadAssembly (198ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (34ms) + LoadAllAssembliesAndSetupDomain (546ms) + LoadAssemblies (236ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (368ms) + TypeCache.Refresh (324ms) + TypeCache.ScanAssembly (310ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (37ms) + FinalizeReload (1293ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (607ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (147ms) + ProcessInitializeOnLoadAttributes (399ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (32ms) +2023-05-16T09:45:06.513Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:45:06.575Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:45:06.575Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:45:06.598Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:45:06.604Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5875. +Memory consumption went from 271.1 MB to 269.6 MB. +2023-05-16T09:45:06.604Z|0x7fae26549400|Total: 5.478476 ms (FindLiveObjects: 0.369698 ms CreateObjectMapping: 0.270133 ms MarkObjects: 4.590590 ms DeleteObjects: 0.247144 ms) + +2023-05-16T09:45:06.604Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:45:06.606Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:45:06.606Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:45:06.606Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:06.606Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:45:06.606Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:06.607Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:45:06.607Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:45:06.607Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:45:06.607Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:45:06.607Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:45:27.613Z|0x7fae26549400|======================================================================== +2023-05-16T09:45:27.613Z|0x7fae26549400|Received Prepare +2023-05-16T09:45:27.946Z|0x7fae26549400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:45:28.611Z|0x7fae26549400|- Loaded All Assemblies, in 0.665 seconds +2023-05-16T09:45:28.613Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:45:28.977Z|0x7fae26549400|Native extension for LinuxStandalone target not found +2023-05-16T09:45:29.479Z|0x7fae26549400|Mono: successfully reloaded assembly +2023-05-16T09:45:29.586Z|0x7fae26549400|- Finished resetting the current domain, in 0.972 seconds +2023-05-16T09:45:29.587Z|0x7fae26549400|Domain Reload Profiling: 1635ms + BeginReloadAssembly (187ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (398ms) + LoadAssemblies (195ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (260ms) + TypeCache.Refresh (247ms) + TypeCache.ScanAssembly (235ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (973ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (478ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (130ms) + ProcessInitializeOnLoadAttributes (294ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +2023-05-16T09:45:29.885Z|0x7fae26549400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:45:29.966Z|0x7fae26549400|Refreshing native plugins compatible for Editor in 1.46 ms, found 0 plugins. +2023-05-16T09:45:29.966Z|0x7fae26549400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:45:29.988Z|0x7fad14bd06c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:45:29.997Z|0x7fae26549400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5892. +Memory consumption went from 273.3 MB to 271.8 MB. +2023-05-16T09:45:29.997Z|0x7fae26549400|Total: 8.051588 ms (FindLiveObjects: 0.290753 ms CreateObjectMapping: 0.215526 ms MarkObjects: 7.314896 ms DeleteObjects: 0.229255 ms) + +2023-05-16T09:45:29.997Z|0x7fae26549400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:45:29.999Z|0x7fae26549400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:45:29.999Z|0x7fae26549400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> diff --git a/Logs/AssetImportWorker1-prev.log b/Logs/AssetImportWorker1-prev.log deleted file mode 100644 index 56c5d957..00000000 --- a/Logs/AssetImportWorker1-prev.log +++ /dev/null @@ -1,1876 +0,0 @@ -Unity Editor version: 2023.2.0a14 (4b5982e72917) -Branch: trunk -Build type: Release -Batch mode: YES -System name: Linux -Distro version: #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 -Kernel version: 6.3.2-arch1-1 -Architecture: x86_64 -Available memory: 32044 MB -2023-05-16T08:16:05.851Z|0x7fc8f6230400|Using pre-set license -2023-05-16T08:16:05.851Z|0x7fc8f6230400|Pro License: YES -2023-05-16T08:16:06.188Z|0x7fc8f6230400|Desktop is 4480 x 1440 @ 60 Hz -2023-05-16T08:16:06.188Z|0x7fc8f6230400|Initialize udev device monitor. -2023-05-16T08:16:06.188Z|0x7fc8f6230400| -COMMAND LINE ARGUMENTS: -2023-05-16T08:16:06.188Z|0x7fc8f6230400|Unity -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-adb2 -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-batchMode -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-noUpm -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-name -2023-05-16T08:16:06.188Z|0x7fc8f6230400|AssetImportWorker1 -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-projectPath -2023-05-16T08:16:06.188Z|0x7fc8f6230400|/home/sascha/current_coding/TurnBasedStrategyCourse -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-logFile -2023-05-16T08:16:06.188Z|0x7fc8f6230400|Logs/AssetImportWorker1.log -2023-05-16T08:16:06.188Z|0x7fc8f6230400|-srvPort -2023-05-16T08:16:06.188Z|0x7fc8f6230400|41583 -2023-05-16T08:16:06.188Z|0x7fc8f6230400|Successfully changed project path to: /home/sascha/current_coding/TurnBasedStrategyCourse - -(Unity:12156): Gtk-CRITICAL **: 10:16:06.191: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed - -(Unity:12156): Gtk-CRITICAL **: 10:16:06.194: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed -2023-05-16T08:16:06.194Z|0x7fc8f6230400|/home/sascha/current_coding/TurnBasedStrategyCourse -2023-05-16T08:16:06.195Z|0x7fc8f6230400|[UnityMemory] Configuration Parameters - Can be set up in boot.config -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-bucket-allocator-granularity=16" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-bucket-allocator-bucket-count=8" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-bucket-allocator-block-size=33554432" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-bucket-allocator-block-count=8" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-main-allocator-block-size=16777216" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-thread-allocator-block-size=16777216" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-gfx-main-allocator-block-size=16777216" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-gfx-thread-allocator-block-size=16777216" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-cache-allocator-block-size=4194304" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-typetree-allocator-block-size=2097152" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-profiler-bucket-allocator-granularity=16" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-profiler-bucket-allocator-bucket-count=8" -2023-05-16T08:16:06.195Z|0x7fc8f6230400| "memorysetup-profiler-bucket-allocator-block-size=33554432" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-profiler-bucket-allocator-block-count=8" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-profiler-allocator-block-size=16777216" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-profiler-editor-allocator-block-size=1048576" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-main=16777216" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-job-temp-allocator-block-size=2097152" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-job-temp-allocator-block-size-background=1048576" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-job-temp-allocator-reduction-small-platforms=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-background-worker=32768" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-job-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-preload-manager=33554432" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-nav-mesh-worker=65536" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-audio-worker=65536" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-cloud-worker=32768" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" -2023-05-16T08:16:06.196Z|0x7fc8f6230400| "memorysetup-temp-allocator-size-gfx=262144" -2023-05-16T08:16:06.197Z|0x7fc8f6230400|Player connection [140501099676672] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 1730879944 [EditorId] 1730879944 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -2023-05-16T08:16:06.197Z|0x7fc8f6230400|Player connection [140501099676672] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 1730879944 [EditorId] 1730879944 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -2023-05-16T08:16:06.258Z|0x7fc8f6230400|Library Redirect Path: Library/ -2023-05-16T08:16:06.263Z|0x7fc8f6230400|Unable to load player prefs -2023-05-16T08:16:06.281Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 4.26 ms, found 0 plugins. -2023-05-16T08:16:06.281Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:16:06.281Z|0x7fc8f6230400|Initialize engine version: 2023.2.0a14 (4b5982e72917) -2023-05-16T08:16:06.281Z|0x7fc8f6230400|[Subsystems] Discovering subsystems at path /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Resources/UnitySubsystems -2023-05-16T08:16:06.281Z|0x7fc8f6230400|[Subsystems] Discovering subsystems at path /home/sascha/current_coding/TurnBasedStrategyCourse/Assets -2023-05-16T08:16:06.282Z|0x7fc8f6230400|GfxDevice: creating device client; threaded=0; jobified=0 -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] LoadVulkanLibrary libvulkan.so.12023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetInstanceProcAddr -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetInstanceProcAddr -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateInstance -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumerateInstanceExtensionProperties -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumerateInstanceLayerProperties -2023-05-16T08:16:06.282Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumerateInstanceVersion -2023-05-16T08:16:06.333Z|0x7fc8f6230400|[Vulkan init] extensions: count=23 -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] -2023-05-16T08:16:06.334Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] -2023-05-16T08:16:06.337Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDestroyInstance -2023-05-16T08:16:06.337Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties -2023-05-16T08:16:06.337Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices -2023-05-16T08:16:06.342Z|0x7fc8f6230400|Vulkan detection: 2 -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: count=23 -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] -2023-05-16T08:16:06.373Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] -2023-05-16T08:16:06.374Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDestroyInstance -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetDeviceProcAddr -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateDevice -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumerateDeviceExtensionProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkEnumerateDeviceLayerProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDestroySurfaceKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceSupportKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceCapabilitiesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceFormatsKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfacePresentModesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateSwapchainKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDestroySwapchainKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetSwapchainImagesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkAcquireNextImageKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkQueuePresentKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPropertiesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPlanePropertiesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetDisplayPlaneSupportedDisplaysKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetDisplayModePropertiesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateDisplayModeKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetDisplayPlaneCapabilitiesKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateDisplayPlaneSurfaceKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateSharedSwapchainsKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateXlibSurfaceKHR -2023-05-16T08:16:06.377Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceXlibPresentationSupportKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkSetHdrMetadataEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetSemaphoreFdKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkImportSemaphoreFdKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetFenceFdKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkImportFenceFdKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCreateSamplerYcbcrConversionKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDestroySamplerYcbcrConversionKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkBindBufferMemory2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkBindImageMemory2KHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkWaitForPresentKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalSemaphorePropertiesKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalFencePropertiesKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkGetPhysicalDeviceFragmentShadingRatesKHR -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkSetDebugUtilsObjectNameEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkSetDebugUtilsObjectTagEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkQueueBeginDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkQueueEndDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkQueueInsertDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdBeginDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdEndDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdInsertDebugUtilsLabelEXT -2023-05-16T08:16:06.378Z|0x7fc8f6230400|[Vulkan init] SelectPhysicalDevice requestedDeviceIndex=-1 xrDevice=(nil) -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] Physical Device 0x56322535a970 [0]: "AMD Radeon RX 590 Series (RADV POLARIS10)" deviceType=2 vendorID=1002 deviceID=67df -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] Physical Device 0x563225438430 [1]: "llvmpipe (LLVM 15.0.7, 256 bits)" deviceType=4 vendorID=10005 deviceID=0 -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] Selected physical device 0x56322535a970 -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] Graphics queue count=1 -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: count=147 -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_buffer_marker [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_device_coherent_memory [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_draw_indirect_count [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_gcn_shader [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_memory_overallocation_behavior [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_mixed_attachment_samples [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_rasterization_order [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_ballot [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties2 [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_early_and_late_fragment_tests [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_explicit_vertex_parameter [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_fragment_mask [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_image_load_store_lod [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_shader_trinary_minmax [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_AMD_texture_gather_bias_lod [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_4444_formats [enabled=1, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_attachment_feedback_loop_layout [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_buffer_device_address [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_calibrated_timestamps [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_color_write_enable [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_conditional_rendering [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_custom_border_color [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_depth_clip_control [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_depth_clip_enable [enabled=0, external=0] -2023-05-16T08:16:06.381Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_depth_range_unrestricted [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_descriptor_buffer [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_descriptor_indexing [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_discard_rectangles [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_display_control [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state2 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state3 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_external_memory_dma_buf [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_external_memory_host [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_global_priority [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_global_priority_query [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_graphics_pipeline_library [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_host_query_reset [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_image_2d_view_of_3d [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_image_robustness [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_image_view_min_lod [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_index_type_uint8 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_inline_uniform_block [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_line_rasterization [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_load_store_op_none [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_memory_budget [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_memory_priority [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_multi_draw [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_mutable_descriptor_type [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_non_seamless_cube_map [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_pci_bus_info [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_physical_device_drm [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_primitive_topology_list_restart [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_primitives_generated_query [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_private_data [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_provoking_vertex [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_queue_family_foreign [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_robustness2 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_sample_locations [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_scalar_block_layout [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_separate_stencil_usage [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float2 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_demote_to_helper_invocation [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_image_atomic_int64 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_module_identifier [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_stencil_export [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_ballot [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_vote [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_shader_viewport_index_layer [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_subgroup_size_control [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_swapchain_maintenance1 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_texel_buffer_alignment [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_transform_feedback [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_vertex_input_dynamic_state [enabled=1, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_EXT_ycbcr_image_arrays [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_GOOGLE_decorate_string [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_GOOGLE_hlsl_functionality1 [enabled=0, external=0] -2023-05-16T08:16:06.382Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_GOOGLE_user_type [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_INTEL_shader_integer_functions2 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_16bit_storage [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_8bit_storage [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_bind_memory2 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_buffer_device_address [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_copy_commands2 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_create_renderpass2 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_dedicated_allocation [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_deferred_host_operations [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_descriptor_update_template [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_device_group [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_draw_indirect_count [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_driver_properties [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_dynamic_rendering [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_fence [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_fence_fd [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_memory [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_memory_fd [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_semaphore [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_fd [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_format_feature_flags2 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_get_memory_requirements2 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_global_priority [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_image_format_list [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_imageless_framebuffer [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_incremental_present [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_maintenance1 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_maintenance2 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_maintenance3 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_maintenance4 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_map_memory2 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_multiview [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_pipeline_executable_properties [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_pipeline_library [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_push_descriptor [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_relaxed_block_layout [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_atomic_int64 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_clock [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_draw_parameters [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_float16_int8 [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_float_controls [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_integer_dot_product [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_non_semantic_info [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_uniform_control_flow [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_shader_terminate_invocation [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_spirv_1_4 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_swapchain [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_swapchain_mutable_format [enabled=1, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_synchronization2 [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_timeline_semaphore [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_variable_pointers [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_vulkan_memory_model [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_workgroup_memory_explicit_layout [enabled=0, external=0] -2023-05-16T08:16:06.383Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_KHR_zero_initialize_workgroup_memory [enabled=0, external=0] -2023-05-16T08:16:06.384Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_NV_compute_shader_derivatives [enabled=0, external=0] -2023-05-16T08:16:06.384Z|0x7fc8f6230400|[Vulkan init] extensions: name=VK_VALVE_mutable_descriptor_type [enabled=0, external=0] -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyDevice -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetDeviceQueue -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkQueueSubmit -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkQueueWaitIdle -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDeviceWaitIdle -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkAllocateMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkFreeMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkMapMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkUnmapMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkFlushMappedMemoryRanges -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkInvalidateMappedMemoryRanges -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetDeviceMemoryCommitment -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkBindBufferMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkBindImageMemory -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetBufferMemoryRequirements -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetImageMemoryRequirements -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkQueueBindSparse -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateFence -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyFence -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkResetFences -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetFenceStatus -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkWaitForFences -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateSemaphore -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroySemaphore -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateEvent -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyEvent -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetEventStatus -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkSetEvent -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkResetEvent -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateQueryPool -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyQueryPool -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetQueryPoolResults -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateBuffer -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyBuffer -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateBufferView -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyBufferView -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateImage -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyImage -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetImageSubresourceLayout -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateImageView -2023-05-16T08:16:06.402Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyImageView -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateShaderModule -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyShaderModule -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreatePipelineCache -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyPipelineCache -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetPipelineCacheData -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkMergePipelineCaches -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateGraphicsPipelines -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateComputePipelines -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyPipeline -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreatePipelineLayout -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyPipelineLayout -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateSampler -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroySampler -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateDescriptorSetLayout -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyDescriptorSetLayout -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateDescriptorPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyDescriptorPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkResetDescriptorPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkAllocateDescriptorSets -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkFreeDescriptorSets -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkUpdateDescriptorSets -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateFramebuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyFramebuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateRenderPass -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyRenderPass -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetRenderAreaGranularity -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateCommandPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyCommandPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkResetCommandPool -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkAllocateCommandBuffers -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkFreeCommandBuffers -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkBeginCommandBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkEndCommandBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkResetCommandBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBindPipeline -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetViewport -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetScissor -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetLineWidth -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetDepthBias -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetBlendConstants -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetDepthBounds -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetStencilCompareMask -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetStencilWriteMask -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetStencilReference -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBindDescriptorSets -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBindIndexBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBindVertexBuffers -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDraw -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDrawIndexed -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDrawIndirect -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDrawIndexedIndirect -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDispatch -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdDispatchIndirect -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdCopyBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdCopyImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBlitImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdCopyBufferToImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdCopyImageToBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdUpdateBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdFillBuffer -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdClearColorImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdClearDepthStencilImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdClearAttachments -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdResolveImage -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetEvent -2023-05-16T08:16:06.403Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdResetEvent -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdWaitEvents -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdPipelineBarrier -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBeginQuery -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdEndQuery -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdResetQueryPool -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdWriteTimestamp -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdCopyQueryPoolResults -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdPushConstants -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBeginRenderPass -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdNextSubpass -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdEndRenderPass -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdExecuteCommands -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetImageMemoryRequirements2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetBufferMemoryRequirements2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateDescriptorUpdateTemplateKHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkDestroyDescriptorUpdateTemplateKHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkUpdateDescriptorSetWithTemplateKHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdBeginRenderPass2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdEndRenderPass2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdNextSubpass2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCreateRenderPass2KHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded device function vkCmdSetVertexInputEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkCmdSetFragmentShadingRateKHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdSetFragmentShadingRateKHR -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkDebugMarkerSetObjectTagEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDebugMarkerSetObjectTagEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkDebugMarkerSetObjectNameEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkDebugMarkerSetObjectNameEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkCmdDebugMarkerBeginEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdDebugMarkerBeginEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkCmdDebugMarkerEndEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdDebugMarkerEndEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Failed to load device function vkCmdDebugMarkerInsertEXT -2023-05-16T08:16:06.404Z|0x7fc8f6230400|[vulkan] Loaded instance function vkCmdDebugMarkerInsertEXT -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan API version 1.1.0 (1.3.249 supported by driver, 1.1.0 requested) -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan vendor=[ATI] id=[1002] -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan renderer=[AMD Radeon RX 590 Series (RADV POLARIS10)] id=[67df] -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan device type 2 -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan driverversion=[23.1.99 (0x05c01063)] uint=[96473187] -2023-05-16T08:16:06.405Z|0x7fc8f6230400|Vulkan driverLibraryString=[radv (3), Mesa 23.2.0-devel (git-a6d4139e59)] -2023-05-16T08:16:06.413Z|0x7fc8f6230400|Vulkan PSO: cache data not found [path=/tmp/GremlinSoft/TurnBasedStrategyCourse/vulkan_pso_cache.bin] -2023-05-16T08:16:06.489Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:16:06.518Z|0x7fc8f6230400|Initialize mono -2023-05-16T08:16:06.518Z|0x7fc8f6230400|Mono path[0] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Managed' -2023-05-16T08:16:06.518Z|0x7fc8f6230400|Mono path[1] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux' -2023-05-16T08:16:06.518Z|0x7fc8f6230400|Mono config path = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/etc' -2023-05-16T08:16:06.518Z|0x7fc8f6230400|Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56156 -2023-05-16T08:16:06.566Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -2023-05-16T08:16:06.770Z|0x7fc8f6230400|Registering precompiled unity dll's ... -2023-05-16T08:16:06.772Z|0x7fc8f6230400|Register platform support module: /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll -2023-05-16T08:16:06.773Z|0x7fc8f6230400|Registered in 0.002939 seconds. -2023-05-16T08:16:06.993Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.427 seconds -2023-05-16T08:16:07.040Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:16:07.442Z|0x7fc8f6230400|Mono: successfully reloaded assembly -icall.c:1842: -icall.c:1842: -2023-05-16T08:16:07.459Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.466 seconds -2023-05-16T08:16:07.460Z|0x7fc8f6230400|Domain Reload Profiling: 891ms - BeginReloadAssembly (86ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (97ms) - LoadAllAssembliesAndSetupDomain (179ms) - LoadAssemblies (83ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (175ms) - TypeCache.Refresh (174ms) - TypeCache.ScanAssembly (160ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (0ms) - FinalizeReload (467ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (412ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (9ms) - BeforeProcessingInitializeOnLoad (9ms) - ProcessInitializeOnLoadAttributes (276ms) - ProcessInitializeOnLoadMethodAttributes (106ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -2023-05-16T08:16:07.672Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:16:07.672Z|0x7fc8f6230400|Worker process is ready to serve import requests -2023-05-16T08:16:07.675Z|0x7fc8f6230400|Import Worker Mode flag is 0x00 -2023-05-16T08:16:08.415Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:16:09.342Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.927 seconds -2023-05-16T08:16:09.344Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.32 ms, found 0 plugins. -2023-05-16T08:16:09.527Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:16:10.137Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:16:10.247Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.901 seconds -2023-05-16T08:16:10.247Z|0x7fc8f6230400|Domain Reload Profiling: 1825ms - BeginReloadAssembly (321ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (49ms) - LoadAllAssembliesAndSetupDomain (501ms) - LoadAssemblies (237ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (321ms) - TypeCache.Refresh (286ms) - TypeCache.ScanAssembly (276ms) - ScanForSourceGeneratedMonoScriptInfo (21ms) - ResolveRequiredComponents (13ms) - FinalizeReload (902ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (603ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (170ms) - ProcessInitializeOnLoadAttributes (376ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -2023-05-16T08:16:10.439Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:16:10.488Z|0x7fc8f6230400|Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds -2023-05-16T08:16:10.560Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.30 ms, found 0 plugins. -2023-05-16T08:16:10.561Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:16:10.596Z|0x7fc7ce3fd6c0|Unloading 4924 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:16:10.604Z|0x7fc8f6230400|Unloading 18 unused Assets / (1.5 MB). Loaded Objects now: 5497. -Memory consumption went from 270.2 MB to 268.6 MB. -2023-05-16T08:16:10.604Z|0x7fc8f6230400|Total: 7.318851 ms (FindLiveObjects: 0.303870 ms CreateObjectMapping: 0.390810 ms MarkObjects: 5.993300 ms DeleteObjects: 0.629688 ms) - -2023-05-16T08:16:10.606Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:16:10.606Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:16:10.607Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 7507.916091 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Add.png - artifactKey: Guid(cbaeed03e5416aa4bae23110b63a0c7d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.618Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Add.png using Guid(cbaeed03e5416aa4bae23110b63a0c7d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.688Z|0x7fc8f6230400| -> (artifact id: '74f0298b1917ae61ae194d456f2af141') in 0.069835 seconds -2023-05-16T08:16:10.689Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.689Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000127 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CircleMask.png - artifactKey: Guid(87aaca0a643d54397ba969dab4fc8875) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.698Z|0x7fc8f6230400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/CircleMask.png using Guid(87aaca0a643d54397ba969dab4fc8875) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.707Z|0x7fc8f6230400| -> (artifact id: '3ec9fd1d56115bbf205f5fdbee21b918') in 0.008659 seconds -2023-05-16T08:16:10.708Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.708Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000013 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/9-SlicedWithBorder.png - artifactKey: Guid(cc35afd292fc349128b36a291fb3a165) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.717Z|0x7fc8f6230400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/9-SlicedWithBorder.png using Guid(cc35afd292fc349128b36a291fb3a165) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.727Z|0x7fc8f6230400| -> (artifact id: 'feb6b01779c946eebcb4c95d808ac46f') in 0.009554 seconds -2023-05-16T08:16:10.728Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.728Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000014 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/Capsule.png - artifactKey: Guid(207ee8102dd4143d288186ef0be518ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.739Z|0x7fc8f6230400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/v2/Capsule.png using Guid(207ee8102dd4143d288186ef0be518ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.746Z|0x7fc8f6230400| -> (artifact id: '21d8c8d10cdfd7e08324a16de5f72ff4') in 0.006719 seconds -2023-05-16T08:16:10.747Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.747Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000014 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera1@2x.png - artifactKey: Guid(52b3ad4181ffbec4cad6eb26d07127f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.757Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Camera1@2x.png using Guid(52b3ad4181ffbec4cad6eb26d07127f6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.763Z|0x7fc8f6230400| -> (artifact id: '37edc1ce0c00deac554afb354a75b804') in 0.006134 seconds -2023-05-16T08:16:10.764Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.764Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000015 seconds. - path: Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png - artifactKey: Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.775Z|0x7fc8f6230400|Start importing Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/Circle.png using Guid(ebe73ca9363db456bacf42c025bb4847) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.782Z|0x7fc8f6230400| -> (artifact id: '8d47a8c38e28531a659bf716d47f2c53') in 0.007101 seconds -2023-05-16T08:16:10.783Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.783Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000015 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Environment.png - artifactKey: Guid(98cefb354c00bc44cb31fffd52dc4650) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.792Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Environment.png using Guid(98cefb354c00bc44cb31fffd52dc4650) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.798Z|0x7fc8f6230400| -> (artifact id: '77ca34f39c67f4492f3a7b4963f25c9c') in 0.006328 seconds -2023-05-16T08:16:10.799Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.800Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000012 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Add@2x.png - artifactKey: Guid(79aba0b290c471c4ba3d3f818d4e9b15) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.809Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/Add@2x.png using Guid(79aba0b290c471c4ba3d3f818d4e9b15) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.820Z|0x7fc8f6230400| -> (artifact id: 'ce1774737f21d39a9beffbb5f6a333de') in 0.010349 seconds -2023-05-16T08:16:10.820Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.820Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000012 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Add@2x.png - artifactKey: Guid(daa49a1f06460a04b9827dd6f0bace08) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.829Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Add@2x.png using Guid(daa49a1f06460a04b9827dd6f0bace08) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.839Z|0x7fc8f6230400| -> (artifact id: '355e5bd1a8a6c6d2343bae60b7787bc5') in 0.009388 seconds -2023-05-16T08:16:10.839Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.839Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000030 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/CenterLight.png - artifactKey: Guid(3092b2985cafe0b43b1f02ce1d6829d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.848Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/CenterLight.png using Guid(3092b2985cafe0b43b1f02ce1d6829d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.854Z|0x7fc8f6230400| -> (artifact id: 'e0c57da4243f129f770e5af0b486f292') in 0.006047 seconds -2023-05-16T08:16:10.854Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.854Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000013 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera2@2x.png - artifactKey: Guid(99d7e777338ab8f4ba890cc738794dba) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.863Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Camera2@2x.png using Guid(99d7e777338ab8f4ba890cc738794dba) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.869Z|0x7fc8f6230400| -> (artifact id: '58cc3c1a475b8b38b234d4169a732299') in 0.006208 seconds -2023-05-16T08:16:10.870Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.870Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000012 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_CenterLight.png - artifactKey: Guid(fca3bc21b4600e04faaddb69c5fad81e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.879Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_CenterLight.png using Guid(fca3bc21b4600e04faaddb69c5fad81e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.885Z|0x7fc8f6230400| -> (artifact id: 'ba62c01437d8e331f8f573294a104ea3') in 0.005775 seconds -2023-05-16T08:16:10.885Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:16:10.885Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000017 seconds. - path: Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Add.png - artifactKey: Guid(160b197aba549514286b94426ceae589) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:16:10.894Z|0x7fc8f6230400|Start importing Packages/com.unity.render-pipelines.core/Editor/LookDev/Icons/d_Add.png using Guid(160b197aba549514286b94426ceae589) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:16:10.900Z|0x7fc8f6230400| -> (artifact id: '976473d1f9b6560c7ad2e267eeeddbfb') in 0.005621 seconds -2023-05-16T08:16:10.900Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 3 - -2023-05-16T08:17:43.989Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:17:43.989Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:17:44.328Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:17:45.104Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.775 seconds -2023-05-16T08:17:45.106Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.61 ms, found 0 plugins. -2023-05-16T08:17:45.514Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:17:46.063Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:17:46.171Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.063 seconds -2023-05-16T08:17:46.171Z|0x7fc8f6230400|Domain Reload Profiling: 1835ms - BeginReloadAssembly (193ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (79ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (499ms) - LoadAssemblies (233ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (326ms) - TypeCache.Refresh (308ms) - TypeCache.ScanAssembly (292ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1064ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (539ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (17ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (184ms) - ProcessInitializeOnLoadAttributes (294ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (23ms) -2023-05-16T08:17:46.498Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:17:46.569Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:17:46.569Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:17:46.591Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:17:46.598Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5526. -Memory consumption went from 239.5 MB to 238.0 MB. -2023-05-16T08:17:46.598Z|0x7fc8f6230400|Total: 7.484410 ms (FindLiveObjects: 0.355178 ms CreateObjectMapping: 0.358563 ms MarkObjects: 6.505199 ms DeleteObjects: 0.264372 ms) - -2023-05-16T08:17:46.599Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:17:46.601Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:17:46.601Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:25:32.999Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:25:32.999Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:25:33.394Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:25:34.197Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.803 seconds -2023-05-16T08:25:34.199Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.98 ms, found 0 plugins. -2023-05-16T08:25:34.677Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:25:35.169Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:25:35.274Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.073 seconds -2023-05-16T08:25:35.276Z|0x7fc8f6230400|Domain Reload Profiling: 1874ms - BeginReloadAssembly (176ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (34ms) - LoadAllAssembliesAndSetupDomain (536ms) - LoadAssemblies (220ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (373ms) - TypeCache.Refresh (340ms) - TypeCache.ScanAssembly (328ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (27ms) - FinalizeReload (1074ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (474ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (7ms) - BeforeProcessingInitializeOnLoad (148ms) - ProcessInitializeOnLoadAttributes (271ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (23ms) -2023-05-16T08:25:35.601Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:25:35.664Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:25:35.664Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:25:35.684Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:25:35.689Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5543. -Memory consumption went from 241.5 MB to 240.0 MB. -2023-05-16T08:25:35.689Z|0x7fc8f6230400|Total: 5.044950 ms (FindLiveObjects: 0.386624 ms CreateObjectMapping: 0.362354 ms MarkObjects: 4.059973 ms DeleteObjects: 0.234871 ms) - -2023-05-16T08:25:35.690Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:25:35.692Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:25:35.692Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:26:11.332Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:26:11.332Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:26:11.670Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:26:12.293Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.623 seconds -2023-05-16T08:26:12.295Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:26:12.668Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:26:13.171Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:26:13.276Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.980 seconds -2023-05-16T08:26:13.277Z|0x7fc8f6230400|Domain Reload Profiling: 1600ms - BeginReloadAssembly (147ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (396ms) - LoadAssemblies (186ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (260ms) - TypeCache.Refresh (247ms) - TypeCache.ScanAssembly (236ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (980ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (483ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (198ms) - ProcessInitializeOnLoadAttributes (228ms) - ProcessInitializeOnLoadMethodAttributes (37ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:26:13.583Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:26:13.659Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 2.45 ms, found 0 plugins. -2023-05-16T08:26:13.659Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:26:13.680Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:26:13.689Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5560. -Memory consumption went from 243.7 MB to 242.2 MB. -2023-05-16T08:26:13.689Z|0x7fc8f6230400|Total: 8.273826 ms (FindLiveObjects: 0.306155 ms CreateObjectMapping: 0.297497 ms MarkObjects: 7.394062 ms DeleteObjects: 0.274710 ms) - -2023-05-16T08:26:13.689Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:26:13.692Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:26:13.692Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:26:37.766Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:26:37.766Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:26:38.111Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:26:38.784Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.673 seconds -2023-05-16T08:26:38.786Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. -2023-05-16T08:26:39.165Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:26:39.777Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:26:39.905Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.118 seconds -2023-05-16T08:26:39.906Z|0x7fc8f6230400|Domain Reload Profiling: 1788ms - BeginReloadAssembly (151ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (441ms) - LoadAssemblies (219ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (273ms) - TypeCache.Refresh (260ms) - TypeCache.ScanAssembly (248ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1119ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (589ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (193ms) - ProcessInitializeOnLoadAttributes (310ms) - ProcessInitializeOnLoadMethodAttributes (65ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (29ms) -2023-05-16T08:26:40.267Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:26:40.344Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.53 ms, found 0 plugins. -2023-05-16T08:26:40.344Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:26:40.376Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:26:40.382Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5577. -Memory consumption went from 245.8 MB to 244.3 MB. -2023-05-16T08:26:40.383Z|0x7fc8f6230400|Total: 6.102140 ms (FindLiveObjects: 0.317791 ms CreateObjectMapping: 0.299308 ms MarkObjects: 5.224181 ms DeleteObjects: 0.259719 ms) - -2023-05-16T08:26:40.383Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:26:40.386Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:26:40.386Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:27:10.241Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:27:10.241Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:27:10.578Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:27:11.296Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.718 seconds -2023-05-16T08:27:11.298Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.73 ms, found 0 plugins. -2023-05-16T08:27:11.670Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:27:12.196Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:27:12.324Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.024 seconds -2023-05-16T08:27:12.324Z|0x7fc8f6230400|Domain Reload Profiling: 1739ms - BeginReloadAssembly (172ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (43ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (33ms) - LoadAllAssembliesAndSetupDomain (454ms) - LoadAssemblies (240ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (274ms) - TypeCache.Refresh (261ms) - TypeCache.ScanAssembly (249ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1025ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (502ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (290ms) - ProcessInitializeOnLoadMethodAttributes (42ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -2023-05-16T08:27:12.727Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:27:12.838Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. -2023-05-16T08:27:12.838Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:27:12.863Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:27:12.870Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5594. -Memory consumption went from 248.0 MB to 246.5 MB. -2023-05-16T08:27:12.870Z|0x7fc8f6230400|Total: 5.842394 ms (FindLiveObjects: 0.312106 ms CreateObjectMapping: 0.323038 ms MarkObjects: 4.977884 ms DeleteObjects: 0.227142 ms) - -2023-05-16T08:27:12.870Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:27:12.873Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:27:12.873Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:27:44.437Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:27:44.437Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:27:44.753Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:27:45.395Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.642 seconds -2023-05-16T08:27:45.397Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.67 ms, found 0 plugins. -2023-05-16T08:27:45.767Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:27:46.352Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:27:46.460Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.061 seconds -2023-05-16T08:27:46.461Z|0x7fc8f6230400|Domain Reload Profiling: 1700ms - BeginReloadAssembly (143ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (32ms) - LoadAllAssembliesAndSetupDomain (412ms) - LoadAssemblies (191ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (272ms) - TypeCache.Refresh (259ms) - TypeCache.ScanAssembly (247ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1062ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (565ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (176ms) - ProcessInitializeOnLoadAttributes (330ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) -2023-05-16T08:27:46.818Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:27:46.904Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins. -2023-05-16T08:27:46.904Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:27:46.924Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:27:46.929Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5611. -Memory consumption went from 250.1 MB to 248.6 MB. -2023-05-16T08:27:46.929Z|0x7fc8f6230400|Total: 4.371039 ms (FindLiveObjects: 0.319569 ms CreateObjectMapping: 0.319916 ms MarkObjects: 3.499777 ms DeleteObjects: 0.230683 ms) - -2023-05-16T08:27:46.929Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:27:46.931Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:27:46.931Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:27:46.931Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:46.931Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:27:46.931Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:27:46.931Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:27:46.932Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:27:46.932Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:27:46.932Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:27:46.932Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:29:37.490Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 806.589472 seconds. - path: Assets/PolygonPrototype/Models/Materials/Character.mat - artifactKey: Guid(a260213968ed1494cbac8b5161dcb39c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.500Z|0x7fc8f6230400|Start importing Assets/PolygonPrototype/Models/Materials/Character.mat using Guid(a260213968ed1494cbac8b5161dcb39c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.904Z|0x7fc8f6230400| -> (artifact id: '5c37b305544e793309429b8d9d011fc2') in 0.404130 seconds -2023-05-16T08:29:37.904Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 24 - -2023-05-16T08:29:37.905Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000026 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Regular.ttf - artifactKey: Guid(30dc370b164eefc43b95744fc796dad0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.914Z|0x7fc8f6230400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Regular.ttf using Guid(30dc370b164eefc43b95744fc796dad0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.942Z|0x7fc8f6230400| -> (artifact id: 'fc77cbc7c2afc6f2ac238244496bf74f') in 0.027797 seconds -2023-05-16T08:29:37.942Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:37.942Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000024 seconds. - path: Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset - artifactKey: Guid(8f586378b4e144a9851e7b34d9b748ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.951Z|0x7fc8f6230400|Start importing Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset using Guid(8f586378b4e144a9851e7b34d9b748ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:37.980Z|0x7fc8f6230400| -> (artifact id: '14c5681e995f9c97d7e71f4f672a1a35') in 0.028421 seconds -2023-05-16T08:29:37.980Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 30 - -2023-05-16T08:29:37.980Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000021 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Medium.ttf - artifactKey: Guid(a51a3aebb43ac044989270407476b208) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:37.989Z|0x7fc8f6230400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-Medium.ttf using Guid(a51a3aebb43ac044989270407476b208) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:38.000Z|0x7fc8f6230400| -> (artifact id: '48bcae58508724a986456b2a1465de96') in 0.010531 seconds -2023-05-16T08:29:38.000Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:29:38.000Z|0x7fc8f6230400|======================================================================== -Received Import Request. - Time since last request: 0.000017 seconds. - path: Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-LightItalic.ttf - artifactKey: Guid(5e63515167650a541b309ba3bfd4db3d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -2023-05-16T08:29:38.010Z|0x7fc8f6230400|Start importing Packages/com.unity.searcher/Editor/Resources/FlatSkin/Font/Roboto-LightItalic.ttf using Guid(5e63515167650a541b309ba3bfd4db3d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T08:29:38.020Z|0x7fc8f6230400| -> (artifact id: 'e112e27e3eb6f6384f36aec1c7ce2c8d') in 0.009790 seconds -2023-05-16T08:29:38.020Z|0x7fc8f6230400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 25 - -2023-05-16T08:30:16.176Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:30:16.176Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:30:16.514Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:30:17.145Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.632 seconds -2023-05-16T08:30:17.147Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. -2023-05-16T08:30:17.501Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:30:17.973Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:30:18.073Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.924 seconds -2023-05-16T08:30:18.073Z|0x7fc8f6230400|Domain Reload Profiling: 1552ms - BeginReloadAssembly (165ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (388ms) - LoadAssemblies (179ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (257ms) - TypeCache.Refresh (245ms) - TypeCache.ScanAssembly (233ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (924ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (450ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (136ms) - ProcessInitializeOnLoadAttributes (264ms) - ProcessInitializeOnLoadMethodAttributes (33ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:30:18.360Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:30:18.430Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. -2023-05-16T08:30:18.430Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:30:18.452Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:30:18.457Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5689. -Memory consumption went from 246.9 MB to 245.3 MB. -2023-05-16T08:30:18.457Z|0x7fc8f6230400|Total: 4.525161 ms (FindLiveObjects: 0.303044 ms CreateObjectMapping: 0.277996 ms MarkObjects: 3.711047 ms DeleteObjects: 0.231831 ms) - -2023-05-16T08:30:18.457Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:30:18.459Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:30:18.459Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:32:25.035Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:32:25.035Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:32:25.344Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:32:25.961Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.616 seconds -2023-05-16T08:32:25.963Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:32:26.318Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:32:26.755Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:32:26.851Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.887 seconds -2023-05-16T08:32:26.852Z|0x7fc8f6230400|Domain Reload Profiling: 1500ms - BeginReloadAssembly (148ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (29ms) - LoadAllAssembliesAndSetupDomain (390ms) - LoadAssemblies (179ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (258ms) - TypeCache.Refresh (246ms) - TypeCache.ScanAssembly (235ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (888ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (416ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (124ms) - ProcessInitializeOnLoadAttributes (243ms) - ProcessInitializeOnLoadMethodAttributes (32ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -2023-05-16T08:32:27.135Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:32:27.204Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:32:27.204Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:32:27.226Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:32:27.231Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5706. -Memory consumption went from 248.9 MB to 247.4 MB. -2023-05-16T08:32:27.231Z|0x7fc8f6230400|Total: 4.859776 ms (FindLiveObjects: 0.294479 ms CreateObjectMapping: 0.277565 ms MarkObjects: 4.022947 ms DeleteObjects: 0.263799 ms) - -2023-05-16T08:32:27.231Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:32:27.233Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:32:27.233Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:33:06.190Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:33:06.190Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:33:06.518Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:33:07.150Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.633 seconds -2023-05-16T08:33:07.152Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. -2023-05-16T08:33:07.530Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:33:08.012Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:33:08.116Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.963 seconds -2023-05-16T08:33:08.117Z|0x7fc8f6230400|Domain Reload Profiling: 1592ms - BeginReloadAssembly (155ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (30ms) - LoadAllAssembliesAndSetupDomain (394ms) - LoadAssemblies (183ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (260ms) - TypeCache.Refresh (248ms) - TypeCache.ScanAssembly (233ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (963ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (460ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (120ms) - ProcessInitializeOnLoadAttributes (285ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -2023-05-16T08:33:08.422Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:33:08.496Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.44 ms, found 0 plugins. -2023-05-16T08:33:08.496Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:33:08.518Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:33:08.525Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5723. -Memory consumption went from 251.1 MB to 249.5 MB. -2023-05-16T08:33:08.525Z|0x7fc8f6230400|Total: 6.159428 ms (FindLiveObjects: 0.319169 ms CreateObjectMapping: 0.311725 ms MarkObjects: 5.283533 ms DeleteObjects: 0.243675 ms) - -2023-05-16T08:33:08.525Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:33:08.528Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:33:08.528Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:33:42.887Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:33:42.887Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:33:43.203Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:33:43.853Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.650 seconds -2023-05-16T08:33:43.855Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.49 ms, found 0 plugins. -2023-05-16T08:33:44.221Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:33:44.704Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:33:44.806Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.950 seconds -2023-05-16T08:33:44.807Z|0x7fc8f6230400|Domain Reload Profiling: 1596ms - BeginReloadAssembly (153ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (192ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (274ms) - TypeCache.Refresh (261ms) - TypeCache.ScanAssembly (250ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (951ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (461ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (129ms) - ProcessInitializeOnLoadAttributes (280ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:33:45.119Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:33:45.196Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.68 ms, found 0 plugins. -2023-05-16T08:33:45.196Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:33:45.217Z|0x7fc7ce3fd6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:33:45.226Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5740. -Memory consumption went from 253.2 MB to 251.7 MB. -2023-05-16T08:33:45.226Z|0x7fc8f6230400|Total: 8.124498 ms (FindLiveObjects: 0.309301 ms CreateObjectMapping: 0.315762 ms MarkObjects: 7.192315 ms DeleteObjects: 0.306078 ms) - -2023-05-16T08:33:45.226Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:33:45.228Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:33:45.229Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:37:43.215Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:37:43.215Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:37:43.600Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:37:44.323Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.724 seconds -2023-05-16T08:37:44.325Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.50 ms, found 0 plugins. -2023-05-16T08:37:44.712Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:37:45.216Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:37:45.311Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.985 seconds -2023-05-16T08:37:45.312Z|0x7fc8f6230400|Domain Reload Profiling: 1705ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (64ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (467ms) - LoadAssemblies (203ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (318ms) - TypeCache.Refresh (300ms) - TypeCache.ScanAssembly (288ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (985ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (485ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (137ms) - ProcessInitializeOnLoadAttributes (296ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -2023-05-16T08:37:45.602Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:37:45.668Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. -2023-05-16T08:37:45.668Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:37:45.692Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:37:45.697Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5758. -Memory consumption went from 255.3 MB to 253.8 MB. -2023-05-16T08:37:45.697Z|0x7fc8f6230400|Total: 4.940265 ms (FindLiveObjects: 0.314595 ms CreateObjectMapping: 0.273017 ms MarkObjects: 4.112530 ms DeleteObjects: 0.238929 ms) - -2023-05-16T08:37:45.697Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:37:45.699Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:37:45.699Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:37:45.700Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:37:45.700Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:45:32.209Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:45:32.209Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:45:32.597Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:45:33.351Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.754 seconds -2023-05-16T08:45:33.353Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 2.28 ms, found 0 plugins. -2023-05-16T08:45:33.882Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:45:34.386Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:45:34.493Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.138 seconds -2023-05-16T08:45:34.493Z|0x7fc8f6230400|Domain Reload Profiling: 1888ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (66ms) - RebuildCommonClasses (48ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (477ms) - LoadAssemblies (211ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (324ms) - TypeCache.Refresh (303ms) - TypeCache.ScanAssembly (290ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (15ms) - FinalizeReload (1138ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (482ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (150ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (35ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:45:34.791Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:45:34.857Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.33 ms, found 0 plugins. -2023-05-16T08:45:34.857Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:45:34.878Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:45:34.882Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5775. -Memory consumption went from 257.5 MB to 256.0 MB. -2023-05-16T08:45:34.883Z|0x7fc8f6230400|Total: 4.740564 ms (FindLiveObjects: 0.309086 ms CreateObjectMapping: 0.289145 ms MarkObjects: 3.881453 ms DeleteObjects: 0.259611 ms) - -2023-05-16T08:45:34.883Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:45:34.885Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:45:34.885Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:45:52.854Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:45:52.854Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:45:53.172Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:45:53.805Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.633 seconds -2023-05-16T08:45:53.807Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. -2023-05-16T08:45:54.170Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:45:54.612Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:45:54.710Z|0x7fc8f6230400|- Finished resetting the current domain, in 0.902 seconds -2023-05-16T08:45:54.710Z|0x7fc8f6230400|Domain Reload Profiling: 1531ms - BeginReloadAssembly (153ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (397ms) - LoadAssemblies (186ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (262ms) - TypeCache.Refresh (249ms) - TypeCache.ScanAssembly (238ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (12ms) - FinalizeReload (902ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (422ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (138ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (34ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -2023-05-16T08:45:55.033Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:45:55.100Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. -2023-05-16T08:45:55.101Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:45:55.122Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:45:55.127Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5792. -Memory consumption went from 259.6 MB to 258.1 MB. -2023-05-16T08:45:55.127Z|0x7fc8f6230400|Total: 5.168232 ms (FindLiveObjects: 0.315532 ms CreateObjectMapping: 0.281588 ms MarkObjects: 4.328469 ms DeleteObjects: 0.241309 ms) - -2023-05-16T08:45:55.128Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:45:55.130Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:45:55.130Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:46:42.748Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:46:42.748Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:46:43.106Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:46:43.803Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.697 seconds -2023-05-16T08:46:43.805Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.65 ms, found 0 plugins. -2023-05-16T08:46:44.243Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:46:44.984Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:46:45.131Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.324 seconds -2023-05-16T08:46:45.131Z|0x7fc8f6230400|Domain Reload Profiling: 2018ms - BeginReloadAssembly (169ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - RebuildCommonClasses (40ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (31ms) - LoadAllAssembliesAndSetupDomain (441ms) - LoadAssemblies (200ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (296ms) - TypeCache.Refresh (282ms) - TypeCache.ScanAssembly (269ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1325ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (702ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (7ms) - SetLoadedEditorAssemblies (5ms) - BeforeProcessingInitializeOnLoad (215ms) - ProcessInitializeOnLoadAttributes (412ms) - ProcessInitializeOnLoadMethodAttributes (56ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (43ms) -2023-05-16T08:46:45.456Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:46:45.541Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins. -2023-05-16T08:46:45.541Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:46:45.570Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:46:45.576Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5809. -Memory consumption went from 261.8 MB to 260.3 MB. -2023-05-16T08:46:45.576Z|0x7fc8f6230400|Total: 5.501867 ms (FindLiveObjects: 0.336325 ms CreateObjectMapping: 0.334082 ms MarkObjects: 4.593851 ms DeleteObjects: 0.235705 ms) - -2023-05-16T08:46:45.576Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:46:45.578Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:46:45.578Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:49:16.987Z|0x7fc8f6230400|======================================================================== -2023-05-16T08:49:16.987Z|0x7fc8f6230400|Received Prepare -2023-05-16T08:49:17.341Z|0x7fc8f6230400|Begin MonoManager ReloadAssembly -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -icall.c:1842: -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll -Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll -2023-05-16T08:49:18.027Z|0x7fc8f6230400|- Loaded All Assemblies, in 0.686 seconds -2023-05-16T08:49:18.029Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.62 ms, found 0 plugins. -2023-05-16T08:49:18.484Z|0x7fc8f6230400|Native extension for LinuxStandalone target not found -2023-05-16T08:49:18.958Z|0x7fc8f6230400|Mono: successfully reloaded assembly -2023-05-16T08:49:19.054Z|0x7fc8f6230400|- Finished resetting the current domain, in 1.024 seconds -2023-05-16T08:49:19.054Z|0x7fc8f6230400|Domain Reload Profiling: 1706ms - BeginReloadAssembly (161ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (58ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (11ms) - initialDomainReloadingComplete (35ms) - LoadAllAssembliesAndSetupDomain (434ms) - LoadAssemblies (191ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (294ms) - TypeCache.Refresh (276ms) - TypeCache.ScanAssembly (263ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1024ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (452ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (4ms) - BeforeProcessingInitializeOnLoad (113ms) - ProcessInitializeOnLoadAttributes (284ms) - ProcessInitializeOnLoadMethodAttributes (36ms) - AfterProcessingInitializeOnLoad (7ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (27ms) -2023-05-16T08:49:19.336Z|0x7fc8f6230400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization -2023-05-16T08:49:19.400Z|0x7fc8f6230400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. -2023-05-16T08:49:19.400Z|0x7fc8f6230400|Preloading 0 native plugins for Editor in 0.00 ms. -2023-05-16T08:49:19.420Z|0x7fc7ce3fd6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) -2023-05-16T08:49:19.424Z|0x7fc8f6230400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5826. -Memory consumption went from 263.9 MB to 262.4 MB. -2023-05-16T08:49:19.424Z|0x7fc8f6230400|Total: 4.373480 ms (FindLiveObjects: 0.305024 ms CreateObjectMapping: 0.290281 ms MarkObjects: 3.525116 ms DeleteObjects: 0.251710 ms) - -2023-05-16T08:49:19.425Z|0x7fc8f6230400|Prepare: number of updated asset objects reloaded= 0 -2023-05-16T08:49:19.427Z|0x7fc8f6230400|AssetImportParameters requested are different than current active one (requested -> active): -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> -2023-05-16T08:49:19.427Z|0x7fc8f6230400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> -2023-05-16T08:51:08.538Z|0x7fc7cebfe6c0|AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker1.log b/Logs/AssetImportWorker1.log new file mode 100644 index 00000000..c90147e0 --- /dev/null +++ b/Logs/AssetImportWorker1.log @@ -0,0 +1,2410 @@ +Unity Editor version: 2023.2.0a14 (4b5982e72917) +Branch: trunk +Build type: Release +Batch mode: YES +System name: Linux +Distro version: #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000 +Kernel version: 6.3.2-arch1-1 +Architecture: x86_64 +Available memory: 32044 MB +2023-05-16T09:09:39.120Z|0x7f5679a20400|Using pre-set license +2023-05-16T09:09:39.120Z|0x7f5679a20400|Pro License: YES +2023-05-16T09:09:39.403Z|0x7f5679a20400|Desktop is 4480 x 1440 @ 60 Hz +2023-05-16T09:09:39.403Z|0x7f5679a20400|Initialize udev device monitor. +2023-05-16T09:09:39.403Z|0x7f5679a20400| +COMMAND LINE ARGUMENTS: +2023-05-16T09:09:39.403Z|0x7f5679a20400|Unity +2023-05-16T09:09:39.403Z|0x7f5679a20400|-adb2 +2023-05-16T09:09:39.403Z|0x7f5679a20400|-batchMode +2023-05-16T09:09:39.403Z|0x7f5679a20400|-noUpm +2023-05-16T09:09:39.403Z|0x7f5679a20400|-name +2023-05-16T09:09:39.403Z|0x7f5679a20400|AssetImportWorker1 +2023-05-16T09:09:39.403Z|0x7f5679a20400|-projectPath +2023-05-16T09:09:39.403Z|0x7f5679a20400|/home/sascha/current_coding/TurnBasedStrategyCourse +2023-05-16T09:09:39.403Z|0x7f5679a20400|-logFile +2023-05-16T09:09:39.403Z|0x7f5679a20400|Logs/AssetImportWorker1.log +2023-05-16T09:09:39.403Z|0x7f5679a20400|-srvPort +2023-05-16T09:09:39.403Z|0x7f5679a20400|39123 +2023-05-16T09:09:39.403Z|0x7f5679a20400|Successfully changed project path to: /home/sascha/current_coding/TurnBasedStrategyCourse + +(Unity:23465): Gtk-CRITICAL **: 11:09:39.406: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed + +(Unity:23465): Gtk-CRITICAL **: 11:09:39.426: gtk_label_set_markup: assertion 'GTK_IS_LABEL (label)' failed +2023-05-16T09:09:39.427Z|0x7f5679a20400|/home/sascha/current_coding/TurnBasedStrategyCourse +2023-05-16T09:09:39.428Z|0x7f5679a20400|[UnityMemory] Configuration Parameters - Can be set up in boot.config +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-bucket-allocator-granularity=16" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-bucket-allocator-bucket-count=8" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-bucket-allocator-block-size=33554432" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-bucket-allocator-block-count=8" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-main-allocator-block-size=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-thread-allocator-block-size=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-gfx-main-allocator-block-size=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-gfx-thread-allocator-block-size=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-cache-allocator-block-size=4194304" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-typetree-allocator-block-size=2097152" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-bucket-allocator-granularity=16" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-bucket-allocator-bucket-count=8" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-bucket-allocator-block-size=33554432" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-bucket-allocator-block-count=8" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-allocator-block-size=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-profiler-editor-allocator-block-size=1048576" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-main=16777216" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-job-temp-allocator-block-size=2097152" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-job-temp-allocator-block-size-background=1048576" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-job-temp-allocator-reduction-small-platforms=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-background-worker=32768" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-job-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-preload-manager=33554432" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-nav-mesh-worker=65536" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-audio-worker=65536" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-cloud-worker=32768" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gi-baking-worker=262144" +2023-05-16T09:09:39.428Z|0x7f5679a20400| "memorysetup-temp-allocator-size-gfx=262144" +2023-05-16T09:09:39.429Z|0x7f5679a20400|Player connection [140009384576000] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 2570058788 [EditorId] 2570058788 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +2023-05-16T09:09:39.429Z|0x7f5679a20400|Player connection [140009384576000] Host "[IP] 192.168.177.79 [Port] 0 [Flags] 2 [Guid] 2570058788 [EditorId] 2570058788 [Version] 1048832 [Id] LinuxEditor(16,192.168.177.79) [Debug] 1 [PackageName] LinuxEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +2023-05-16T09:09:39.562Z|0x7f5679a20400|Library Redirect Path: Library/ +2023-05-16T09:09:39.567Z|0x7f5679a20400|Unable to load player prefs +2023-05-16T09:09:39.583Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 3.52 ms, found 0 plugins. +2023-05-16T09:09:39.583Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:09:39.583Z|0x7f5679a20400|Initialize engine version: 2023.2.0a14 (4b5982e72917) +2023-05-16T09:09:39.585Z|0x7f5679a20400|[Subsystems] Discovering subsystems at path /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Resources/UnitySubsystems +2023-05-16T09:09:39.585Z|0x7f5679a20400|[Subsystems] Discovering subsystems at path /home/sascha/current_coding/TurnBasedStrategyCourse/Assets +2023-05-16T09:09:39.586Z|0x7f5679a20400|GfxDevice: creating device client; threaded=0; jobified=0 +2023-05-16T09:09:39.586Z|0x7f5679a20400|[vulkan] LoadVulkanLibrary libvulkan.so.12023-05-16T09:09:39.586Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetInstanceProcAddr +2023-05-16T09:09:39.586Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetInstanceProcAddr +2023-05-16T09:09:39.587Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateInstance +2023-05-16T09:09:39.587Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumerateInstanceExtensionProperties +2023-05-16T09:09:39.587Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumerateInstanceLayerProperties +2023-05-16T09:09:39.587Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumerateInstanceVersion +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: count=23 +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] +2023-05-16T09:09:39.639Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] +2023-05-16T09:09:39.643Z|0x7f5679a20400|[vulkan] Loaded instance function vkDestroyInstance +2023-05-16T09:09:39.643Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties +2023-05-16T09:09:39.643Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices +2023-05-16T09:09:39.648Z|0x7f5679a20400|Vulkan detection: 2 +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: count=23 +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_acquire_drm_display [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_acquire_xlib_display [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_debug_report [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_debug_utils [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_direct_mode_display [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_display_surface_counter [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_surface_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_swapchain_colorspace [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_device_group_creation [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_display [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_fence_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_memory_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_capabilities [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_display_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_physical_device_properties2 [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_surface_capabilities2 [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_portability_enumeration [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_surface [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_surface_protected_capabilities [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_wayland_surface [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_xcb_surface [enabled=0, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_xlib_surface [enabled=1, external=0] +2023-05-16T09:09:39.678Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_LUNARG_direct_driver_loading [enabled=0, external=0] +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkDestroyInstance +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumeratePhysicalDevices +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetDeviceProcAddr +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateDevice +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumerateDeviceExtensionProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkEnumerateDeviceLayerProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkDestroySurfaceKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceSupportKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceCapabilitiesKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfaceFormatsKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSurfacePresentModesKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateSwapchainKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkDestroySwapchainKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetSwapchainImagesKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkAcquireNextImageKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkQueuePresentKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPropertiesKHR +2023-05-16T09:09:39.681Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceDisplayPlanePropertiesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetDisplayPlaneSupportedDisplaysKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetDisplayModePropertiesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateDisplayModeKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetDisplayPlaneCapabilitiesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateDisplayPlaneSurfaceKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateSharedSwapchainsKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateXlibSurfaceKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceXlibPresentationSupportKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkSetHdrMetadataEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceFeatures2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceFormatProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceImageFormatProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceQueueFamilyProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceMemoryProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceSparseImageFormatProperties2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetSemaphoreFdKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkImportSemaphoreFdKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetFenceFdKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkImportFenceFdKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCreateSamplerYcbcrConversionKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkDestroySamplerYcbcrConversionKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkBindBufferMemory2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkBindImageMemory2KHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkWaitForPresentKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalSemaphorePropertiesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceExternalFencePropertiesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkGetPhysicalDeviceFragmentShadingRatesKHR +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkSetDebugUtilsObjectNameEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkSetDebugUtilsObjectTagEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkQueueBeginDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkQueueEndDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkQueueInsertDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdBeginDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdEndDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdInsertDebugUtilsLabelEXT +2023-05-16T09:09:39.682Z|0x7f5679a20400|[Vulkan init] SelectPhysicalDevice requestedDeviceIndex=-1 xrDevice=(nil) +2023-05-16T09:09:39.684Z|0x7f5679a20400|[Vulkan init] Physical Device 0x56454b9cdf80 [0]: "AMD Radeon RX 590 Series (RADV POLARIS10)" deviceType=2 vendorID=1002 deviceID=67df +2023-05-16T09:09:39.684Z|0x7f5679a20400|[Vulkan init] Physical Device 0x56454b9cded0 [1]: "llvmpipe (LLVM 15.0.7, 256 bits)" deviceType=4 vendorID=10005 deviceID=0 +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] Selected physical device 0x56454b9cdf80 +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] Graphics queue count=1 +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: count=147 +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_buffer_marker [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_device_coherent_memory [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_draw_indirect_count [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_gcn_shader [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_memory_overallocation_behavior [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_mixed_attachment_samples [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_rasterization_order [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_ballot [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_core_properties2 [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_early_and_late_fragment_tests [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_explicit_vertex_parameter [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_fragment_mask [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_image_load_store_lod [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_shader_trinary_minmax [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_AMD_texture_gather_bias_lod [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_4444_formats [enabled=1, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_attachment_feedback_loop_layout [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_buffer_device_address [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_calibrated_timestamps [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_color_write_enable [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_conditional_rendering [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_custom_border_color [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_depth_clip_control [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_depth_clip_enable [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_depth_range_unrestricted [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_descriptor_buffer [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_descriptor_indexing [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_discard_rectangles [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_display_control [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state2 [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_extended_dynamic_state3 [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_external_memory_dma_buf [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_external_memory_host [enabled=1, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_global_priority [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_global_priority_query [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_graphics_pipeline_library [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_host_query_reset [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_image_2d_view_of_3d [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_image_robustness [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_image_view_min_lod [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_index_type_uint8 [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_inline_uniform_block [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_line_rasterization [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_load_store_op_none [enabled=1, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_memory_budget [enabled=1, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_memory_priority [enabled=1, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_multi_draw [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_mutable_descriptor_type [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_non_seamless_cube_map [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_pci_bus_info [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_physical_device_drm [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_cache_control [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_pipeline_creation_feedback [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_primitive_topology_list_restart [enabled=0, external=0] +2023-05-16T09:09:39.685Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_primitives_generated_query [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_private_data [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_provoking_vertex [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_queue_family_foreign [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_robustness2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_sample_locations [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_sampler_filter_minmax [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_scalar_block_layout [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_separate_stencil_usage [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_atomic_float2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_demote_to_helper_invocation [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_image_atomic_int64 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_module_identifier [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_stencil_export [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_ballot [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_subgroup_vote [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_shader_viewport_index_layer [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_subgroup_size_control [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_swapchain_maintenance1 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_texel_buffer_alignment [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_transform_feedback [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_vertex_attribute_divisor [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_vertex_input_dynamic_state [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_EXT_ycbcr_image_arrays [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_GOOGLE_decorate_string [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_GOOGLE_hlsl_functionality1 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_GOOGLE_user_type [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_INTEL_shader_integer_functions2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_16bit_storage [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_8bit_storage [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_bind_memory2 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_buffer_device_address [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_copy_commands2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_create_renderpass2 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_dedicated_allocation [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_deferred_host_operations [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_depth_stencil_resolve [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_descriptor_update_template [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_device_group [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_draw_indirect_count [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_driver_properties [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_dynamic_rendering [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_fence [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_fence_fd [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_memory [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_memory_fd [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_semaphore [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_external_semaphore_fd [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_format_feature_flags2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_get_memory_requirements2 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_global_priority [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_image_format_list [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_imageless_framebuffer [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_incremental_present [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_maintenance1 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_maintenance2 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_maintenance3 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_maintenance4 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_map_memory2 [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_multiview [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_pipeline_executable_properties [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_pipeline_library [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_push_descriptor [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_relaxed_block_layout [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_sampler_mirror_clamp_to_edge [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_sampler_ycbcr_conversion [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_separate_depth_stencil_layouts [enabled=0, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_atomic_int64 [enabled=1, external=0] +2023-05-16T09:09:39.686Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_clock [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_draw_parameters [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_float16_int8 [enabled=1, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_float_controls [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_integer_dot_product [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_non_semantic_info [enabled=1, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_extended_types [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_subgroup_uniform_control_flow [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_shader_terminate_invocation [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_spirv_1_4 [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_storage_buffer_storage_class [enabled=1, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_swapchain [enabled=1, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_swapchain_mutable_format [enabled=1, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_synchronization2 [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_timeline_semaphore [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_uniform_buffer_standard_layout [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_variable_pointers [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_vulkan_memory_model [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_workgroup_memory_explicit_layout [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_KHR_zero_initialize_workgroup_memory [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_NV_compute_shader_derivatives [enabled=0, external=0] +2023-05-16T09:09:39.687Z|0x7f5679a20400|[Vulkan init] extensions: name=VK_VALVE_mutable_descriptor_type [enabled=0, external=0] +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyDevice +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetDeviceQueue +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkQueueSubmit +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkQueueWaitIdle +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDeviceWaitIdle +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkAllocateMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkFreeMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkMapMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkUnmapMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkFlushMappedMemoryRanges +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkInvalidateMappedMemoryRanges +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetDeviceMemoryCommitment +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkBindBufferMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkBindImageMemory +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetBufferMemoryRequirements +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetImageMemoryRequirements +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkQueueBindSparse +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateFence +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyFence +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkResetFences +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetFenceStatus +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkWaitForFences +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateSemaphore +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroySemaphore +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateEvent +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyEvent +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetEventStatus +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkSetEvent +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkResetEvent +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateQueryPool +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyQueryPool +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkGetQueryPoolResults +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateBuffer +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyBuffer +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateBufferView +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyBufferView +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateImage +2023-05-16T09:09:39.701Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyImage +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkGetImageSubresourceLayout +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateImageView +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyImageView +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateShaderModule +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyShaderModule +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreatePipelineCache +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyPipelineCache +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkGetPipelineCacheData +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkMergePipelineCaches +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateGraphicsPipelines +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateComputePipelines +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyPipeline +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreatePipelineLayout +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyPipelineLayout +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateSampler +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroySampler +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateDescriptorSetLayout +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyDescriptorSetLayout +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateDescriptorPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyDescriptorPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkResetDescriptorPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkAllocateDescriptorSets +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkFreeDescriptorSets +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkUpdateDescriptorSets +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateFramebuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyFramebuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateRenderPass +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyRenderPass +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkGetRenderAreaGranularity +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateCommandPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyCommandPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkResetCommandPool +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkAllocateCommandBuffers +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkFreeCommandBuffers +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkBeginCommandBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkEndCommandBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkResetCommandBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBindPipeline +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetViewport +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetScissor +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetLineWidth +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetDepthBias +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetBlendConstants +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetDepthBounds +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetStencilCompareMask +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetStencilWriteMask +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetStencilReference +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBindDescriptorSets +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBindIndexBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBindVertexBuffers +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDraw +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDrawIndexed +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDrawIndirect +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDrawIndexedIndirect +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDispatch +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdDispatchIndirect +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdCopyBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdCopyImage +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBlitImage +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdCopyBufferToImage +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdCopyImageToBuffer +2023-05-16T09:09:39.702Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdUpdateBuffer +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdFillBuffer +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdClearColorImage +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdClearDepthStencilImage +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdClearAttachments +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdResolveImage +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetEvent +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdResetEvent +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdWaitEvents +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdPipelineBarrier +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBeginQuery +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdEndQuery +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdResetQueryPool +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdWriteTimestamp +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdCopyQueryPoolResults +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdPushConstants +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBeginRenderPass +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdNextSubpass +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdEndRenderPass +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdExecuteCommands +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkGetImageMemoryRequirements2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkGetBufferMemoryRequirements2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkGetImageSparseMemoryRequirements2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateDescriptorUpdateTemplateKHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkDestroyDescriptorUpdateTemplateKHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkUpdateDescriptorSetWithTemplateKHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdBeginRenderPass2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdEndRenderPass2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdNextSubpass2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCreateRenderPass2KHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded device function vkCmdSetVertexInputEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkCmdSetFragmentShadingRateKHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdSetFragmentShadingRateKHR +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkDebugMarkerSetObjectTagEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkDebugMarkerSetObjectTagEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkDebugMarkerSetObjectNameEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkDebugMarkerSetObjectNameEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkCmdDebugMarkerBeginEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdDebugMarkerBeginEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkCmdDebugMarkerEndEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdDebugMarkerEndEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Failed to load device function vkCmdDebugMarkerInsertEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|[vulkan] Loaded instance function vkCmdDebugMarkerInsertEXT +2023-05-16T09:09:39.703Z|0x7f5679a20400|Vulkan API version 1.1.0 (1.3.249 supported by driver, 1.1.0 requested) +2023-05-16T09:09:39.703Z|0x7f5679a20400|Vulkan vendor=[ATI] id=[1002] +2023-05-16T09:09:39.703Z|0x7f5679a20400|Vulkan renderer=[AMD Radeon RX 590 Series (RADV POLARIS10)] id=[67df] +2023-05-16T09:09:39.704Z|0x7f5679a20400|Vulkan device type 2 +2023-05-16T09:09:39.704Z|0x7f5679a20400|Vulkan driverversion=[23.1.99 (0x05c01063)] uint=[96473187] +2023-05-16T09:09:39.704Z|0x7f5679a20400|Vulkan driverLibraryString=[radv (3), Mesa 23.2.0-devel (git-a6d4139e59)] +2023-05-16T09:09:39.711Z|0x7f5679a20400|Vulkan PSO: cache data not found [path=/tmp/GremlinSoft/TurnBasedStrategyCourse/vulkan_pso_cache.bin] +2023-05-16T09:09:39.769Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:09:39.799Z|0x7f5679a20400|Initialize mono +2023-05-16T09:09:39.800Z|0x7f5679a20400|Mono path[0] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Managed' +2023-05-16T09:09:39.800Z|0x7f5679a20400|Mono path[1] = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux' +2023-05-16T09:09:39.800Z|0x7f5679a20400|Mono config path = '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/MonoBleedingEdge/etc' +2023-05-16T09:09:39.800Z|0x7f5679a20400|Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56465 +2023-05-16T09:09:39.845Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +2023-05-16T09:09:39.994Z|0x7f5679a20400|Registering precompiled unity dll's ... +2023-05-16T09:09:39.997Z|0x7f5679a20400|Register platform support module: /home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll +2023-05-16T09:09:39.998Z|0x7f5679a20400|Registered in 0.004331 seconds. +2023-05-16T09:09:40.229Z|0x7f5679a20400|- Loaded All Assemblies, in 0.384 seconds +2023-05-16T09:09:40.277Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:09:40.617Z|0x7f5679a20400|Mono: successfully reloaded assembly +icall.c:1842: +icall.c:1842: +2023-05-16T09:09:40.635Z|0x7f5679a20400|- Finished resetting the current domain, in 0.406 seconds +2023-05-16T09:09:40.636Z|0x7f5679a20400|Domain Reload Profiling: 788ms + BeginReloadAssembly (75ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (191ms) + LoadAssemblies (72ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (187ms) + TypeCache.Refresh (186ms) + TypeCache.ScanAssembly (172ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (406ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (349ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (12ms) + SetLoadedEditorAssemblies (9ms) + BeforeProcessingInitializeOnLoad (13ms) + ProcessInitializeOnLoadAttributes (237ms) + ProcessInitializeOnLoadMethodAttributes (78ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +2023-05-16T09:09:40.834Z|0x7f5679a20400|======================================================================== +2023-05-16T09:09:40.834Z|0x7f5679a20400|Worker process is ready to serve import requests +2023-05-16T09:09:40.837Z|0x7f5679a20400|Import Worker Mode flag is 0x00 +2023-05-16T09:09:41.500Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:09:42.406Z|0x7f5679a20400|- Loaded All Assemblies, in 0.906 seconds +2023-05-16T09:09:42.408Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.65 ms, found 0 plugins. +2023-05-16T09:09:42.566Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:09:43.012Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:09:43.111Z|0x7f5679a20400|- Finished resetting the current domain, in 0.701 seconds +2023-05-16T09:09:43.111Z|0x7f5679a20400|Domain Reload Profiling: 1604ms + BeginReloadAssembly (319ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (50ms) + LoadAllAssembliesAndSetupDomain (469ms) + LoadAssemblies (219ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (309ms) + TypeCache.Refresh (276ms) + TypeCache.ScanAssembly (265ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (13ms) + FinalizeReload (702ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (439ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (129ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +2023-05-16T09:09:43.282Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:09:43.312Z|0x7f5679a20400|Launched and connected shader compiler UnityShaderCompiler after 0.01 seconds +2023-05-16T09:09:43.382Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.30 ms, found 0 plugins. +2023-05-16T09:09:43.382Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:09:43.404Z|0x7f556230d6c0|Unloading 4925 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:09:43.409Z|0x7f5679a20400|Unloading 18 unused Assets / (1.5 MB). Loaded Objects now: 5498. +Memory consumption went from 270.2 MB to 268.7 MB. +2023-05-16T09:09:43.409Z|0x7f5679a20400|Total: 5.447808 ms (FindLiveObjects: 0.240597 ms CreateObjectMapping: 0.270011 ms MarkObjects: 4.073723 ms DeleteObjects: 0.862226 ms) + +2023-05-16T09:09:43.411Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:09:43.411Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:10:16.446Z|0x7f5679a20400|======================================================================== +2023-05-16T09:10:16.446Z|0x7f5679a20400|Received Prepare +2023-05-16T09:10:16.771Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:10:17.414Z|0x7f5679a20400|- Loaded All Assemblies, in 0.643 seconds +2023-05-16T09:10:17.416Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:10:17.750Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:10:18.223Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:10:18.328Z|0x7f5679a20400|- Finished resetting the current domain, in 0.910 seconds +2023-05-16T09:10:18.328Z|0x7f5679a20400|Domain Reload Profiling: 1551ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (401ms) + LoadAssemblies (189ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (263ms) + TypeCache.Refresh (251ms) + TypeCache.ScanAssembly (238ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (911ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (453ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (116ms) + ProcessInitializeOnLoadAttributes (284ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +2023-05-16T09:10:18.610Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:10:18.673Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:10:18.673Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:10:18.700Z|0x7f556230d6c0|Unloading 4746 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:10:18.705Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5516. +Memory consumption went from 239.4 MB to 237.9 MB. +2023-05-16T09:10:18.705Z|0x7f5679a20400|Total: 4.306132 ms (FindLiveObjects: 0.255277 ms CreateObjectMapping: 0.210308 ms MarkObjects: 3.592493 ms DeleteObjects: 0.246832 ms) + +2023-05-16T09:10:18.705Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:10:18.707Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:10:18.707Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:11:35.941Z|0x7f5679a20400|======================================================================== +2023-05-16T09:11:35.941Z|0x7f5679a20400|Received Prepare +2023-05-16T09:11:36.274Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:11:36.898Z|0x7f5679a20400|- Loaded All Assemblies, in 0.625 seconds +2023-05-16T09:11:36.900Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.49 ms, found 0 plugins. +2023-05-16T09:11:37.297Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:11:37.782Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:11:37.894Z|0x7f5679a20400|- Finished resetting the current domain, in 0.992 seconds +2023-05-16T09:11:37.894Z|0x7f5679a20400|Domain Reload Profiling: 1614ms + BeginReloadAssembly (141ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (405ms) + LoadAssemblies (179ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (274ms) + TypeCache.Refresh (256ms) + TypeCache.ScanAssembly (245ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (993ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (467ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (145ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:11:38.217Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:11:38.277Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:11:38.277Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:11:38.305Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:11:38.310Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5533. +Memory consumption went from 241.4 MB to 239.9 MB. +2023-05-16T09:11:38.310Z|0x7f5679a20400|Total: 5.524868 ms (FindLiveObjects: 0.283730 ms CreateObjectMapping: 0.199358 ms MarkObjects: 4.819039 ms DeleteObjects: 0.221511 ms) + +2023-05-16T09:11:38.311Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:11:38.313Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:11:38.313Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:14:41.929Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 11019.236012 seconds. + path: Assets/Textures/Circle_Outlined.png + artifactKey: Guid(c4646e4738f8ddb458c02e4bb5cf1352) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:41.938Z|0x7f5679a20400|Start importing Assets/Textures/Circle_Outlined.png using Guid(c4646e4738f8ddb458c02e4bb5cf1352) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:41.993Z|0x7f5679a20400| -> (artifact id: '192744675a60458580b1eed7c5b142f2') in 0.054448 seconds +2023-05-16T09:14:41.993Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:41.993Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000066 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled.png + artifactKey: Guid(91746a504b59769439bb2749c314d231) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.001Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled.png using Guid(91746a504b59769439bb2749c314d231) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.005Z|0x7f5679a20400| -> (artifact id: '1311f73583f6f504683c8def913a5a49') in 0.004247 seconds +2023-05-16T09:14:42.006Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.006Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000017 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled@2x.png + artifactKey: Guid(2c85066ea99cfbe4f90294bf295ce543) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.014Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonEnabled@2x.png using Guid(2c85066ea99cfbe4f90294bf295ce543) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.018Z|0x7f5679a20400| -> (artifact id: '6e749bcef0388105fecaccc102b7fb1c') in 0.003968 seconds +2023-05-16T09:14:42.019Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.019Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000020 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSignal.png + artifactKey: Guid(ad2e3e92b00839c4e991ca602ef19822) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.028Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineSignal.png using Guid(ad2e3e92b00839c4e991ca602ef19822) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.032Z|0x7f5679a20400| -> (artifact id: 'db0d05f4f85ec0ad9055e1d738c03f4b') in 0.003925 seconds +2023-05-16T09:14:42.032Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.032Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000013 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleOFF.png + artifactKey: Guid(411e6f19c19fa0546af83aeb59c2ed4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.040Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeRippleOFF.png using Guid(411e6f19c19fa0546af83aeb59c2ed4b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.044Z|0x7f5679a20400| -> (artifact id: 'a2e134ba32d6b5c92660e04e04defb76') in 0.003800 seconds +2023-05-16T09:14:42.045Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.045Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000017 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled@2x.png + artifactKey: Guid(6f0b77e050cdb12478ed9514b3a0e40e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.054Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled@2x.png using Guid(6f0b77e050cdb12478ed9514b3a0e40e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.058Z|0x7f5679a20400| -> (artifact id: '694ac13576416c712e9bd023e0e89d98') in 0.004492 seconds +2023-05-16T09:14:42.059Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.059Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000013 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled@2x.png + artifactKey: Guid(1f3ea4caa6e0ec74388e4d7d16690e68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.068Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonDisabled@2x.png using Guid(1f3ea4caa6e0ec74388e4d7d16690e68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.072Z|0x7f5679a20400| -> (artifact id: 'c644542adc5927b3b076714e34e8b0e3') in 0.004322 seconds +2023-05-16T09:14:42.072Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.072Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000024 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonDisabled.png + artifactKey: Guid(40947ddc2dd4f0d499a92d0f3675c4e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.081Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonDisabled.png using Guid(40947ddc2dd4f0d499a92d0f3675c4e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.085Z|0x7f5679a20400| -> (artifact id: '294e124a65928d7475a2ed71cb9f3240') in 0.003736 seconds +2023-05-16T09:14:42.085Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.085Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000049 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonEnabled.png + artifactKey: Guid(2446ee609b613cd4e9142ccc55cb7c43) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.095Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineCollapseMarkerButtonEnabled.png using Guid(2446ee609b613cd4e9142ccc55cb7c43) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.098Z|0x7f5679a20400| -> (artifact id: '18ad3c47402b16dbd28c51051f7224a1') in 0.003734 seconds +2023-05-16T09:14:42.099Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.099Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000047 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled@2x.png + artifactKey: Guid(43ed4593c5ddda0439fcc1bdaf8309fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.108Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled@2x.png using Guid(43ed4593c5ddda0439fcc1bdaf8309fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.112Z|0x7f5679a20400| -> (artifact id: '4537c7230b0131c42a802434f6e7ad8d') in 0.003851 seconds +2023-05-16T09:14:42.112Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.112Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000061 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled@2x.png + artifactKey: Guid(fd194f75fe3d7ca4488fa775ae832fd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.121Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackAvatarButtonDisabled@2x.png using Guid(fd194f75fe3d7ca4488fa775ae832fd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.124Z|0x7f5679a20400| -> (artifact id: '4b4a159aed82775990e287732fc68234') in 0.003898 seconds +2023-05-16T09:14:42.126Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.126Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000045 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceOFF.png + artifactKey: Guid(912fd71cbf4cbe140b4f240bedbc1f3e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.134Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TimelineEditModeReplaceOFF.png using Guid(912fd71cbf4cbe140b4f240bedbc1f3e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.138Z|0x7f5679a20400| -> (artifact id: '1903811bb85c2b67130a30f732dc125b') in 0.004032 seconds +2023-05-16T09:14:42.139Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.139Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000029 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled.png + artifactKey: Guid(fbcdeb07ee516a64daa01ce462874280) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.147Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackCurvesButtonEnabled.png using Guid(fbcdeb07ee516a64daa01ce462874280) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.151Z|0x7f5679a20400| -> (artifact id: 'a283a752d1d3fdc41e13c422b12cb682') in 0.003878 seconds +2023-05-16T09:14:42.151Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:42.151Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000057 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled.png + artifactKey: Guid(52ee3ba2abc3da14a95cdf64d32ae0ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:42.161Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/Icons/d_TrackLockButtonDisabled.png using Guid(52ee3ba2abc3da14a95cdf64d32ae0ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:42.164Z|0x7f5679a20400| -> (artifact id: '420dbe5dd290536f7a99ef433b987ce1') in 0.003676 seconds +2023-05-16T09:14:42.165Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.803Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 2.638057 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_01.png + artifactKey: Guid(2a09470ada0c47849ad79d26363f8e4a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.812Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_01.png using Guid(2a09470ada0c47849ad79d26363f8e4a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.820Z|0x7f5679a20400| -> (artifact id: '8995537fc414e34bc53fff3aedd64485') in 0.007383 seconds +2023-05-16T09:14:44.820Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.820Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000043 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_08.png + artifactKey: Guid(1d12fa396a3563b41b9ae11b0fb0b986) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.829Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_08.png using Guid(1d12fa396a3563b41b9ae11b0fb0b986) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.834Z|0x7f5679a20400| -> (artifact id: '96a2168f588dd6d1e2dec9e29329740b') in 0.005098 seconds +2023-05-16T09:14:44.835Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.835Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000046 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_07.png + artifactKey: Guid(7789f4efbb0f45c4780925243375a18e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.844Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_07.png using Guid(7789f4efbb0f45c4780925243375a18e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.850Z|0x7f5679a20400| -> (artifact id: 'b6652e0804a9017b0bbee374a13b1a65') in 0.006446 seconds +2023-05-16T09:14:44.850Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.851Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000027 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_04.png + artifactKey: Guid(c7c5239ae4b2ace4d8774918a50a940a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.860Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_04.png using Guid(c7c5239ae4b2ace4d8774918a50a940a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.866Z|0x7f5679a20400| -> (artifact id: '9ca7cc79c500b65a49ca852d73a72609') in 0.006646 seconds +2023-05-16T09:14:44.867Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:44.867Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000166 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_Glass_01.png + artifactKey: Guid(1432e62c10501d147a873c128326f711) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:44.876Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_Grid_Glass_01.png using Guid(1432e62c10501d147a873c128326f711) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:44.883Z|0x7f5679a20400| -> (artifact id: 'ffd026385eccaa56dee14d6c7c5468c1') in 0.007031 seconds +2023-05-16T09:14:44.883Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:52.752Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 7.868812 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png + artifactKey: Guid(412f73153f3a3c549b67b2a847741145) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:52.760Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/DarkSkin/TimelineDisabledBackground.png using Guid(412f73153f3a3c549b67b2a847741145) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:52.765Z|0x7f5679a20400| -> (artifact id: 'e9cad152acaa4f1eb45abf4eeab98a2f') in 0.004322 seconds +2023-05-16T09:14:52.765Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:14:52.765Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000058 seconds. + path: Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineDisabledBackground.png + artifactKey: Guid(0304baf8d224f3e47b22d872c8dcd412) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:14:52.774Z|0x7f5679a20400|Start importing Packages/com.unity.timeline/Editor/StyleSheets/Images/LightSkin/TimelineDisabledBackground.png using Guid(0304baf8d224f3e47b22d872c8dcd412) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:14:52.778Z|0x7f5679a20400| -> (artifact id: 'fdae11df70f01dc72603d7f9253df8cd') in 0.004183 seconds +2023-05-16T09:14:52.779Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:16:16.965Z|0x7f5679a20400|======================================================================== +2023-05-16T09:16:16.965Z|0x7f5679a20400|Received Prepare +2023-05-16T09:16:17.282Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:16:17.914Z|0x7f5679a20400|- Loaded All Assemblies, in 0.632 seconds +2023-05-16T09:16:17.916Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:16:18.262Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:16:18.818Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:16:18.928Z|0x7f5679a20400|- Finished resetting the current domain, in 1.011 seconds +2023-05-16T09:16:18.928Z|0x7f5679a20400|Domain Reload Profiling: 1640ms + BeginReloadAssembly (149ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (404ms) + LoadAssemblies (185ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (268ms) + TypeCache.Refresh (256ms) + TypeCache.ScanAssembly (245ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1011ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (536ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (233ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +2023-05-16T09:16:19.244Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:16:19.312Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.90 ms, found 0 plugins. +2023-05-16T09:16:19.312Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:16:19.332Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:16:19.337Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5559. +Memory consumption went from 241.5 MB to 240.0 MB. +2023-05-16T09:16:19.337Z|0x7f5679a20400|Total: 4.429872 ms (FindLiveObjects: 0.288156 ms CreateObjectMapping: 0.265080 ms MarkObjects: 3.641499 ms DeleteObjects: 0.233691 ms) + +2023-05-16T09:16:19.338Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:16:19.340Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:16:19.340Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:16:48.695Z|0x7f5679a20400|======================================================================== +2023-05-16T09:16:48.695Z|0x7f5679a20400|Received Prepare +2023-05-16T09:16:49.029Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:16:49.676Z|0x7f5679a20400|- Loaded All Assemblies, in 0.647 seconds +2023-05-16T09:16:49.678Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.34 ms, found 0 plugins. +2023-05-16T09:16:50.040Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:16:50.578Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:16:50.697Z|0x7f5679a20400|- Finished resetting the current domain, in 1.017 seconds +2023-05-16T09:16:50.697Z|0x7f5679a20400|Domain Reload Profiling: 1661ms + BeginReloadAssembly (146ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (423ms) + LoadAssemblies (191ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (279ms) + TypeCache.Refresh (266ms) + TypeCache.ScanAssembly (254ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1018ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (517ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (161ms) + ProcessInitializeOnLoadAttributes (298ms) + ProcessInitializeOnLoadMethodAttributes (40ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:16:51.010Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:16:51.085Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.50 ms, found 0 plugins. +2023-05-16T09:16:51.085Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:16:51.104Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:16:51.110Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5576. +Memory consumption went from 243.7 MB to 242.1 MB. +2023-05-16T09:16:51.110Z|0x7f5679a20400|Total: 5.804055 ms (FindLiveObjects: 0.406447 ms CreateObjectMapping: 0.252724 ms MarkObjects: 4.624873 ms DeleteObjects: 0.518561 ms) + +2023-05-16T09:16:51.111Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:16:51.113Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:16:51.113Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:08.499Z|0x7f5679a20400|======================================================================== +2023-05-16T09:17:08.499Z|0x7f5679a20400|Received Prepare +2023-05-16T09:17:08.850Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:09.512Z|0x7f5679a20400|- Loaded All Assemblies, in 0.662 seconds +2023-05-16T09:17:09.514Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:17:09.877Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:10.377Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:17:10.499Z|0x7f5679a20400|- Finished resetting the current domain, in 0.984 seconds +2023-05-16T09:17:10.499Z|0x7f5679a20400|Domain Reload Profiling: 1643ms + BeginReloadAssembly (153ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (431ms) + LoadAssemblies (192ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (286ms) + TypeCache.Refresh (273ms) + TypeCache.ScanAssembly (260ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (984ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (479ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (174ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:17:10.802Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:10.868Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.54 ms, found 0 plugins. +2023-05-16T09:17:10.868Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:10.890Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:10.896Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5593. +Memory consumption went from 245.8 MB to 244.3 MB. +2023-05-16T09:17:10.896Z|0x7f5679a20400|Total: 5.497540 ms (FindLiveObjects: 0.256692 ms CreateObjectMapping: 0.215590 ms MarkObjects: 4.550911 ms DeleteObjects: 0.473413 ms) + +2023-05-16T09:17:10.896Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:10.898Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:10.898Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:18.980Z|0x7f5679a20400|======================================================================== +2023-05-16T09:17:18.980Z|0x7f5679a20400|Received Prepare +2023-05-16T09:17:19.304Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:19.977Z|0x7f5679a20400|- Loaded All Assemblies, in 0.672 seconds +2023-05-16T09:17:19.978Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.51 ms, found 0 plugins. +2023-05-16T09:17:20.339Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:20.856Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:17:20.965Z|0x7f5679a20400|- Finished resetting the current domain, in 0.985 seconds +2023-05-16T09:17:20.966Z|0x7f5679a20400|Domain Reload Profiling: 1654ms + BeginReloadAssembly (159ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (434ms) + LoadAssemblies (193ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (289ms) + TypeCache.Refresh (275ms) + TypeCache.ScanAssembly (262ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (986ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (498ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (173ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +2023-05-16T09:17:21.264Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:21.335Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. +2023-05-16T09:17:21.335Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:21.358Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:21.364Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5610. +Memory consumption went from 248.0 MB to 246.4 MB. +2023-05-16T09:17:21.364Z|0x7f5679a20400|Total: 5.290943 ms (FindLiveObjects: 0.410126 ms CreateObjectMapping: 0.239444 ms MarkObjects: 4.218934 ms DeleteObjects: 0.421207 ms) + +2023-05-16T09:17:21.365Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:21.366Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:21.367Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:17:34.396Z|0x7f5679a20400|======================================================================== +2023-05-16T09:17:34.396Z|0x7f5679a20400|Received Prepare +2023-05-16T09:17:34.745Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:17:35.390Z|0x7f5679a20400|- Loaded All Assemblies, in 0.645 seconds +2023-05-16T09:17:35.392Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:17:35.741Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:17:36.253Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:17:36.366Z|0x7f5679a20400|- Finished resetting the current domain, in 0.973 seconds +2023-05-16T09:17:36.367Z|0x7f5679a20400|Domain Reload Profiling: 1615ms + BeginReloadAssembly (151ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (414ms) + LoadAssemblies (204ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (261ms) + TypeCache.Refresh (248ms) + TypeCache.ScanAssembly (237ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (974ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (493ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (197ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:17:36.665Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:17:36.730Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.47 ms, found 0 plugins. +2023-05-16T09:17:36.730Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:17:36.752Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:17:36.758Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5627. +Memory consumption went from 250.1 MB to 248.6 MB. +2023-05-16T09:17:36.758Z|0x7f5679a20400|Total: 5.488577 ms (FindLiveObjects: 0.267793 ms CreateObjectMapping: 0.242020 ms MarkObjects: 4.723266 ms DeleteObjects: 0.253837 ms) + +2023-05-16T09:17:36.758Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:17:36.761Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:17:36.761Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:20.512Z|0x7f5679a20400|======================================================================== +2023-05-16T09:18:20.512Z|0x7f5679a20400|Received Prepare +2023-05-16T09:18:20.861Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:18:21.481Z|0x7f5679a20400|- Loaded All Assemblies, in 0.621 seconds +2023-05-16T09:18:21.483Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:18:21.828Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:18:22.311Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:18:22.414Z|0x7f5679a20400|- Finished resetting the current domain, in 0.930 seconds +2023-05-16T09:18:22.415Z|0x7f5679a20400|Domain Reload Profiling: 1548ms + BeginReloadAssembly (146ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (397ms) + LoadAssemblies (190ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (255ms) + TypeCache.Refresh (243ms) + TypeCache.ScanAssembly (232ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (931ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (464ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +2023-05-16T09:18:22.716Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:18:22.784Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:18:22.785Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:18:22.804Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:18:22.810Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5644. +Memory consumption went from 252.3 MB to 250.7 MB. +2023-05-16T09:18:22.810Z|0x7f5679a20400|Total: 5.883389 ms (FindLiveObjects: 0.696921 ms CreateObjectMapping: 0.226723 ms MarkObjects: 4.663063 ms DeleteObjects: 0.295252 ms) + +2023-05-16T09:18:22.811Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:18:22.813Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:18:22.813Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:35.085Z|0x7f5679a20400|======================================================================== +2023-05-16T09:18:35.085Z|0x7f5679a20400|Received Prepare +2023-05-16T09:18:35.407Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:18:36.055Z|0x7f5679a20400|- Loaded All Assemblies, in 0.648 seconds +2023-05-16T09:18:36.058Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins. +2023-05-16T09:18:36.430Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:18:37.098Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:18:37.218Z|0x7f5679a20400|- Finished resetting the current domain, in 1.158 seconds +2023-05-16T09:18:37.219Z|0x7f5679a20400|Domain Reload Profiling: 1805ms + BeginReloadAssembly (144ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (426ms) + LoadAssemblies (206ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (268ms) + TypeCache.Refresh (255ms) + TypeCache.ScanAssembly (243ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1159ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (648ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (229ms) + ProcessInitializeOnLoadAttributes (347ms) + ProcessInitializeOnLoadMethodAttributes (52ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +2023-05-16T09:18:37.523Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:18:37.586Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:18:37.586Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:18:37.609Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:18:37.614Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5661. +Memory consumption went from 254.4 MB to 252.9 MB. +2023-05-16T09:18:37.614Z|0x7f5679a20400|Total: 4.588234 ms (FindLiveObjects: 0.268495 ms CreateObjectMapping: 0.226026 ms MarkObjects: 3.860405 ms DeleteObjects: 0.231975 ms) + +2023-05-16T09:18:37.614Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:18:37.616Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:18:37.616Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:18:44.432Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 231.652863 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Dark-Selected/FOV.png + artifactKey: Guid(321dd32fc6122420299d8fb7978c77cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.442Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Dark-Selected/FOV.png using Guid(321dd32fc6122420299d8fb7978c77cc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.502Z|0x7f5679a20400| -> (artifact id: '4caed297543cacf1c61db0cc61c1f42c') in 0.060187 seconds +2023-05-16T09:18:44.502Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.502Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000012 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigMiddle.png + artifactKey: Guid(00a6f4168c1f24f9383a7cdbf9cb484d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.512Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigMiddle.png using Guid(00a6f4168c1f24f9383a7cdbf9cb484d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.516Z|0x7f5679a20400| -> (artifact id: '0e2bc2b1b3ff134ce694b3f4d2d74288') in 0.004260 seconds +2023-05-16T09:18:44.516Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.516Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000011 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Light-Selected/FOV.png + artifactKey: Guid(caaef75bbc86548719301167f1fff52b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.525Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Light-Selected/FOV.png using Guid(caaef75bbc86548719301167f1fff52b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.529Z|0x7f5679a20400| -> (artifact id: '16304d7dff12f9a0522f1ca7ebf66dd4') in 0.004317 seconds +2023-05-16T09:18:44.530Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.530Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000070 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Light/FOV.png + artifactKey: Guid(2298d7737762c4efbbac29ffd335454a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.539Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/Light/FOV.png using Guid(2298d7737762c4efbbac29ffd335454a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.546Z|0x7f5679a20400| -> (artifact id: '77feb4dea97d3bda8f3478789ca49f8a') in 0.007131 seconds +2023-05-16T09:18:44.547Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.547Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000025 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigBottom.png + artifactKey: Guid(500ec004d017c47f0a8ac54fcdfcc55c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.556Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigBottom.png using Guid(500ec004d017c47f0a8ac54fcdfcc55c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.560Z|0x7f5679a20400| -> (artifact id: '404eef888c073a45d2c14ec1969c3315') in 0.004822 seconds +2023-05-16T09:18:44.561Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.561Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000024 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_01.png + artifactKey: Guid(86cb957541c7c8542a6306ffb82e6833) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.570Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_01.png using Guid(86cb957541c7c8542a6306ffb82e6833) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.576Z|0x7f5679a20400| -> (artifact id: 'd82950c0989834536baf7ae9c692e23d') in 0.006774 seconds +2023-05-16T09:18:44.577Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.577Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000053 seconds. + path: Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigTop.png + artifactKey: Guid(73aa031d2843e47a3a18d390a8ce7c22) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.586Z|0x7f5679a20400|Start importing Packages/com.unity.cinemachine/Editor/EditorResources/Handles/FreelookRigTop.png using Guid(73aa031d2843e47a3a18d390a8ce7c22) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.590Z|0x7f5679a20400| -> (artifact id: 'c369701aa55d71d95ecf097aa62f88f6') in 0.004616 seconds +2023-05-16T09:18:44.591Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.592Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000619 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_10.png + artifactKey: Guid(52b9d8791ea480146bc8d83c6b17e8ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.600Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_10.png using Guid(52b9d8791ea480146bc8d83c6b17e8ff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.619Z|0x7f5679a20400| -> (artifact id: '59997c50803c6c84cf7bcf43f2c3087e') in 0.018320 seconds +2023-05-16T09:18:44.620Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:18:44.620Z|0x7f5679a20400|======================================================================== +Received Import Request. + Time since last request: 0.000017 seconds. + path: Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_01_Emission.png + artifactKey: Guid(c0cde391f6ee96749be5d6df0f1c83d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +2023-05-16T09:18:44.629Z|0x7f5679a20400|Start importing Assets/PolygonPrototype/Textures/PolygonPrototype_Texture_01_Emission.png using Guid(c0cde391f6ee96749be5d6df0f1c83d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-16T09:18:44.646Z|0x7f5679a20400| -> (artifact id: '604d0cb11de7ab03d5dcb15d0425eb96') in 0.017076 seconds +2023-05-16T09:18:44.646Z|0x7f5679a20400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 2 + +2023-05-16T09:19:06.025Z|0x7f5679a20400|======================================================================== +2023-05-16T09:19:06.025Z|0x7f5679a20400|Received Prepare +2023-05-16T09:19:06.337Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:07.023Z|0x7f5679a20400|- Loaded All Assemblies, in 0.685 seconds +2023-05-16T09:19:07.025Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.41 ms, found 0 plugins. +2023-05-16T09:19:07.397Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:07.918Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:19:08.022Z|0x7f5679a20400|- Finished resetting the current domain, in 0.996 seconds +2023-05-16T09:19:08.022Z|0x7f5679a20400|Domain Reload Profiling: 1678ms + BeginReloadAssembly (156ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (32ms) + LoadAllAssembliesAndSetupDomain (446ms) + LoadAssemblies (226ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (274ms) + TypeCache.Refresh (261ms) + TypeCache.ScanAssembly (250ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (996ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (503ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (134ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:19:08.309Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:08.382Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.44 ms, found 0 plugins. +2023-05-16T09:19:08.382Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:08.402Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:08.407Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5679. +Memory consumption went from 249.0 MB to 247.5 MB. +2023-05-16T09:19:08.407Z|0x7f5679a20400|Total: 4.970444 ms (FindLiveObjects: 0.334407 ms CreateObjectMapping: 0.217124 ms MarkObjects: 4.108958 ms DeleteObjects: 0.308909 ms) + +2023-05-16T09:19:08.408Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:08.411Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:08.411Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:19:20.429Z|0x7f5679a20400|======================================================================== +2023-05-16T09:19:20.429Z|0x7f5679a20400|Received Prepare +2023-05-16T09:19:20.746Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:21.393Z|0x7f5679a20400|- Loaded All Assemblies, in 0.647 seconds +2023-05-16T09:19:21.395Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:19:21.736Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:22.202Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:19:22.302Z|0x7f5679a20400|- Finished resetting the current domain, in 0.906 seconds +2023-05-16T09:19:22.302Z|0x7f5679a20400|Domain Reload Profiling: 1550ms + BeginReloadAssembly (146ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (422ms) + LoadAssemblies (209ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (262ms) + TypeCache.Refresh (249ms) + TypeCache.ScanAssembly (237ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (906ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (447ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (111ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (33ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:19:22.580Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:22.645Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:19:22.645Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:22.670Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:22.676Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5696. +Memory consumption went from 251.1 MB to 249.6 MB. +2023-05-16T09:19:22.676Z|0x7f5679a20400|Total: 5.316129 ms (FindLiveObjects: 0.270936 ms CreateObjectMapping: 0.227286 ms MarkObjects: 4.539390 ms DeleteObjects: 0.277074 ms) + +2023-05-16T09:19:22.676Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:22.678Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:22.678Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:22.679Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:22.679Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:22.679Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:19:38.492Z|0x7f5679a20400|======================================================================== +2023-05-16T09:19:38.492Z|0x7f5679a20400|Received Prepare +2023-05-16T09:19:38.820Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:19:39.466Z|0x7f5679a20400|- Loaded All Assemblies, in 0.646 seconds +2023-05-16T09:19:39.468Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.35 ms, found 0 plugins. +2023-05-16T09:19:39.829Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:19:40.317Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:19:40.423Z|0x7f5679a20400|- Finished resetting the current domain, in 0.954 seconds +2023-05-16T09:19:40.424Z|0x7f5679a20400|Domain Reload Profiling: 1597ms + BeginReloadAssembly (152ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (414ms) + LoadAssemblies (192ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (270ms) + TypeCache.Refresh (258ms) + TypeCache.ScanAssembly (246ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (955ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (470ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (151ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:19:40.719Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:19:40.784Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. +2023-05-16T09:19:40.784Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:19:40.804Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:19:40.809Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5713. +Memory consumption went from 253.3 MB to 251.8 MB. +2023-05-16T09:19:40.809Z|0x7f5679a20400|Total: 4.376567 ms (FindLiveObjects: 0.276349 ms CreateObjectMapping: 0.216586 ms MarkObjects: 3.650018 ms DeleteObjects: 0.232155 ms) + +2023-05-16T09:19:40.809Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:19:40.811Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:19:40.811Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:20:54.254Z|0x7f5679a20400|======================================================================== +2023-05-16T09:20:54.254Z|0x7f5679a20400|Received Prepare +2023-05-16T09:20:54.618Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:20:55.477Z|0x7f5679a20400|- Loaded All Assemblies, in 0.860 seconds +2023-05-16T09:20:55.479Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:20:55.852Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:20:56.382Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:20:56.483Z|0x7f5679a20400|- Finished resetting the current domain, in 1.003 seconds +2023-05-16T09:20:56.484Z|0x7f5679a20400|Domain Reload Profiling: 1859ms + BeginReloadAssembly (271ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (117ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (43ms) + LoadAllAssembliesAndSetupDomain (487ms) + LoadAssemblies (241ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (316ms) + TypeCache.Refresh (298ms) + TypeCache.ScanAssembly (283ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1003ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (512ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (143ms) + ProcessInitializeOnLoadAttributes (318ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:20:56.765Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:20:56.871Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins. +2023-05-16T09:20:56.871Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:20:56.899Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:20:56.904Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5730. +Memory consumption went from 255.4 MB to 253.9 MB. +2023-05-16T09:20:56.904Z|0x7f5679a20400|Total: 5.230275 ms (FindLiveObjects: 0.311876 ms CreateObjectMapping: 0.259264 ms MarkObjects: 4.431627 ms DeleteObjects: 0.225830 ms) + +2023-05-16T09:20:56.905Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:20:56.907Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:20:56.907Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:22:01.299Z|0x7f5679a20400|======================================================================== +2023-05-16T09:22:01.299Z|0x7f5679a20400|Received Prepare +2023-05-16T09:22:01.699Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:22:02.506Z|0x7f5679a20400|- Loaded All Assemblies, in 0.807 seconds +2023-05-16T09:22:02.508Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.54 ms, found 0 plugins. +2023-05-16T09:22:03.128Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:22:03.819Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:22:03.945Z|0x7f5679a20400|- Finished resetting the current domain, in 1.436 seconds +2023-05-16T09:22:03.945Z|0x7f5679a20400|Domain Reload Profiling: 2237ms + BeginReloadAssembly (189ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (74ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (35ms) + LoadAllAssembliesAndSetupDomain (518ms) + LoadAssemblies (252ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (325ms) + TypeCache.Refresh (307ms) + TypeCache.ScanAssembly (295ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1436ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (679ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (6ms) + BeforeProcessingInitializeOnLoad (183ms) + ProcessInitializeOnLoadAttributes (415ms) + ProcessInitializeOnLoadMethodAttributes (43ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (29ms) +2023-05-16T09:22:04.242Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:22:04.303Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.48 ms, found 0 plugins. +2023-05-16T09:22:04.303Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:22:04.322Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:22:04.327Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5747. +Memory consumption went from 257.6 MB to 256.0 MB. +2023-05-16T09:22:04.327Z|0x7f5679a20400|Total: 4.182053 ms (FindLiveObjects: 0.258166 ms CreateObjectMapping: 0.199601 ms MarkObjects: 3.503902 ms DeleteObjects: 0.219364 ms) + +2023-05-16T09:22:04.327Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:22:04.329Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:22:04.329Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:22:24.948Z|0x7f5679a20400|======================================================================== +2023-05-16T09:22:24.948Z|0x7f5679a20400|Received Prepare +2023-05-16T09:22:25.257Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:22:25.913Z|0x7f5679a20400|- Loaded All Assemblies, in 0.656 seconds +2023-05-16T09:22:25.914Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:22:26.274Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:22:26.860Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:22:26.961Z|0x7f5679a20400|- Finished resetting the current domain, in 1.046 seconds +2023-05-16T09:22:26.962Z|0x7f5679a20400|Domain Reload Profiling: 1698ms + BeginReloadAssembly (155ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (29ms) + LoadAllAssembliesAndSetupDomain (420ms) + LoadAssemblies (195ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (274ms) + TypeCache.Refresh (257ms) + TypeCache.ScanAssembly (245ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1046ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (568ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (4ms) + BeforeProcessingInitializeOnLoad (224ms) + ProcessInitializeOnLoadAttributes (290ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:22:27.238Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:22:27.299Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.49 ms, found 0 plugins. +2023-05-16T09:22:27.299Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:22:27.319Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:22:27.324Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5764. +Memory consumption went from 259.7 MB to 258.2 MB. +2023-05-16T09:22:27.324Z|0x7f5679a20400|Total: 4.890451 ms (FindLiveObjects: 0.280198 ms CreateObjectMapping: 0.223782 ms MarkObjects: 4.154586 ms DeleteObjects: 0.230719 ms) + +2023-05-16T09:22:27.325Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:22:27.327Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:22:27.327Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:31:46.114Z|0x7f5679a20400|======================================================================== +2023-05-16T09:31:46.114Z|0x7f5679a20400|Received Prepare +2023-05-16T09:31:46.432Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:31:47.112Z|0x7f5679a20400|- Loaded All Assemblies, in 0.679 seconds +2023-05-16T09:31:47.113Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:31:47.473Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:31:48.051Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:31:48.162Z|0x7f5679a20400|- Finished resetting the current domain, in 1.047 seconds +2023-05-16T09:31:48.163Z|0x7f5679a20400|Domain Reload Profiling: 1723ms + BeginReloadAssembly (155ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (444ms) + LoadAssemblies (205ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (289ms) + TypeCache.Refresh (272ms) + TypeCache.ScanAssembly (260ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1048ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (560ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (141ms) + ProcessInitializeOnLoadAttributes (366ms) + ProcessInitializeOnLoadMethodAttributes (35ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +2023-05-16T09:31:48.446Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:31:48.511Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins. +2023-05-16T09:31:48.511Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:31:48.532Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:31:48.537Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5781. +Memory consumption went from 261.8 MB to 260.3 MB. +2023-05-16T09:31:48.537Z|0x7f5679a20400|Total: 4.496162 ms (FindLiveObjects: 0.402654 ms CreateObjectMapping: 0.215815 ms MarkObjects: 3.597494 ms DeleteObjects: 0.278771 ms) + +2023-05-16T09:31:48.538Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:31:48.540Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:31:48.540Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:31:51.384Z|0x7f5679a20400|======================================================================== +2023-05-16T09:31:51.384Z|0x7f5679a20400|Received Prepare +2023-05-16T09:31:51.712Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:31:52.419Z|0x7f5679a20400|- Loaded All Assemblies, in 0.707 seconds +2023-05-16T09:31:52.421Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.63 ms, found 0 plugins. +2023-05-16T09:31:52.781Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:31:53.292Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:31:53.398Z|0x7f5679a20400|- Finished resetting the current domain, in 0.976 seconds +2023-05-16T09:31:53.398Z|0x7f5679a20400|Domain Reload Profiling: 1679ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (32ms) + LoadAllAssembliesAndSetupDomain (454ms) + LoadAssemblies (226ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (285ms) + TypeCache.Refresh (272ms) + TypeCache.ScanAssembly (260ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (976ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (493ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (211ms) + ProcessInitializeOnLoadAttributes (227ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +2023-05-16T09:31:53.691Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:31:53.756Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.36 ms, found 0 plugins. +2023-05-16T09:31:53.756Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:31:53.776Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:31:53.781Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5798. +Memory consumption went from 264.0 MB to 262.5 MB. +2023-05-16T09:31:53.781Z|0x7f5679a20400|Total: 4.734422 ms (FindLiveObjects: 0.293857 ms CreateObjectMapping: 0.224955 ms MarkObjects: 3.964939 ms DeleteObjects: 0.248679 ms) + +2023-05-16T09:31:53.782Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:31:53.784Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:31:53.784Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:32:48.554Z|0x7f5679a20400|======================================================================== +2023-05-16T09:32:48.554Z|0x7f5679a20400|Received Prepare +2023-05-16T09:32:48.956Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:32:49.944Z|0x7f5679a20400|- Loaded All Assemblies, in 0.988 seconds +2023-05-16T09:32:49.946Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.68 ms, found 0 plugins. +2023-05-16T09:32:50.355Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:32:50.905Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:32:51.025Z|0x7f5679a20400|- Finished resetting the current domain, in 1.078 seconds +2023-05-16T09:32:51.026Z|0x7f5679a20400|Domain Reload Profiling: 2062ms + BeginReloadAssembly (227ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (99ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (84ms) + LoadAllAssembliesAndSetupDomain (613ms) + LoadAssemblies (310ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (377ms) + TypeCache.Refresh (359ms) + TypeCache.ScanAssembly (344ms) + ScanForSourceGeneratedMonoScriptInfo (4ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1079ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (149ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (38ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +2023-05-16T09:32:51.063Z|0x7f5679a20400|Script is not up to date after domain reload: guid(75bca43188d0a2b1d91664294fd6ee82) path("Assets/Scripts/Grid/GridSystemVisual.cs") state(2) +2023-05-16T09:32:51.448Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:32:51.567Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 2.63 ms, found 0 plugins. +2023-05-16T09:32:51.567Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:32:51.609Z|0x7f556230d6c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:32:51.613Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5814. +Memory consumption went from 266.1 MB to 264.6 MB. +2023-05-16T09:32:51.614Z|0x7f5679a20400|Total: 4.545443 ms (FindLiveObjects: 0.270655 ms CreateObjectMapping: 0.205772 ms MarkObjects: 3.826476 ms DeleteObjects: 0.241426 ms) + +2023-05-16T09:32:51.614Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:32:51.617Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:32:51.617Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:32:55.319Z|0x7f5679a20400|======================================================================== +2023-05-16T09:32:55.319Z|0x7f5679a20400|Received Prepare +2023-05-16T09:32:55.701Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:32:56.497Z|0x7f5679a20400|- Loaded All Assemblies, in 0.796 seconds +2023-05-16T09:32:56.499Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.69 ms, found 0 plugins. +2023-05-16T09:32:56.883Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:32:57.495Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:32:57.616Z|0x7f5679a20400|- Finished resetting the current domain, in 1.115 seconds +2023-05-16T09:32:57.616Z|0x7f5679a20400|Domain Reload Profiling: 1908ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (32ms) + LoadAllAssembliesAndSetupDomain (535ms) + LoadAssemblies (257ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (332ms) + TypeCache.Refresh (311ms) + TypeCache.ScanAssembly (294ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (16ms) + FinalizeReload (1116ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (580ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (223ms) + ProcessInitializeOnLoadAttributes (289ms) + ProcessInitializeOnLoadMethodAttributes (47ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (38ms) +2023-05-16T09:32:57.919Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:32:57.986Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:32:57.986Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:32:58.010Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:32:58.018Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5832. +Memory consumption went from 268.3 MB to 266.8 MB. +2023-05-16T09:32:58.018Z|0x7f5679a20400|Total: 7.113855 ms (FindLiveObjects: 0.285537 ms CreateObjectMapping: 0.219672 ms MarkObjects: 6.381140 ms DeleteObjects: 0.225830 ms) + +2023-05-16T09:32:58.018Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:32:58.020Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:32:58.020Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:45:03.720Z|0x7f5679a20400|======================================================================== +2023-05-16T09:45:03.720Z|0x7f5679a20400|Received Prepare +2023-05-16T09:45:04.142Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:45:04.919Z|0x7f5679a20400|- Loaded All Assemblies, in 0.778 seconds +2023-05-16T09:45:04.921Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:45:05.473Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:45:06.103Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:45:06.212Z|0x7f5679a20400|- Finished resetting the current domain, in 1.289 seconds +2023-05-16T09:45:06.212Z|0x7f5679a20400|Domain Reload Profiling: 2063ms + BeginReloadAssembly (196ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (73ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (33ms) + LoadAllAssembliesAndSetupDomain (493ms) + LoadAssemblies (241ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (310ms) + TypeCache.Refresh (288ms) + TypeCache.ScanAssembly (273ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (17ms) + FinalizeReload (1290ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (610ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (5ms) + BeforeProcessingInitializeOnLoad (159ms) + ProcessInitializeOnLoadAttributes (395ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +2023-05-16T09:45:06.513Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:45:06.576Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.37 ms, found 0 plugins. +2023-05-16T09:45:06.576Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:45:06.598Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:45:06.603Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5849. +Memory consumption went from 270.4 MB to 268.9 MB. +2023-05-16T09:45:06.603Z|0x7f5679a20400|Total: 5.371151 ms (FindLiveObjects: 0.306984 ms CreateObjectMapping: 0.382486 ms MarkObjects: 4.340308 ms DeleteObjects: 0.340265 ms) + +2023-05-16T09:45:06.604Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:45:06.606Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:45:06.606Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> +2023-05-16T09:45:27.618Z|0x7f5679a20400|======================================================================== +2023-05-16T09:45:27.618Z|0x7f5679a20400|Received Prepare +2023-05-16T09:45:27.951Z|0x7f5679a20400|Begin MonoManager ReloadAssembly +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +icall.c:1842: +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image /home/sascha/current_coding/TurnBasedStrategyCourse/Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll +2023-05-16T09:45:28.646Z|0x7f5679a20400|- Loaded All Assemblies, in 0.695 seconds +2023-05-16T09:45:28.648Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins. +2023-05-16T09:45:29.022Z|0x7f5679a20400|Native extension for LinuxStandalone target not found +2023-05-16T09:45:29.544Z|0x7f5679a20400|Mono: successfully reloaded assembly +2023-05-16T09:45:29.663Z|0x7f5679a20400|- Finished resetting the current domain, in 1.014 seconds +2023-05-16T09:45:29.663Z|0x7f5679a20400|Domain Reload Profiling: 1705ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (30ms) + LoadAllAssembliesAndSetupDomain (448ms) + LoadAssemblies (224ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (278ms) + TypeCache.Refresh (265ms) + TypeCache.ScanAssembly (252ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1014ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (503ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (9ms) + SetLoadedEditorAssemblies (6ms) + BeforeProcessingInitializeOnLoad (179ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +2023-05-16T09:45:29.954Z|0x7f5679a20400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization +2023-05-16T09:45:30.018Z|0x7f5679a20400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins. +2023-05-16T09:45:30.018Z|0x7f5679a20400|Preloading 0 native plugins for Editor in 0.00 ms. +2023-05-16T09:45:30.041Z|0x7f556230d6c0|Unloading 4745 Unused Serialized files (Serialized files now loaded: 0) +2023-05-16T09:45:30.047Z|0x7f5679a20400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 5866. +Memory consumption went from 272.6 MB to 271.1 MB. +2023-05-16T09:45:30.047Z|0x7f5679a20400|Total: 5.170589 ms (FindLiveObjects: 0.273963 ms CreateObjectMapping: 0.278742 ms MarkObjects: 4.387406 ms DeleteObjects: 0.229157 ms) + +2023-05-16T09:45:30.047Z|0x7f5679a20400|Prepare: number of updated asset objects reloaded= 0 +2023-05-16T09:45:30.050Z|0x7f5679a20400|AssetImportParameters requested are different than current active one (requested -> active): +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> +2023-05-16T09:45:30.050Z|0x7f5679a20400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> diff --git a/Logs/shadercompiler-AssetImportWorker0-0.log b/Logs/shadercompiler-AssetImportWorker0-0.log new file mode 100644 index 00000000..09724ae5 --- /dev/null +++ b/Logs/shadercompiler-AssetImportWorker0-0.log @@ -0,0 +1,3 @@ +Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-AssetImportWorker1-0.log b/Logs/shadercompiler-AssetImportWorker1-0.log new file mode 100644 index 00000000..09724ae5 --- /dev/null +++ b/Logs/shadercompiler-AssetImportWorker1-0.log @@ -0,0 +1,3 @@ +Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + diff --git a/Logs/shadercompiler-UnityShaderCompiler-0.log b/Logs/shadercompiler-UnityShaderCompiler-0.log index 09724ae5..d82ff98b 100644 --- a/Logs/shadercompiler-UnityShaderCompiler-0.log +++ b/Logs/shadercompiler-UnityShaderCompiler-0.log @@ -1,3 +1,6 @@ Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines' Cmd: initializeCompiler +Cmd: compileSnippet + insize=3875 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit ppOnly=0 stripLineD=0 buildPlatform=24 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SCREEN_SPACE_OCCLUSION _SURFACE_TYPE_TRANSPARENT _ALPHAPREMULTIPLY_ON _EMISSION dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX EVALUATE_SH_MIXED EVALUATE_SH_VERTEX _FORWARD_PLUS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON PROBE_VOLUMES_L1 PROBE_VOLUMES_L2 DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=vulkan reqs=1 mask=2 start=110 ok=1 outsize=13306 + diff --git a/Logs/shadercompiler-UnityShaderCompiler-1.log b/Logs/shadercompiler-UnityShaderCompiler-1.log new file mode 100644 index 00000000..9cd6d540 --- /dev/null +++ b/Logs/shadercompiler-UnityShaderCompiler-1.log @@ -0,0 +1,9 @@ +Base path: '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data', plugins path '/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=3875 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit ppOnly=0 stripLineD=0 buildPlatform=24 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SCREEN_SPACE_OCCLUSION _SURFACE_TYPE_TRANSPARENT _ALPHAPREMULTIPLY_ON _EMISSION dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX EVALUATE_SH_MIXED EVALUATE_SH_VERTEX _FORWARD_PLUS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON PROBE_VOLUMES_L1 PROBE_VOLUMES_L2 DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=vulkan reqs=1 mask=2 start=110 ok=1 outsize=13306 + +Cmd: compileSnippet + insize=3875 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit ppOnly=0 stripLineD=0 buildPlatform=24 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS_CASCADE _ADDITIONAL_LIGHTS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _SURFACE_TYPE_TRANSPARENT _ALPHAPREMULTIPLY_ON _EMISSION dKW=_MAIN_LIGHT_SHADOWS _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX EVALUATE_SH_MIXED EVALUATE_SH_VERTEX _FORWARD_PLUS LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON PROBE_VOLUMES_L1 PROBE_VOLUMES_L2 DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=0 lang=3 type=Vertex platform=vulkan reqs=1 mask=2 start=110 ok=1 outsize=29729 + diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.gbc b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.gbc similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.gbc rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.gbc diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.o b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.o similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.o rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_2230a143748f5ecbc3a89a75bf0ad747.o diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.gbc b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.gbc similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.gbc rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.gbc diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.o b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.o similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.o rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_670478f3fb3f285eeace534fbe61a03e.o diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.gbc b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.gbc similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.gbc rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.gbc diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.o b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.o similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.o rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_aa309157da5950aa53ed6075709e6e40.o diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.gbc b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.gbc similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.gbc rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.gbc diff --git a/Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.o b/Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.o similarity index 100% rename from Temp/Burst/burst-aotoaymt0o6.xxq/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.o rename to Temp/Burst/burst-aotbqqh0i3g.tu0/lib_burst_generated_part_fbc079948c97a98cd097eb9cc996cc4a.o diff --git a/Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.gbc b/Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.gbc similarity index 100% rename from Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.gbc rename to Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.gbc diff --git a/Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.o b/Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.o similarity index 100% rename from Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.o rename to Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_c5da162bb9dc9272f53313b169c04eaa.o diff --git a/Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.gbc b/Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.gbc similarity index 100% rename from Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.gbc rename to Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.gbc diff --git a/Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.o b/Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.o similarity index 100% rename from Temp/Burst/burst-aotj6i92aop.jqa/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.o rename to Temp/Burst/burst-aotnfuzcap8.8l4/lib_burst_generated_part_d636e4baec7f7eb1d42a504f9a31611a.o diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.gbc b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.gbc similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.gbc rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.gbc diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.o b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.o similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.o rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_77fc393cb521ac129b1392d4eb94d29a.o diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.gbc b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.gbc similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.gbc rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.gbc diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.o b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.o similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.o rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_a6f5259e22ed809ef3937424c4bd686d.o diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.gbc b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.gbc similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.gbc rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.gbc diff --git a/Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.o b/Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.o similarity index 100% rename from Temp/Burst/burst-aotlhgjv9yd.ei0/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.o rename to Temp/Burst/burst-aotwlzfkxnk.jxm/lib_burst_generated_part_adceb2156d08d59afc9749dc2521fd2b.o diff --git a/Temp/FSTimeGet-060097ed95e333699b35f0e8c31e80a7 b/Temp/FSTimeGet-060097ed95e333699b35f0e8c31e80a7 new file mode 100644 index 00000000..dbb4ae0f Binary files /dev/null and b/Temp/FSTimeGet-060097ed95e333699b35f0e8c31e80a7 differ diff --git a/Temp/FSTimeGet-7accb381b3d35450a851de72d60f3078 b/Temp/FSTimeGet-7accb381b3d35450a851de72d60f3078 new file mode 100644 index 00000000..e69de29b diff --git a/Temp/FSTimeGet-c4ea17d4df1dccc71a31ce92b60758f3 b/Temp/FSTimeGet-c4ea17d4df1dccc71a31ce92b60758f3 new file mode 100644 index 00000000..e69de29b diff --git a/Temp/FSTimeGet-dc69e5dbc3adff1dba650c58d51707e9 b/Temp/FSTimeGet-dc69e5dbc3adff1dba650c58d51707e9 deleted file mode 100644 index 6f6b073c..00000000 Binary files a/Temp/FSTimeGet-dc69e5dbc3adff1dba650c58d51707e9 and /dev/null differ diff --git a/Temp/__Backupscenes/0.backup b/Temp/__Backupscenes/0.backup index 602c2422..67cd2389 100644 Binary files a/Temp/__Backupscenes/0.backup and b/Temp/__Backupscenes/0.backup differ diff --git a/Temp/copyassets/GridBlue.mat b/Temp/copyassets/GridBlue.mat new file mode 100644 index 00000000..e8face74 --- /dev/null +++ b/Temp/copyassets/GridBlue.mat @@ -0,0 +1,139 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!21 &2100000 +Material: + serializedVersion: 8 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: GridBlue + m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} + m_Parent: {fileID: 0} + m_ModifiedSerializedProperties: 0 + m_ValidKeywords: + - _ALPHAPREMULTIPLY_ON + - _SURFACE_TYPE_TRANSPARENT + m_InvalidKeywords: [] + m_LightmapFlags: 4 + m_EnableInstancingVariants: 0 + m_DoubleSidedGI: 0 + m_CustomRenderQueue: 3000 + stringTagMap: + RenderType: Transparent + disabledShaderPasses: + - MOTIONVECTORS + - DepthOnly + - SHADOWCASTER + m_LockedProperties: + m_SavedProperties: + serializedVersion: 3 + m_TexEnvs: + - _BaseMap: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _BumpMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailAlbedoMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailMask: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _DetailNormalMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _EmissionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MainTex: + m_Texture: {fileID: 2800000, guid: ab269c538609ee34d8bd8e2ff5168c86, type: 3} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _MetallicGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _OcclusionMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _ParallaxMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - _SpecGlossMap: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_Lightmaps: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_LightmapsInd: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + - unity_ShadowMasks: + m_Texture: {fileID: 0} + m_Scale: {x: 1, y: 1} + m_Offset: {x: 0, y: 0} + m_Ints: [] + m_Floats: + - _AddPrecomputedVelocity: 0 + - _AlphaClip: 0 + - _AlphaToMask: 0 + - _Blend: 0 + - _BlendModePreserveSpecular: 1 + - _BumpScale: 1 + - _ClearCoatMask: 0 + - _ClearCoatSmoothness: 0 + - _Cull: 2 + - _Cutoff: 0.5 + - _DetailAlbedoMapScale: 1 + - _DetailNormalMapScale: 1 + - _DstBlend: 10 + - _DstBlendAlpha: 10 + - _EnvironmentReflections: 1 + - _GlossMapScale: 0 + - _Glossiness: 0 + - _GlossyReflections: 0 + - _Metallic: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.005 + - _QueueOffset: 0 + - _ReceiveShadows: 1 + - _Smoothness: 1 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _SrcBlendAlpha: 1 + - _Surface: 1 + - _WorkflowMode: 1 + - _ZWrite: 0 + m_Colors: + - _BaseColor: {r: 0, g: 0.7246165, b: 1, a: 1} + - _Color: {r: 0, g: 0.7246165, b: 1, a: 1} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} + - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} + m_BuildTextureStacks: [] +--- !u!114 &6207293169668130279 +MonoBehaviour: + m_ObjectHideFlags: 11 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 8 diff --git a/Temp/copyassets/GridBlue.mat.meta b/Temp/copyassets/GridBlue.mat.meta new file mode 100644 index 00000000..fc803679 --- /dev/null +++ b/Temp/copyassets/GridBlue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3322f75c4ac0327898e8fe6f22b1999d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/UserSettings/Layouts/default-2023.dwlt b/UserSettings/Layouts/default-2023.dwlt index 948112d8..f03400b9 100644 --- a/UserSettings/Layouts/default-2023.dwlt +++ b/UserSettings/Layouts/default-2023.dwlt @@ -981,7 +981,7 @@ MonoBehaviour: m_Position: m_Target: {x: 3.8625057, y: 0.6932435, z: 3.374605} speed: 2 - m_Value: {x: 0.56871957, y: 0.48620284, z: 0.95112705} + m_Value: {x: 3.8625057, y: 0.6932435, z: 3.374605} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -1029,11 +1029,11 @@ MonoBehaviour: m_Rotation: m_Target: {x: -0.16184911, y: 0.3455869, z: -0.06064305, w: -0.9223316} speed: 2 - m_Value: {x: -0.3155453, y: 0.06880766, z: -0.022948055, w: -0.94613373} + m_Value: {x: -0.16184911, y: 0.3455869, z: -0.060643055, w: -0.92233163} m_Size: m_Target: 3.0223396 speed: 2 - m_Value: 3.4700294 + m_Value: 3.0223396 m_Ortho: m_Target: 0 speed: 2