Unit World UI

master
Sascha 2023-05-15 17:43:41 +07:00
parent 376cb32a82
commit df3a9e3add
99 changed files with 2687 additions and 1155 deletions

@ -49,6 +49,7 @@
<Compile Include="Assets/Scripts/HealthSystem.cs" />
<Compile Include="Assets/Scripts/MouseWorld.cs" />
<Compile Include="Assets/Scripts/Actions/UnitActionSystem.cs" />
<Compile Include="Assets/Scripts/UI/UnitWorldUI.cs" />
<Compile Include="Assets/Scripts/Grid/GridSystemVisual.cs" />
<Compile Include="Assets/Scripts/Unit.cs" />
<Compile Include="Assets/Scripts/Actions/BaseAction.cs" />
@ -64,6 +65,7 @@
<Compile Include="Assets/Scripts/UI/TurnSystemUI.cs" />
<Compile Include="Assets/Scripts/Actions/MoveAction.cs" />
<Compile Include="Assets/Scripts/UnitRagdollSpawner.cs" />
<Compile Include="Assets/Scripts/LookAtCamera.cs" />
<Compile Include="Assets/Scripts/Actions/SpinAction.cs" />
<Compile Include="Assets/Scripts/Grid/GridSystem.cs" />
<Compile Include="Assets/Scripts/UI/UnitActionSystemUI.cs" />

@ -1,5 +1,137 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &628440922336765983
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4225202326264141909}
- component: {fileID: 8973440857211681844}
- component: {fileID: 4495175787916789625}
- component: {fileID: 3856429166442555133}
- component: {fileID: 5575736422207007022}
- component: {fileID: 7690589944934352399}
m_Layer: 7
m_Name: UnitWorldUI
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &4225202326264141909
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children:
- {fileID: 220629097105182586}
m_Father: {fileID: 2266715941421909531}
m_RootOrder: -1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 2}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &8973440857211681844
Canvas:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_Enabled: 1
serializedVersion: 3
m_RenderMode: 2
m_Camera: {fileID: 0}
m_PlaneDistance: 100
m_PixelPerfect: 0
m_ReceivesEvents: 1
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_UpdateRectTransformForStandalone: 0
m_SortingLayerID: 0
m_SortingOrder: 0
m_TargetDisplay: 0
--- !u!114 &4495175787916789625
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0cd44c1031e13a943bb63640046fad76, type: 3}
m_Name:
m_EditorClassIdentifier:
m_UiScaleMode: 0
m_ReferencePixelsPerUnit: 100
m_ScaleFactor: 1
m_ReferenceResolution: {x: 800, y: 600}
m_ScreenMatchMode: 0
m_MatchWidthOrHeight: 0
m_PhysicalUnit: 3
m_FallbackScreenDPI: 96
m_DefaultSpriteDPI: 96
m_DynamicPixelsPerUnit: 1
m_PresetInfoIsWorld: 1
--- !u!114 &3856429166442555133
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: dc42784cf147c0c48a680349fa168899, type: 3}
m_Name:
m_EditorClassIdentifier:
m_IgnoreReversedGraphics: 1
m_BlockingObjects: 0
m_BlockingMask:
serializedVersion: 2
m_Bits: 4294967295
--- !u!114 &5575736422207007022
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: fde18d39a8c2a832ba94203c76257c26, type: 3}
m_Name:
m_EditorClassIdentifier:
actionPointsText: {fileID: 7200650202464231469}
unit: {fileID: 1762224036004953036}
--- !u!114 &7690589944934352399
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 628440922336765983}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 983d5c2d1f13aeb938e760d83b44ca9b, type: 3}
m_Name:
m_EditorClassIdentifier:
invert: 1
--- !u!1 &6811418269204574989
GameObject:
m_ObjectHideFlags: 0
@ -70,6 +202,7 @@ Transform:
m_Children:
- {fileID: 4953974580317310234}
- {fileID: 8315282383588646662}
- {fileID: 4225202326264141909}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -201,6 +334,143 @@ MonoBehaviour:
ragdollPrefab: {fileID: 2266715941421909531, guid: e2fd35e84e9b39d108a9d5b69553bb3a,
type: 3}
originalRootBone: {fileID: 4954504194742524160}
--- !u!1 &7904759459253143674
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 220629097105182586}
- component: {fileID: 5121494619036075576}
- component: {fileID: 7200650202464231469}
m_Layer: 7
m_Name: ActionPointsText
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!224 &220629097105182586
RectTransform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7904759459253143674}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 1
m_Children: []
m_Father: {fileID: 4225202326264141909}
m_RootOrder: -1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!222 &5121494619036075576
CanvasRenderer:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7904759459253143674}
m_CullTransparentMesh: 1
--- !u!114 &7200650202464231469
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 7904759459253143674}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f4688fdb7df04437aeb418b961361dc5, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
m_Maskable: 1
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 7
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
m_fontSharedMaterials: []
m_fontMaterial: {fileID: 0}
m_fontMaterials: []
m_fontColor32:
serializedVersion: 2
rgba: 4294967295
m_fontColor: {r: 1, g: 1, b: 1, a: 1}
m_enableVertexGradient: 0
m_colorMode: 3
m_fontColorGradient:
topLeft: {r: 1, g: 1, b: 1, a: 1}
topRight: {r: 1, g: 1, b: 1, a: 1}
bottomLeft: {r: 1, g: 1, b: 1, a: 1}
bottomRight: {r: 1, g: 1, b: 1, a: 1}
m_fontColorGradientPreset: {fileID: 0}
m_spriteAsset: {fileID: 0}
m_tintAllSprites: 0
m_StyleSheet: {fileID: 0}
m_TextStyleHashCode: -1183493901
m_overrideHtmlColors: 0
m_faceColor:
serializedVersion: 2
rgba: 4294967295
m_fontSize: 0.5
m_fontSizeBase: 0.5
m_fontWeight: 400
m_enableAutoSizing: 0
m_fontSizeMin: 18
m_fontSizeMax: 72
m_fontStyle: 1
m_HorizontalAlignment: 2
m_VerticalAlignment: 512
m_textAlignment: 65535
m_characterSpacing: 0
m_wordSpacing: 0
m_lineSpacing: 0
m_lineSpacingMax: 0
m_paragraphSpacing: 0
m_charWidthMaxAdj: 0
m_TextWrappingMode: 1
m_wordWrappingRatios: 0.4
m_overflowMode: 0
m_linkedTextComponent: {fileID: 0}
parentLinkedComponent: {fileID: 0}
m_enableKerning: 0
m_ActiveFontFeatures: 6e72656b
m_enableExtraPadding: 0
checkPaddingRequired: 0
m_isRichText: 1
m_EmojiFallbackSupport: 1
m_parseCtrlCharacters: 1
m_isOrthographic: 1
m_isCullingEnabled: 0
m_horizontalMapping: 0
m_verticalMapping: 0
m_uvLineOffset: 0
m_geometrySortingOrder: 0
m_IsTextObjectScaleStatic: 0
m_VertexBufferAutoSizeReduction: 0
m_useMaxVisibleDescender: 1
m_pageToDisplay: 1
m_margin: {x: 0, y: 0, z: 0, w: 0}
m_isUsingLegacyAnimationComponent: 0
m_isVolumetricText: 0
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!1 &8254351766632820177
GameObject:
m_ObjectHideFlags: 0

@ -0,0 +1,21 @@
using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class LookAtCamera : MonoBehaviour {
[SerializeField] private bool invert;
private Transform cameraTransform;
private void Awake() => cameraTransform = Camera.main.transform;
private void LateUpdate() {
if (invert) {
Vector3 dirToCamera = (cameraTransform.position - transform.position).normalized;
transform.LookAt(transform.position + dirToCamera * -1);
}
else {
transform.LookAt(cameraTransform);
}
}
}

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 983d5c2d1f13aeb938e760d83b44ca9b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

@ -0,0 +1,19 @@
using System;
using TMPro;
using UnityEngine;
namespace UI {
public class UnitWorldUI : MonoBehaviour {
[SerializeField] private TextMeshProUGUI actionPointsText;
[SerializeField] private Unit unit;
private void Start() {
Unit.OnAnyActionPointsChanged += Unit_OnAnyActionPointsChanged;
UpdateActionPointsText();
}
private void Unit_OnAnyActionPointsChanged(object sender, EventArgs e) => UpdateActionPointsText();
private void UpdateActionPointsText() => actionPointsText.text = unit.ActionPoints.ToString();
}
}

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: fde18d39a8c2a832ba94203c76257c26
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -52292,7 +52292,7 @@
"DisplayName": "Writing Assembly-CSharp.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 2262266,
"PayloadLength": 36405,
"PayloadLength": 36473,
"PayloadDebugContentSnippet": "-target:library\n-out:\"Library/",
"Inputs": [],
"InputFlags": [],
@ -52308,7 +52308,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp2",
"DisplayName": "Writing Assembly-CSharp.rsp2",
"ActionType": "WriteFile",
"PayloadOffset": 2298761,
"PayloadOffset": 2298829,
"PayloadLength": 0,
"PayloadDebugContentSnippet": "",
"Inputs": [],
@ -52609,6 +52609,7 @@
"Assets/Scripts/Grid/GridSystemVisualSingle.cs",
"Assets/Scripts/Grid/LevelGrid.cs",
"Assets/Scripts/HealthSystem.cs",
"Assets/Scripts/LookAtCamera.cs",
"Assets/Scripts/MouseWorld.cs",
"Assets/Scripts/Testing.cs",
"Assets/Scripts/TurnSystem.cs",
@ -52616,6 +52617,7 @@
"Assets/Scripts/UI/ActionButtonUI.cs",
"Assets/Scripts/UI/TurnSystemUI.cs",
"Assets/Scripts/UI/UnitActionSystemUI.cs",
"Assets/Scripts/UI/UnitWorldUI.cs",
"Assets/Scripts/Unit.cs",
"Assets/Scripts/UnitAnimator.cs",
"Assets/Scripts/UnitRagdoll.cs",
@ -52925,6 +52927,8 @@
0,
0,
0,
0,
0,
8
],
"Outputs": [
@ -53196,7 +53200,7 @@
"Annotation": "WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll.mvfrm.rsp",
"DisplayName": "Writing Assembly-CSharp.dll.mvfrm.rsp",
"ActionType": "WriteFile",
"PayloadOffset": 2298860,
"PayloadOffset": 2298928,
"PayloadLength": 12218,
"PayloadDebugContentSnippet": "Library/Bee/artifacts/mvdfrm/U",
"Inputs": [],

@ -404,6 +404,7 @@
"Assets/Scripts/Grid/GridSystemVisualSingle.cs"
"Assets/Scripts/Grid/LevelGrid.cs"
"Assets/Scripts/HealthSystem.cs"
"Assets/Scripts/LookAtCamera.cs"
"Assets/Scripts/MouseWorld.cs"
"Assets/Scripts/Testing.cs"
"Assets/Scripts/TurnSystem.cs"
@ -411,6 +412,7 @@
"Assets/Scripts/UI/ActionButtonUI.cs"
"Assets/Scripts/UI/TurnSystemUI.cs"
"Assets/Scripts/UI/UnitActionSystemUI.cs"
"Assets/Scripts/UI/UnitWorldUI.cs"
"Assets/Scripts/Unit.cs"
"Assets/Scripts/UnitAnimator.cs"
"Assets/Scripts/UnitRagdoll.cs"

@ -1,145 +1,259 @@
{ "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } }
,{ "pid":12345, "tid":0, "ts":1684164627647192, "dur":1220, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627648423, "dur":305, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627648758, "dur":55, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }}
,{ "pid":12345, "tid":0, "ts":1684164627648813, "dur":130, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627649325, "dur":10871, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684164627660590, "dur":2993, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIAutomationModule.dll_5522AC84E89B219B.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684164627664773, "dur":1954, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_332C89A401BF4255.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684164627668506, "dur":2088, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684164627673314, "dur":482, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_B62966AE126FE96B.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684164627674227, "dur":262, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":0, "ts":1684164627674873, "dur":204, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":0, "ts":1684164627679337, "dur":297, "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":1684164627648964, "dur":34959, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627683934, "dur":236764, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627920702, "dur":50, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627920785, "dur":599, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
,{ "pid":12345, "tid":1, "ts":1684164627648875, "dur":35066, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627684962, "dur":4221, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627689232, "dur":670, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627689946, "dur":135, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627690124, "dur":293, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627690467, "dur":4120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627694696, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627694804, "dur":70, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627694956, "dur":376, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627695361, "dur":343, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627695747, "dur":138, "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":1684164627695984, "dur":3080, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627699099, "dur":941, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627700093, "dur":129, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627700276, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684164627701839, "dur":1535, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627703382, "dur":18968, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627722352, "dur":1776, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627724130, "dur":1575, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627725717, "dur":502, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627726220, "dur":60, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627726286, "dur":183, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.Shared.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627726469, "dur":1237, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627727714, "dur":352, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627728120, "dur":162, "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":1684164627728318, "dur":210, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627728569, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627728754, "dur":1859, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627730619, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627730814, "dur":161, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684164627731005, "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":1, "ts":1684164627731213, "dur":175, "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":1684164627731429, "dur":174, "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":1684164627731917, "dur":101, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627732473, "dur":72, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627732948, "dur":41741, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627774691, "dur":1284, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684164627775976, "dur":144740, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627648896, "dur":36607, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627685637, "dur":216, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627686503, "dur":157, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627688698, "dur":1860, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.timeline@1.8.2/Editor/Signals/SignalAssetInspector.cs" }}
,{ "pid":12345, "tid":2, "ts":1684164627688680, "dur":1952, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627690657, "dur":2190, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627692884, "dur":1067, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627693959, "dur":310, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627694273, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627694512, "dur":577, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684164627695089, "dur":1636, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627696746, "dur":141, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627696912, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627697366, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627697491, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627697557, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684164627698587, "dur":3259, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/StateGraphEditor.cs" }}
,{ "pid":12345, "tid":2, "ts":1684164627698564, "dur":3292, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627701857, "dur":1285, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627703142, "dur":18924, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627722074, "dur":1717, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627723792, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627723922, "dur":249, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627724171, "dur":2651, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627726841, "dur":433, "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":1684164627727301, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627727465, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627727532, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Shaders.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627727732, "dur":355, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627728087, "dur":699, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627728792, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627728986, "dur":164, "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":1684164627729183, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627729379, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627729578, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627729782, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627729977, "dur":163, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627730170, "dur":163, "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":1684164627730365, "dur":223, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684164627730589, "dur":2321, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627732936, "dur":57, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627732994, "dur":187360, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684164627920414, "dur":261, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
,{ "pid":12345, "tid":3, "ts":1684164627648938, "dur":39802, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627688744, "dur":172, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627688992, "dur":405, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627689398, "dur":100, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.TestRunner.dll" }}
,{ "pid":12345, "tid":3, "ts":1684164627689502, "dur":112, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.TestRunner.dll" }}
,{ "pid":12345, "tid":3, "ts":1684164627689632, "dur":631, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Editor/RendererFeatures/FullScreenPassRendererFeatureEditor.cs" }}
,{ "pid":12345, "tid":3, "ts":1684164627689616, "dur":668, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627690334, "dur":394, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627690732, "dur":522, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684164627691296, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684164627691490, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684164627691671, "dur":79, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":3, "ts":1684164627691906, "dur":28205, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":3, "ts":1684164627720945, "dur":544, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627721510, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627721690, "dur":161, "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":1684164627721861, "dur":162, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627722041, "dur":294, "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":1684164627722346, "dur":205, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627722551, "dur":931, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627723493, "dur":2441, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627725960, "dur":928, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627726889, "dur":84, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627726979, "dur":5989, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684164627732991, "dur":42989, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684164627775980, "dur":144755, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684164627649036, "dur":39718, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684164627688800, "dur":90, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684164627688946, "dur":598, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Editor/VFXGraph/VFXDecalURPOutput.cs" }}
,{ "pid":12345, "tid":4, "ts":1684164627688934, "dur":645, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684164627689586, "dur":713, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.TestRunner.pdb" }}
,{ "pid":12345, "tid":4, "ts":1684164627690301, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684164627690401, "dur":8483, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627698914, "dur":2953, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684164627701877, "dur":149, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627702031, "dur":91, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627702173, "dur":92, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627702369, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627702607, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627703062, "dur":180211, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684164627883795, "dur":321, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684164627885466, "dur":80, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684164627885629, "dur":32126, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684164627920384, "dur":190, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
,{ "pid":12345, "tid":4, "ts":1684164627920577, "dur":165, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684164627924279, "dur":140, "ph":"X", "name": "ProfilerWriteOutput" }
,{ "pid":12345, "tid":0, "ts":1684165373008394, "dur":291, "ph":"X", "name": "IPC_Client_InitializeAndConnectToParent", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373008711, "dur":1446, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373010171, "dur":329, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373010534, "dur":56, "ph":"X", "name": "Tundra", "args": { "detail":"PrepareNodes" }}
,{ "pid":12345, "tid":0, "ts":1684165373010590, "dur":130, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373010960, "dur":50, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_548B8ECC144415EF.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373011150, "dur":10476, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.QuickSearchModule.dll_D5E22957E9B65559.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373022072, "dur":4348, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.UIBuilderModule.dll_7C82CD045439D60B.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373026936, "dur":124, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.CoreModule.dll_28884831E39B1AEA.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373027343, "dur":120, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputForUIModule.dll_3388991AC5D1E91E.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373028960, "dur":146, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.rsp2" }}
,{ "pid":12345, "tid":0, "ts":1684165373030489, "dur":1419, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373032977, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373033883, "dur":60, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipeline.Universal.ShaderLibrary.ref.dll_1FA6F15AFD7739FE.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373034309, "dur":524, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Searcher.Editor.ref.dll_B62966AE126FE96B.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373034968, "dur":57, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373035066, "dur":54, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.ShaderGraph.Utilities.ref.dll_9D67FCA1DFFCDADA.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373035427, "dur":114, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.rsp2" }}
,{ "pid":12345, "tid":0, "ts":1684165373035738, "dur":71, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373035981, "dur":306, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373036402, "dur":1121, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373037530, "dur":494, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.rsp2" }}
,{ "pid":12345, "tid":0, "ts":1684165373038141, "dur":81, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Universal.2D.Runtime.ref.dll_988E296D8F51A883.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373038720, "dur":59, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373039008, "dur":401, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.RenderPipelines.Core.Editor.Shared.ref.dll_88856209EE8A395B.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373040883, "dur":140, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373041590, "dur":96, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373041715, "dur":79, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165373041799, "dur":61, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.SettingsProvider.Editor.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165373043994, "dur":1184, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Burst.CodeGen.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684165373046546, "dur":72, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.Runtime.Shared.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684165373046866, "dur":137, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.dll" }}
,{ "pid":12345, "tid":0, "ts":1684165373010739, "dur":38369, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373049119, "dur":242723, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373292099, "dur":1607, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
,{ "pid":12345, "tid":1, "ts":1684165373011157, "dur":37994, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373049154, "dur":116, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_E17FDF056A662ACE.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165373049781, "dur":94, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.ShaderFoundryModule.dll_57B99A92441F2588.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165373049876, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165373050818, "dur":1159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373051987, "dur":242, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373052230, "dur":406, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373052647, "dur":7490, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Memory.dll" }}
,{ "pid":12345, "tid":1, "ts":1684165373052636, "dur":7555, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373060238, "dur":302, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373060575, "dur":3498, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Drawing/Controls/ChannelEnumMaskControl.cs" }}
,{ "pid":12345, "tid":1, "ts":1684165373060540, "dur":3536, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373064076, "dur":90, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373064167, "dur":121, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373064305, "dur":4114, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Interfaces/PositionSource.cs" }}
,{ "pid":12345, "tid":1, "ts":1684165373064288, "dur":4232, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373068520, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373068662, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373068742, "dur":466, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373069209, "dur":592, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373069801, "dur":181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373070391, "dur":624, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.mathematics@1.2.6/Unity.Mathematics/bool4x4.gen.cs" }}
,{ "pid":12345, "tid":1, "ts":1684165373069982, "dur":1034, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373071031, "dur":5337, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165373076435, "dur":142, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373076616, "dur":480, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373077167, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373077348, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373077637, "dur":51, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373077822, "dur":197, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373078270, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373078403, "dur":99, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373078740, "dur":2951, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373081736, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373082465, "dur":173798, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165373256786, "dur":341, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684165373258976, "dur":167, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165373259315, "dur":29699, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684165373291475, "dur":296, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
,{ "pid":12345, "tid":2, "ts":1684165373011088, "dur":38056, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373049148, "dur":63, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373049217, "dur":581, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubstanceModule.dll_87BF9DAA56B8E6C9.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165373049867, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GameCenterModule.dll_30D63F0165B14C62.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165373049962, "dur":930, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373050921, "dur":1060, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373051981, "dur":54, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.rsp" }}
,{ "pid":12345, "tid":2, "ts":1684165373052036, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165373052256, "dur":1915, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373054280, "dur":155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373054737, "dur":2264, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.ugui@2.0.0/Editor/TMP/TMP_SubMesh_Editor.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373054725, "dur":2296, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373057059, "dur":1115, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.ide.rider@3.0.21/Rider/Editor/Util/RiderPathUtil.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373057021, "dur":1279, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373058300, "dur":362, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373058662, "dur":279, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373058962, "dur":918, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.2d.sprite@1.0.0/Editor/SpriteEditor/SpriteNameFileIdPair.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373058942, "dur":956, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373059968, "dur":56, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373060024, "dur":71, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373060132, "dur":186, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373060502, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373060711, "dur":3308, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Vector/DistanceNode.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373060703, "dur":3354, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373064057, "dur":179, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373064236, "dur":78, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373064328, "dur":4106, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Interfaces/IMayRequireBitangent.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373064314, "dur":4144, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373068459, "dur":219, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373068678, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373068796, "dur":165, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373068961, "dur":59, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373069020, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373069106, "dur":115, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373069221, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373069463, "dur":1517, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.timeline@1.8.2/Runtime/TimelinePlayable.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165373069427, "dur":1554, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373071012, "dur":5141, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165373076157, "dur":626, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373076806, "dur":104, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.Core.ref.dll_1F3493F2296D3E07.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165373076975, "dur":477, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373077453, "dur":1544, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373079090, "dur":87, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373079375, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373080044, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373080418, "dur":592, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373081024, "dur":461, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373081488, "dur":69, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373081590, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165373081683, "dur":263, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373081946, "dur":26489, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373108441, "dur":317, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373108760, "dur":203, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373108969, "dur":241, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373109241, "dur":383, "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":1684165373109657, "dur":197, "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":1684165373109854, "dur":64, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373109927, "dur":203, "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":1684165373110131, "dur":61, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373110201, "dur":1561, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373111762, "dur":1490, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373113253, "dur":265, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373113520, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373113708, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373113891, "dur":232, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373114162, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373114375, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373114578, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373114797, "dur":2297, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373117100, "dur":251, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165373117353, "dur":141, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373117758, "dur":32191, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373149951, "dur":1091, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165373151042, "dur":140771, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373011175, "dur":37983, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373049159, "dur":616, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TLSModule.dll_AA5C58599986BAB4.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165373049864, "dur":66, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165373049947, "dur":2065, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165373052022, "dur":4982, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165373057018, "dur":3301, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373060379, "dur":9128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373069593, "dur":978, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373070635, "dur":277, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373070913, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373070976, "dur":4460, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373075537, "dur":370, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373075986, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373076061, "dur":2875, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373078938, "dur":1510, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373080494, "dur":74, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373080569, "dur":162, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373080779, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373080915, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373081040, "dur":197, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373081361, "dur":68, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165373081474, "dur":442, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373081943, "dur":25923, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373107872, "dur":2392, "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":1684165373110293, "dur":243, "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":1684165373110585, "dur":202, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373110816, "dur":180, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373111023, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373111219, "dur":171, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373111416, "dur":167, "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":1684165373111583, "dur":196, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373111784, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373111993, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373112193, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373112404, "dur":179, "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":1684165373112619, "dur":177, "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":1684165373112835, "dur":170, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373113006, "dur":69, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373113075, "dur":409, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373113487, "dur":1719, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373115225, "dur":216, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373115469, "dur":387, "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":1684165373115860, "dur":143, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373116003, "dur":83, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373116088, "dur":548, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373116636, "dur":322, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373116959, "dur":342, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165373117305, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373117371, "dur":502, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373117876, "dur":173572, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165373291508, "dur":257, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
,{ "pid":12345, "tid":3, "ts":1684165373291768, "dur":104, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373010790, "dur":38337, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373049139, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373049201, "dur":750, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SubsystemsModule.dll_84B017F35568C9EF.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165373049957, "dur":986, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.DirectorModule.dll_10DDBBB1A263D387.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165373051984, "dur":436, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373052805, "dur":4105, "ph":"X", "name": "File", "args": { "detail":"/home/sascha/Unity/Hub/Editor/2023.2.0a14/Editor/Data/Tools/Compilation/Unity.ILPP.Runner/System.Net.Ping.dll" }}
,{ "pid":12345, "tid":4, "ts":1684165373052421, "dur":4534, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373056987, "dur":1989, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.ugui@2.0.0/Editor/TMP/PropertyDrawers/TMP_SpriteGlyphPropertyDrawer.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373056956, "dur":2023, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373059788, "dur":685, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Editor/2D/Shadows/ShadowCaster2DShapeTool.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373059784, "dur":866, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373060806, "dur":3323, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Nodes/Math/Advanced/ReciprocalNode.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373060788, "dur":3403, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373064192, "dur":129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373064341, "dur":577, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.shadergraph@16.0.1/Editor/Data/Implementation/GraphObject.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373064321, "dur":622, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373065019, "dur":68, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373065087, "dur":98, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373065900, "dur":62, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373066763, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373066813, "dur":96, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373066909, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373068355, "dur":826, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.core@16.0.1/Runtime/Common/DynamicArray.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373068326, "dur":858, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373069320, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373069373, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373069505, "dur":64, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373069656, "dur":1235, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.mathematics@1.2.6/Unity.Mathematics/random.cs" }}
,{ "pid":12345, "tid":4, "ts":1684165373069629, "dur":1276, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373070933, "dur":641, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165373071576, "dur":214, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373071796, "dur":283, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373072092, "dur":118, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Burst.ref.dll_A26B5A59C5195CA5.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165373072247, "dur":80, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373072361, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373072531, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373072611, "dur":246, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165373072859, "dur":112, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":4, "ts":1684165373073122, "dur":743, "ph":"X", "name": "EmitNodeStart", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373073871, "dur":33045, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":4, "ts":1684165373107853, "dur":662, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165373108516, "dur":396, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373108923, "dur":4507, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165373113438, "dur":553, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165373113994, "dur":1191, "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":1684165373115205, "dur":471, "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":1684165373115690, "dur":371, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165373116061, "dur":230, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373116299, "dur":337, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165373116637, "dur":92, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373116805, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373116890, "dur":238, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.dll" }}
,{ "pid":12345, "tid":4, "ts":1684165373117285, "dur":185, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373117484, "dur":382, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373117871, "dur":33176, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165373151047, "dur":140780, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165373295895, "dur":181, "ph":"X", "name": "ProfilerWriteOutput" }
,

@ -1,340 +1,295 @@
{ "cat":"", "pid":12345, "tid":0, "ts":0, "ph":"M", "name":"process_name", "args": { "name":"bee_backend" } }
,{ "pid":12345, "tid":0, "ts":1684163370970225, "dur":134661, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371104896, "dur":79, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371105031, "dur":129, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371105217, "dur":54, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.AdaptivePerformanceModule.dll_18D9D8556006CAFE.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684163371105438, "dur":132, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.GridAndSnapModule.dll_548B8ECC144415EF.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684163371106636, "dur":445, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ContentLoadModule.dll_B2E1B58A1A9FB238.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684163371107297, "dur":121, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.GraphToolsFoundationModule.dll_B49CE0BA77DB0FCB.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684163371116224, "dur":113, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Shared.Editor.rsp2" }}
,{ "pid":12345, "tid":0, "ts":1684163371116514, "dur":55, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.Rider.Editor.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371117021, "dur":584, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.2D.Sprite.Editor.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371118587, "dur":110, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
,{ "pid":12345, "tid":0, "ts":1684163371119635, "dur":88, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371119821, "dur":174, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371120077, "dur":243, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipeline.Universal.ShaderLibrary.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371120656, "dur":93, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371120753, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":0, "ts":1684163371120923, "dur":92, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.TextMeshPro.Editor.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684163371121062, "dur":53, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":0, "ts":1684163371121182, "dur":65, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684163371121442, "dur":56, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.VisualScripting.State.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684163371121541, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
,{ "pid":12345, "tid":0, "ts":1684163371121680, "dur":162, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.Runtime.dll" }}
,{ "pid":12345, "tid":0, "ts":1684163371122964, "dur":345, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/PPv2URPConverters.dll (+2 others)" }}
,{ "pid":12345, "tid":0, "ts":1684163371105182, "dur":18953, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371124144, "dur":241230, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371365378, "dur":64, "ph":"X", "name": "JoinBuildThread", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684163371365481, "dur":728, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
,{ "pid":12345, "tid":1, "ts":1684163371105115, "dur":19864, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371125094, "dur":784, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.SpriteShapeModule.dll_332C89A401BF4255.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684163371126170, "dur":607, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371127027, "dur":169, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371127229, "dur":175, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371127712, "dur":187, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371128070, "dur":428, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371128533, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371128613, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371128742, "dur":141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371128883, "dur":225, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371129108, "dur":229, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371129416, "dur":103, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371129762, "dur":559, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.State/States/StateAnalyser.cs" }}
,{ "pid":12345, "tid":1, "ts":1684163371129639, "dur":714, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371130353, "dur":208, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371130561, "dur":81, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371130642, "dur":118, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371130888, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371130938, "dur":123, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131192, "dur":71, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEngine.TestRunner.dll" }}
,{ "pid":12345, "tid":1, "ts":1684163371131263, "dur":67, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131375, "dur":106, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131524, "dur":93, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131704, "dur":121, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131908, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371131959, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371132156, "dur":139, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371132385, "dur":818, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/ReorderableList/ElementAdderMenu/IElementAdderMenuBuilder.cs" }}
,{ "pid":12345, "tid":1, "ts":1684163371132385, "dur":873, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371133258, "dur":109, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371133374, "dur":803, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.core@16.0.1/Runtime/Volume/VolumeStack.cs" }}
,{ "pid":12345, "tid":1, "ts":1684163371133367, "dur":925, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371134293, "dur":54, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371134348, "dur":180, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371134528, "dur":95, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371134671, "dur":281, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.TestRunner.pdb" }}
,{ "pid":12345, "tid":1, "ts":1684163371134963, "dur":80, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371135043, "dur":139, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371135209, "dur":245, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684163371135454, "dur":280, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371135781, "dur":177, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371135984, "dur":833, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371136820, "dur":332, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371137184, "dur":971, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371138186, "dur":184, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371138452, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371138715, "dur":182, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371138917, "dur":226, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371139191, "dur":95, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371139409, "dur":216, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371139675, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371139753, "dur":414, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371140188, "dur":58, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371140253, "dur":276, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684163371140532, "dur":344, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371140876, "dur":25017, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371165896, "dur":175, "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":1684163371166079, "dur":1263, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371167345, "dur":271, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371167640, "dur":215, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371167868, "dur":171, "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":1684163371168051, "dur":168, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371168229, "dur":200, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.Shared.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371168442, "dur":747, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371169200, "dur":1500, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371170704, "dur":1173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371171886, "dur":296, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371172186, "dur":175, "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":1684163371172362, "dur":179, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371172548, "dur":186, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371172734, "dur":662, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371173409, "dur":281, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371173691, "dur":243, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371173944, "dur":262, "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":1684163371174207, "dur":285, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371174500, "dur":237, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684163371174738, "dur":259, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175009, "dur":158, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175176, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175324, "dur":137, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175468, "dur":161, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175636, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175777, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371175914, "dur":136, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371176057, "dur":145, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371176211, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371176352, "dur":137, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371176498, "dur":159, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371176664, "dur":430, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177104, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177260, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177401, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177556, "dur":160, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177724, "dur":156, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371177889, "dur":140, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178036, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178172, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178312, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178468, "dur":126, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178602, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371178739, "dur":290, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179040, "dur":186, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179234, "dur":127, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179368, "dur":123, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179497, "dur":147, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179651, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179790, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371179922, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180060, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180201, "dur":149, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180358, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180489, "dur":142, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180638, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180778, "dur":207, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371180993, "dur":137, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181136, "dur":139, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181282, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181421, "dur":124, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181553, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181693, "dur":125, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181825, "dur":154, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371181986, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182127, "dur":153, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182287, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182423, "dur":131, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182561, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182702, "dur":209, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371182919, "dur":142, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183069, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183209, "dur":176, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183393, "dur":130, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183530, "dur":129, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183667, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183825, "dur":133, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371183965, "dur":148, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184121, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184274, "dur":137, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184418, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184559, "dur":135, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184702, "dur":196, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371184907, "dur":166, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185081, "dur":135, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185224, "dur":134, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185366, "dur":175, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185549, "dur":144, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185698, "dur":270, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371185971, "dur":146, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684163371186122, "dur":179299, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371105114, "dur":19065, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371124183, "dur":1667, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371126795, "dur":55, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.rsp" }}
,{ "pid":12345, "tid":2, "ts":1684163371127585, "dur":122, "ph":"X", "name": "WriteText", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
,{ "pid":12345, "tid":2, "ts":1684163371127708, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371127761, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371127814, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371128300, "dur":149, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371128606, "dur":63, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371128790, "dur":60, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371128934, "dur":60, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371129037, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371129129, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371129591, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371129645, "dur":112, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371129761, "dur":518, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Runtime/Tiling/TileRangeExpansionJob.cs" }}
,{ "pid":12345, "tid":2, "ts":1684163371129758, "dur":611, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371130415, "dur":140, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371130644, "dur":118, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371130806, "dur":88, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371130932, "dur":123, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371131055, "dur":84, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371131139, "dur":212, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371131352, "dur":304, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371131738, "dur":210, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371131948, "dur":275, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371132223, "dur":54, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371132379, "dur":823, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Dependencies/ReorderableList/SerializedPropertyAdaptor.cs" }}
,{ "pid":12345, "tid":2, "ts":1684163371132366, "dur":904, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371133972, "dur":145, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134160, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134216, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134316, "dur":121, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134438, "dur":78, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134516, "dur":133, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371134683, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371135036, "dur":140, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371135213, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684163371135365, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684163371135578, "dur":110, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684163371135701, "dur":113, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":2, "ts":1684163371135870, "dur":27205, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":2, "ts":1684163371163981, "dur":541, "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":1684163371164541, "dur":173, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371164728, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371164902, "dur":164, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371165079, "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":2, "ts":1684163371165256, "dur":169, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371165438, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371165622, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371165796, "dur":473, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371166272, "dur":178, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371166470, "dur":212, "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":1684163371166699, "dur":173, "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":1684163371166883, "dur":1744, "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":1684163371168628, "dur":350, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371168979, "dur":1182, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371170164, "dur":887, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371171052, "dur":438, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684163371171490, "dur":540, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371172034, "dur":14313, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684163371186378, "dur":179014, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371105145, "dur":19842, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371124992, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371125960, "dur":73, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684163371126038, "dur":54, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684163371126197, "dur":287, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371126484, "dur":432, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684163371127193, "dur":547, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp2" }}
,{ "pid":12345, "tid":3, "ts":1684163371127741, "dur":57, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371127798, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371127851, "dur":275, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128327, "dur":61, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128472, "dur":83, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128555, "dur":230, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128785, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128840, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371128926, "dur":54, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371129071, "dur":92, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371129291, "dur":204, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371129495, "dur":167, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371129690, "dur":679, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.render-pipelines.universal@16.0.1/Runtime/UniversalRendererRenderGraph.cs" }}
,{ "pid":12345, "tid":3, "ts":1684163371129662, "dur":728, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371130504, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371130595, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371130714, "dur":302, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371131057, "dur":181, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371131247, "dur":315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371131562, "dur":154, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371131761, "dur":244, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371132006, "dur":192, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371132257, "dur":948, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Inspection/Unity/Vector3Inspector.cs" }}
,{ "pid":12345, "tid":3, "ts":1684163371132245, "dur":989, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371133246, "dur":749, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Canvases/VisualScriptingCanvas.cs" }}
,{ "pid":12345, "tid":3, "ts":1684163371133234, "dur":799, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371134077, "dur":68, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371134145, "dur":63, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371134249, "dur":179, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371134428, "dur":214, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371134677, "dur":53, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"CopyFiles Library/ScriptAssemblies/UnityEditor.TestRunner.dll" }}
,{ "pid":12345, "tid":3, "ts":1684163371134851, "dur":205, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371135056, "dur":155, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371135236, "dur":88, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371135361, "dur":78, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371135488, "dur":539, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371136032, "dur":106, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371136208, "dur":1099, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371137329, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371137482, "dur":67, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371137586, "dur":120, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371138149, "dur":238, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Rider.Editor.ref.dll_4E511C1782745742.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684163371138419, "dur":302, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371138783, "dur":975, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371139758, "dur":986, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371140769, "dur":69, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684163371140873, "dur":24971, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371165848, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371166264, "dur":2527, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371168796, "dur":214, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371169010, "dur":120, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371169130, "dur":211, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371169345, "dur":194, "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":1684163371169550, "dur":172, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.2D.Sprite.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371169730, "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":1684163371169915, "dur":192, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371170124, "dur":309, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371170433, "dur":432, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371170878, "dur":291, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371171169, "dur":723, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371171893, "dur":550, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684163371172445, "dur":590, "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":1684163371173040, "dur":12799, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371185848, "dur":135, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371185989, "dur":521, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684163371186511, "dur":178900, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684163371105168, "dur":19906, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684163371125164, "dur":786, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684163371125951, "dur":129, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.JSONSerializeModule.dll_AB96BF2221213121.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684163371126096, "dur":57, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684163371126164, "dur":4965, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371131234, "dur":3290, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371134725, "dur":337, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684163371135063, "dur":76, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371135174, "dur":1590, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684163371136783, "dur":152, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371136936, "dur":1209, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684163371138193, "dur":73, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684163371138268, "dur":590, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371139781, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371139842, "dur":98, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371139970, "dur":81, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371140089, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371140577, "dur":131, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371141015, "dur":81, "ph":"X", "name": "ComputeFileSignatureSha1", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
,{ "pid":12345, "tid":4, "ts":1684163371140953, "dur":143, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371141480, "dur":192296, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684163371334671, "dur":408, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684163371336503, "dur":106, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684163371336698, "dur":25185, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684163371364614, "dur":185, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
,{ "pid":12345, "tid":4, "ts":1684163371364838, "dur":136, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684163371368613, "dur":366, "ph":"X", "name": "ProfilerWriteOutput" }
,{ "pid":12345, "tid":0, "ts":1684165176748188, "dur":124582, "ph":"X", "name": "DriverInitData", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165176872778, "dur":65, "ph":"X", "name": "RemoveStaleOutputs", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165176872894, "dur":269, "ph":"X", "name": "BuildQueueInit", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165176874398, "dur":61, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.ClusterRendererModule.dll_069C7396B67150B6.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176874837, "dur":77, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputLegacyModule.dll_AB107767E40EC03C.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176875194, "dur":387, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll_84B2BF1C2215BDDB.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176876035, "dur":84, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TilemapModule.dll_807C468682230BD7.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176876762, "dur":279, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.VisualScripting.IonicZip.dll_3753AE2E22DD17B6.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176882830, "dur":50, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Timeline.Editor.ref.dll_B0AEC1412783A16F.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176882982, "dur":290, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":0, "ts":1684165176883831, "dur":51, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.rsp2" }}
,{ "pid":12345, "tid":0, "ts":1684165176888440, "dur":68, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Universal.2D.Runtime.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684165176889351, "dur":60, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.rsp" }}
,{ "pid":12345, "tid":0, "ts":1684165176889630, "dur":105, "ph":"X", "name": "EmitFirstTimeEnqueue", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":0, "ts":1684165176873190, "dur":16754, "ph":"X", "name": "EnqueueRequestedNodes", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165176889953, "dur":231348, "ph":"X", "name": "WaitForBuildFinished", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":0, "ts":1684165177121345, "dur":566, "ph":"X", "name": "Tundra", "args": { "detail":"Write AllBuiltNodes" }}
,{ "pid":12345, "tid":1, "ts":1684165176873130, "dur":16830, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176889963, "dur":3933, "ph":"X", "name": "CheckDagSignatures", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176893897, "dur":315, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176894213, "dur":215, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176894428, "dur":129, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176894558, "dur":159, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176894717, "dur":110, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176894827, "dur":174, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895001, "dur":87, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895088, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895170, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895253, "dur":71, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895324, "dur":64, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895388, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895439, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895491, "dur":60, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895551, "dur":63, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895615, "dur":68, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895684, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895739, "dur":97, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895836, "dur":83, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176895919, "dur":445, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176896364, "dur":110, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176896474, "dur":155, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176896871, "dur":1628, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.searcher@4.9.2/Editor/Searcher/SearcherControl.cs" }}
,{ "pid":12345, "tid":1, "ts":1684165176896845, "dur":1661, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176898506, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176898643, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176898730, "dur":186, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176898916, "dur":211, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176899171, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176899478, "dur":59, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176899626, "dur":4628, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.test-framework@1.3.4/UnityEditor.TestRunner/TestSettings/TestSettings.cs" }}
,{ "pid":12345, "tid":1, "ts":1684165176899616, "dur":4838, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176904454, "dur":240, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176904793, "dur":141, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176904937, "dur":65, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165176905034, "dur":559, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176905610, "dur":72, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176905746, "dur":1350, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176907260, "dur":117, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176907378, "dur":79, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176907474, "dur":475, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165176907949, "dur":1087, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176909037, "dur":544, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.2D.Runtime.dll.mvfrm" }}
,{ "pid":12345, "tid":1, "ts":1684165176909584, "dur":612, "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":1684165176910196, "dur":1097, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176911396, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176911503, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176911661, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Rider.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176911760, "dur":86, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.2D.Sprite.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176911846, "dur":67, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176911917, "dur":80, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176911998, "dur":56, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176912103, "dur":1871, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165176914009, "dur":109, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165176914670, "dur":176161, "ph":"X", "name": "Csc", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.dll (+2 others)" }}
,{ "pid":12345, "tid":1, "ts":1684165177091409, "dur":810, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684165177094473, "dur":98, "ph":"X", "name": "StoreTimestampsOfNonGeneratedInputFiles", "args": { "detail":"" }}
,{ "pid":12345, "tid":1, "ts":1684165177094656, "dur":23913, "ph":"X", "name": "ILPostProcess", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Assembly-CSharp.dll (+pdb)" }}
,{ "pid":12345, "tid":1, "ts":1684165177120872, "dur":201, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.dll" }}
,{ "pid":12345, "tid":1, "ts":1684165177121076, "dur":162, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176873177, "dur":16913, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176890094, "dur":81, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176890318, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176890645, "dur":84, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.CoreModule.dll_056774DF3B95AFBF.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165176890924, "dur":413, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.rsp" }}
,{ "pid":12345, "tid":2, "ts":1684165176891350, "dur":755, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165176892580, "dur":183, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176893000, "dur":497, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176893498, "dur":124, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176893623, "dur":55, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176893804, "dur":166, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894137, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894213, "dur":81, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894294, "dur":88, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894382, "dur":112, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894494, "dur":293, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894787, "dur":151, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176894938, "dur":138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895076, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895152, "dur":101, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895253, "dur":83, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895336, "dur":69, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895405, "dur":57, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895462, "dur":63, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895525, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895576, "dur":111, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895735, "dur":109, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895844, "dur":85, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176895929, "dur":422, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176896351, "dur":69, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176896420, "dur":467, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176896887, "dur":58, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176896988, "dur":134, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176897204, "dur":161, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176897365, "dur":109, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176897474, "dur":210, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176897732, "dur":131, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176898490, "dur":273, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176898876, "dur":77, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176899072, "dur":160, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176899277, "dur":135, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176899449, "dur":102, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176899631, "dur":4621, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.test-framework@1.3.4/UnityEditor.TestRunner/UnityTestProtocol/TestRunnerApiMapper.cs" }}
,{ "pid":12345, "tid":2, "ts":1684165176899611, "dur":4651, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176904262, "dur":64, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176904326, "dur":84, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176904411, "dur":138, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176904786, "dur":123, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176904938, "dur":136, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165176905123, "dur":52, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176905232, "dur":94, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.CodeGen.dll (+2 others)" }}
,{ "pid":12345, "tid":2, "ts":1684165176905375, "dur":105, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Burst.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":2, "ts":1684165176905514, "dur":156, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPP-Configuration Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":2, "ts":1684165176905731, "dur":24030, "ph":"X", "name": "ILPP-Configuration", "args": { "detail":"Library/ilpp-configuration.nevergeneratedoutput" }}
,{ "pid":12345, "tid":2, "ts":1684165176930785, "dur":576, "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":1684165176931387, "dur":178, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176931583, "dur":167, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176931761, "dur":166, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176931940, "dur":344, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176932311, "dur":174, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176932485, "dur":251, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176932744, "dur":519, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEngine.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176933263, "dur":220, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176933492, "dur":502, "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":1684165176934021, "dur":603, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Flow.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176934647, "dur":547, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/com.unity.cinemachine.editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176935206, "dur":810, "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":1684165176936017, "dur":75, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176936099, "dur":451, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Burst.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176936571, "dur":650, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176937246, "dur":595, "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":1684165176937864, "dur":617, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":2, "ts":1684165176938642, "dur":89, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":2, "ts":1684165176938969, "dur":182297, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176873191, "dur":16938, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176890131, "dur":103, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.TerrainModule.dll_E17FDF056A662ACE.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165176890644, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176891162, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684165176891550, "dur":68, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684165176893010, "dur":118, "ph":"X", "name": "WriteText", "args": { "detail":"Library/Bee/artifacts/2400b0aEDbg.dag/Assembly-CSharp.rsp" }}
,{ "pid":12345, "tid":3, "ts":1684165176893430, "dur":89, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176893565, "dur":71, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176893637, "dur":59, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176893825, "dur":93, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894121, "dur":84, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894206, "dur":77, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894323, "dur":108, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894432, "dur":151, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894583, "dur":188, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894771, "dur":152, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176894923, "dur":141, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895065, "dur":56, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895121, "dur":91, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895212, "dur":74, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895286, "dur":79, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895366, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895419, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895470, "dur":69, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895539, "dur":73, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895613, "dur":70, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895732, "dur":82, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895814, "dur":84, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176895898, "dur":449, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176896393, "dur":76, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176896518, "dur":75, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176896593, "dur":340, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176897192, "dur":53, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176897333, "dur":52, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176897473, "dur":51, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176897735, "dur":50, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176897839, "dur":711, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.visualscripting@1.8.0/Editor/VisualScripting.Core/Windows/GeneratePropertyProvidersWindow/GeneratePropertyProvidersPage.cs" }}
,{ "pid":12345, "tid":3, "ts":1684165176897831, "dur":747, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176898624, "dur":58, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176899188, "dur":145, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176899380, "dur":86, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176899520, "dur":4731, "ph":"X", "name": "File", "args": { "detail":"Library/PackageCache/com.unity.burst@1.8.4/Runtime/Intrinsics/f16.cs" }}
,{ "pid":12345, "tid":3, "ts":1684165176899503, "dur":4785, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176904288, "dur":81, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176904369, "dur":167, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176904537, "dur":123, "ph":"X", "name": "EarlyStatNonGeneratedFile", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176904730, "dur":96, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176904827, "dur":275, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176905103, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165176905221, "dur":77, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Searcher.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176905351, "dur":86, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Utilities.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176905491, "dur":160, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176905659, "dur":197, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176906463, "dur":109, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176906678, "dur":202, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176906934, "dur":50, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165176907001, "dur":704, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176907706, "dur":1232, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176908939, "dur":106, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176909053, "dur":766, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176909878, "dur":239, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.ShaderGraph.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176910118, "dur":121, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176910246, "dur":54, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176910626, "dur":1565, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176912231, "dur":1600, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":3, "ts":1684165176913838, "dur":56, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.TextMeshPro.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":3, "ts":1684165176913954, "dur":18074, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176932033, "dur":1194, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Cinemachine.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176933228, "dur":78, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176933313, "dur":524, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Mathematics.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176933889, "dur":534, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipeline.Universal.ShaderLibrary.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176934446, "dur":516, "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":1684165176934980, "dur":456, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/UnityEditor.UI.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176935463, "dur":754, "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":1684165176936242, "dur":468, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.SettingsProvider.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176936728, "dur":176, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Shared.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176936929, "dur":506, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Timeline.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176937449, "dur":530, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/PPv2URPConverters.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176937979, "dur":51, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":3, "ts":1684165176938035, "dur":556, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Utilities.dll (+pdb)" }}
,{ "pid":12345, "tid":3, "ts":1684165176938641, "dur":53, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"CopyFiles Library/ScriptAssemblies/Unity.RenderPipelines.Core.ShaderLibrary.dll" }}
,{ "pid":12345, "tid":3, "ts":1684165176938974, "dur":182330, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176873175, "dur":16909, "ph":"X", "name": "FirstLock", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176890094, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176890317, "dur":145, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEngine.InputModule.dll_71DD452811DF8FD3.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176890462, "dur":65, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176890603, "dur":132, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176890735, "dur":115, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/UnityEditor.SpriteMaskModule.dll_1954444984DCC891.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176890863, "dur":1340, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"WriteText Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm.rsp" }}
,{ "pid":12345, "tid":4, "ts":1684165176892234, "dur":1942, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176894178, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176894282, "dur":2988, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEngine.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176897322, "dur":58, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176897381, "dur":7368, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.TestRunner.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176904807, "dur":75, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/UnityEditor.UI.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176904940, "dur":165, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176905106, "dur":113, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176905219, "dur":224, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176905499, "dur":109, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"MovedFromExtractor Library/Bee/artifacts/mvdfrm/Unity.Mathematics.ref.dll_E696BBA688F8A36B.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176905691, "dur":122, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176905960, "dur":52, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176906063, "dur":381, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Runtime.Shared.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176906566, "dur":595, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Core.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176907238, "dur":232, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176907470, "dur":178, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176907649, "dur":256, "ph":"X", "name": "EmitNodeUpToDate", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.Flow.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176907914, "dur":1689, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Mathematics.Editor.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176909604, "dur":257, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176909865, "dur":998, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"MovedFromExtractor-Combine Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.Editor.Shared.dll.mvfrm" }}
,{ "pid":12345, "tid":4, "ts":1684165176910952, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.VisualScripting.State.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176911051, "dur":107, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.Timeline.Editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176911158, "dur":55, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176911383, "dur":135, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176911659, "dur":62, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176911725, "dur":106, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Core.ShaderLibrary.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176911831, "dur":50, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176911886, "dur":91, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Unity.RenderPipelines.Universal.Shaders.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176911977, "dur":138, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176912119, "dur":128, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/Cinemachine.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176912248, "dur":1068, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176913665, "dur":61, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"Csc Library/Bee/artifacts/2400b0aEDbg.dag/com.unity.cinemachine.editor.dll (+2 others)" }}
,{ "pid":12345, "tid":4, "ts":1684165176913821, "dur":18216, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176932041, "dur":588, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.State.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176932630, "dur":289, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176932928, "dur":520, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176933479, "dur":582, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Universal.2D.Runtime.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176934088, "dur":514, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.VisualScripting.Core.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176934628, "dur":540, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.RenderPipelines.Core.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176935194, "dur":544, "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":1684165176935739, "dur":237, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176935986, "dur":559, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.Searcher.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176936551, "dur":411, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176936969, "dur":492, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.ShaderGraph.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176937480, "dur":492, "ph":"X", "name": "CheckInputSignature", "args": { "detail":"ILPostProcess Library/Bee/artifacts/2400b0aEDbg.dag/post-processed/Unity.TextMeshPro.Editor.dll (+pdb)" }}
,{ "pid":12345, "tid":4, "ts":1684165176938018, "dur":518, "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":1684165176938607, "dur":85, "ph":"X", "name": "OutputFilesMissingFor", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165176938967, "dur":181878, "ph":"X", "name": "WaitingForWork", "cname":"thread_state_sleeping", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165177121061, "dur":113, "ph":"X", "name": "EmitNodeFinish", "args": { "detail":"" }}
,{ "pid":12345, "tid":4, "ts":1684165177120906, "dur":274, "ph":"X", "name": "CopyFiles", "args": { "detail":"Library/ScriptAssemblies/Assembly-CSharp.pdb" }}
,{ "pid":12345, "tid":0, "ts":1684165177126511, "dur":210, "ph":"X", "name": "ProfilerWriteOutput" }
,

@ -1,10 +1,10 @@
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_name", "args": { "name": "netcorerun.dll" } },
{ "pid": 35942, "tid": -1, "ph": "M", "name": "process_sort_index", "args": { "sort_index": "-1" } },
{ "pid": 35942, "tid": 1, "ph": "M", "name": "thread_name", "args": { "name": "" } },
{ "pid": 35942, "tid": 1, "ts": 1684163370330434, "dur": 455137, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370332856, "dur": 64522, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370690902, "dur": 4545, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370695449, "dur": 90104, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370696859, "dur": 49417, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370792842, "dur": 1401, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684163370792347, "dur": 2162, "ph": "X", "name": "Write chrome-trace events", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165175985450, "dur": 540423, "ph": "X", "name": "BuildProgram", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165175986702, "dur": 63510, "ph": "X", "name": "BuildProgramContextConstructor", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165176349648, "dur": 4589, "ph": "X", "name": "OutputData.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165176354239, "dur": 171619, "ph": "X", "name": "Backend.Write", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165176355851, "dur": 49986, "ph": "X", "name": "JsonToString", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165176533439, "dur": 1415, "ph": "X", "name": "", "args": {} },
{ "pid": 35942, "tid": 1, "ts": 1684165176532906, "dur": 2306, "ph": "X", "name": "Write chrome-trace events", "args": {} },

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because one or more lines are too long

@ -1 +1 @@
[{"Port":33671,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}]
[{"Port":44357,"SolutionName":"TurnBasedStrategyCourse","ProtocolGuid":"ca1ba338-cca4-4e4d-8a49-b08f8e521651"}]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -1 +1 @@
{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[7515914176832744456,4959842275235726286,4960193172874062230,4960177856762171790,4960383873812504076,4959859051892131170,4960133926860200732,4959849807468510706,4959783014572136296,4959915954538004204,4960185347885095478,4316968705239533632],"m_LastClickedFileID":7515914176832744456}
{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[7515914176832744456,628440922336765983],"m_LastClickedFileID":628440922336765983}

@ -1 +1 @@
{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[4965160932599331109],"m_LastClickedFileID":7129222469917164262}
{"m_ScrollY":0.0,"m_ExpandedPrefabGameObjectFileIDs":[4965160932599331109],"m_LastClickedFileID":0}

@ -1 +1 @@
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":0.9773346781730652,"y":1.4504855871200562,"z":-0.5434362888336182},"rotation":{"x":0.0,"y":1.0,"z":0.0,"w":0.0},"size":0.42787545919418337,"orthographic":false}
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":false,"audioPlay":false,"sceneViewState":{"m_AlwaysRefresh":false,"showFog":true,"showSkybox":false,"showFlares":true,"showImageEffects":true,"showParticleSystems":true,"showVisualEffectGraphs":true,"m_FxEnabled":true},"in2DMode":false,"pivot":{"x":-0.11230252683162689,"y":1.531375527381897,"z":0.000008106231689453125},"rotation":{"x":0.0,"y":1.0,"z":0.0,"w":0.0},"size":1.5500385761260987,"orthographic":false}

Binary file not shown.

Binary file not shown.

@ -12,5 +12,5 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: bc3a27147f944790916176e2172ad506, type: 3}
m_Name:
m_EditorClassIdentifier:
lastWriteTicks: -8585174435156680611
lastWriteTicks: -8585174417099789123
manifestJsonLastWriteTicks: -8585174746315813167

@ -3775,3 +3775,550 @@ Memory consumption went from 299.7 MB to 298.2 MB.
2023-05-15T15:30:40.735Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:30:40.735Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:30:40.735Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:32:33.900Z|0x7f483682a400|========================================================================
Received Import Request.
Time since last request: 506.302390 seconds.
path: Assets/Prefabs/GridSystemVisualSingle.prefab
artifactKey: Guid(1ae06a7db3a3d28b5bc430ea6dab47aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:32:33.931Z|0x7f483682a400|Start importing Assets/Prefabs/GridSystemVisualSingle.prefab using Guid(1ae06a7db3a3d28b5bc430ea6dab47aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:32:34.308Z|0x7f483682a400| -> (artifact id: 'c3053a17656e4f2bfc5fb9c118e131b3') in 0.377197 seconds
2023-05-15T15:32:34.308Z|0x7f483682a400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 34
2023-05-15T15:32:34.722Z|0x7f483682a400|========================================================================
Received Import Request.
Time since last request: 0.413637 seconds.
path: Assets/Prefabs/Unit.prefab
artifactKey: Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:32:34.734Z|0x7f483682a400|Start importing Assets/Prefabs/Unit.prefab using Guid(adae4f13d5306d4518212283c7892fd0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:32:34.778Z|0x7f483682a400| -> (artifact id: 'cfa3181509d19c68be9d3c4fa2f23a7a') in 0.043830 seconds
2023-05-15T15:32:34.779Z|0x7f483682a400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance
2023-05-15T15:32:34.779Z|0x7f483682a400|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-15T15:32:34.779Z|0x7f483682a400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 538
2023-05-15T15:34:59.885Z|0x7f483682a400|========================================================================
Received Import Request.
Time since last request: 145.105236 seconds.
path: Assets/Scripts/UI/UnitWorldUI.cs
artifactKey: Guid(fde18d39a8c2a832ba94203c76257c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:34:59.897Z|0x7f483682a400|Start importing Assets/Scripts/UI/UnitWorldUI.cs using Guid(fde18d39a8c2a832ba94203c76257c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:34:59.898Z|0x7f483682a400| -> (artifact id: 'dbc33d10348e773f117e53bc7c1f5204') in 0.000810 seconds
2023-05-15T15:34:59.898Z|0x7f483682a400|Internal: There are remaining Allocations on the JobTempAlloc. This is a leak, and will impact performance
2023-05-15T15:34:59.898Z|0x7f483682a400|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-15T15:34:59.898Z|0x7f483682a400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0
2023-05-15T15:35:05.203Z|0x7f483682a400|========================================================================
2023-05-15T15:35:05.203Z|0x7f483682a400|Received Prepare
2023-05-15T15:35:05.564Z|0x7f483682a400|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-15T15:35:06.422Z|0x7f483682a400|- Loaded All Assemblies, in 0.858 seconds
2023-05-15T15:35:06.424Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.44 ms, found 0 plugins.
2023-05-15T15:35:06.877Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:35:07.481Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:35:07.653Z|0x7f483682a400|- Finished resetting the current domain, in 1.228 seconds
2023-05-15T15:35:07.654Z|0x7f483682a400|Domain Reload Profiling: 2082ms
BeginReloadAssembly (247ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (14ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (89ms)
RebuildCommonClasses (42ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (33ms)
LoadAllAssembliesAndSetupDomain (520ms)
LoadAssemblies (256ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (357ms)
TypeCache.Refresh (339ms)
TypeCache.ScanAssembly (326ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (13ms)
FinalizeReload (1229ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (573ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (9ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (200ms)
ProcessInitializeOnLoadAttributes (316ms)
ProcessInitializeOnLoadMethodAttributes (37ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (39ms)
2023-05-15T15:35:08.023Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:35:08.112Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
2023-05-15T15:35:08.112Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:35:08.132Z|0x7f4722ed46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:35:08.139Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6530.
Memory consumption went from 289.6 MB to 288.1 MB.
2023-05-15T15:35:08.139Z|0x7f483682a400|Total: 6.430127 ms (FindLiveObjects: 0.350951 ms CreateObjectMapping: 0.229980 ms MarkObjects: 5.614317 ms DeleteObjects: 0.233680 ms)
2023-05-15T15:35:08.139Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:35:08.142Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:35:08.142Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:38:46.455Z|0x7f483682a400|========================================================================
2023-05-15T15:38:46.455Z|0x7f483682a400|Received Prepare
2023-05-15T15:38:46.846Z|0x7f483682a400|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-15T15:38:47.628Z|0x7f483682a400|- Loaded All Assemblies, in 0.782 seconds
2023-05-15T15:38:47.630Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins.
2023-05-15T15:38:48.122Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:38:48.710Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:38:48.814Z|0x7f483682a400|- Finished resetting the current domain, in 1.183 seconds
2023-05-15T15:38:48.815Z|0x7f483682a400|Domain Reload Profiling: 1961ms
BeginReloadAssembly (211ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (71ms)
RebuildCommonClasses (68ms)
RebuildNativeTypeToScriptingClass (16ms)
initialDomainReloadingComplete (40ms)
LoadAllAssembliesAndSetupDomain (444ms)
LoadAssemblies (231ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (295ms)
TypeCache.Refresh (277ms)
TypeCache.ScanAssembly (264ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (13ms)
FinalizeReload (1184ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (557ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (8ms)
SetLoadedEditorAssemblies (5ms)
BeforeProcessingInitializeOnLoad (175ms)
ProcessInitializeOnLoadAttributes (322ms)
ProcessInitializeOnLoadMethodAttributes (40ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (36ms)
2023-05-15T15:38:49.092Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:38:49.166Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins.
2023-05-15T15:38:49.166Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:38:49.187Z|0x7f4722ed46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:38:49.192Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6547.
Memory consumption went from 291.7 MB to 290.2 MB.
2023-05-15T15:38:49.192Z|0x7f483682a400|Total: 5.071676 ms (FindLiveObjects: 0.341040 ms CreateObjectMapping: 0.231399 ms MarkObjects: 4.252279 ms DeleteObjects: 0.245916 ms)
2023-05-15T15:38:49.192Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:38:49.194Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:38:49.194Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:38:59.890Z|0x7f483682a400|========================================================================
2023-05-15T15:38:59.890Z|0x7f483682a400|Received Prepare
2023-05-15T15:39:00.267Z|0x7f483682a400|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-15T15:39:01.031Z|0x7f483682a400|- Loaded All Assemblies, in 0.764 seconds
2023-05-15T15:39:01.033Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
2023-05-15T15:39:01.427Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:39:02.032Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:39:02.146Z|0x7f483682a400|- Finished resetting the current domain, in 1.112 seconds
2023-05-15T15:39:02.146Z|0x7f483682a400|Domain Reload Profiling: 1872ms
BeginReloadAssembly (205ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (80ms)
RebuildCommonClasses (49ms)
RebuildNativeTypeToScriptingClass (14ms)
initialDomainReloadingComplete (39ms)
LoadAllAssembliesAndSetupDomain (453ms)
LoadAssemblies (217ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (300ms)
TypeCache.Refresh (285ms)
TypeCache.ScanAssembly (271ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1112ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (575ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (156ms)
ProcessInitializeOnLoadAttributes (355ms)
ProcessInitializeOnLoadMethodAttributes (45ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (36ms)
2023-05-15T15:39:02.521Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:39:02.636Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.98 ms, found 0 plugins.
2023-05-15T15:39:02.637Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:39:02.661Z|0x7f4722ed46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:39:02.666Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6564.
Memory consumption went from 293.9 MB to 292.4 MB.
2023-05-15T15:39:02.666Z|0x7f483682a400|Total: 5.586101 ms (FindLiveObjects: 0.351355 ms CreateObjectMapping: 0.216377 ms MarkObjects: 4.778030 ms DeleteObjects: 0.239305 ms)
2023-05-15T15:39:02.667Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:39:02.669Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:39:02.669Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:39:36.038Z|0x7f483682a400|========================================================================
Received Import Request.
Time since last request: 276.139291 seconds.
path: Assets/Scripts/LookAtCamera.cs
artifactKey: Guid(983d5c2d1f13aeb938e760d83b44ca9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:39:36.052Z|0x7f483682a400|Start importing Assets/Scripts/LookAtCamera.cs using Guid(983d5c2d1f13aeb938e760d83b44ca9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:39:36.054Z|0x7f483682a400| -> (artifact id: 'bcfb4b67f75fff98c0740af471b55f59') in 0.002780 seconds
2023-05-15T15:39:36.064Z|0x7f483682a400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0
2023-05-15T15:39:42.118Z|0x7f483682a400|========================================================================
2023-05-15T15:39:42.118Z|0x7f483682a400|Received Prepare
2023-05-15T15:39:42.495Z|0x7f483682a400|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-15T15:39:43.323Z|0x7f483682a400|- Loaded All Assemblies, in 0.828 seconds
2023-05-15T15:39:43.325Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.72 ms, found 0 plugins.
2023-05-15T15:39:43.725Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:39:44.362Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:39:44.475Z|0x7f483682a400|- Finished resetting the current domain, in 1.149 seconds
2023-05-15T15:39:44.476Z|0x7f483682a400|Domain Reload Profiling: 1973ms
BeginReloadAssembly (249ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (78ms)
RebuildCommonClasses (65ms)
RebuildNativeTypeToScriptingClass (13ms)
initialDomainReloadingComplete (39ms)
LoadAllAssembliesAndSetupDomain (458ms)
LoadAssemblies (273ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (295ms)
TypeCache.Refresh (278ms)
TypeCache.ScanAssembly (265ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (13ms)
FinalizeReload (1149ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (604ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (5ms)
BeforeProcessingInitializeOnLoad (237ms)
ProcessInitializeOnLoadAttributes (309ms)
ProcessInitializeOnLoadMethodAttributes (39ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (38ms)
2023-05-15T15:39:44.771Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:39:44.856Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.52 ms, found 0 plugins.
2023-05-15T15:39:44.856Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:39:44.878Z|0x7f4722ed46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:39:44.887Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6582.
Memory consumption went from 296.1 MB to 294.5 MB.
2023-05-15T15:39:44.887Z|0x7f483682a400|Total: 9.272166 ms (FindLiveObjects: 0.398887 ms CreateObjectMapping: 0.227094 ms MarkObjects: 8.181494 ms DeleteObjects: 0.463452 ms)
2023-05-15T15:39:44.888Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:39:44.893Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:39:44.893Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:39:44.894Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:39:44.894Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:39:44.894Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:41:04.641Z|0x7f483682a400|========================================================================
2023-05-15T15:41:04.641Z|0x7f483682a400|Received Prepare
2023-05-15T15:41:05.052Z|0x7f483682a400|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-15T15:41:05.795Z|0x7f483682a400|- Loaded All Assemblies, in 0.743 seconds
2023-05-15T15:41:05.797Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins.
2023-05-15T15:41:06.255Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:41:06.857Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:41:06.962Z|0x7f483682a400|- Finished resetting the current domain, in 1.162 seconds
2023-05-15T15:41:06.962Z|0x7f483682a400|Domain Reload Profiling: 1901ms
BeginReloadAssembly (183ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (71ms)
RebuildCommonClasses (44ms)
RebuildNativeTypeToScriptingClass (10ms)
initialDomainReloadingComplete (34ms)
LoadAllAssembliesAndSetupDomain (467ms)
LoadAssemblies (202ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (316ms)
TypeCache.Refresh (297ms)
TypeCache.ScanAssembly (284ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (15ms)
FinalizeReload (1162ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (570ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (6ms)
BeforeProcessingInitializeOnLoad (184ms)
ProcessInitializeOnLoadAttributes (323ms)
ProcessInitializeOnLoadMethodAttributes (43ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (37ms)
2023-05-15T15:41:07.244Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:41:07.318Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.44 ms, found 0 plugins.
2023-05-15T15:41:07.318Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:41:07.337Z|0x7f4722ed46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:41:07.342Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6599.
Memory consumption went from 298.2 MB to 296.7 MB.
2023-05-15T15:41:07.342Z|0x7f483682a400|Total: 4.585910 ms (FindLiveObjects: 0.331042 ms CreateObjectMapping: 0.188501 ms MarkObjects: 3.819193 ms DeleteObjects: 0.245996 ms)
2023-05-15T15:41:07.342Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:41:07.344Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:41:07.344Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:42:57.847Z|0x7f483682a400|========================================================================
2023-05-15T15:42:57.847Z|0x7f483682a400|Received Prepare
2023-05-15T15:42:58.230Z|0x7f483682a400|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-15T15:42:59.062Z|0x7f483682a400|- Loaded All Assemblies, in 0.831 seconds
2023-05-15T15:42:59.064Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins.
2023-05-15T15:42:59.516Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:43:00.057Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:43:00.164Z|0x7f483682a400|- Finished resetting the current domain, in 1.098 seconds
2023-05-15T15:43:00.164Z|0x7f483682a400|Domain Reload Profiling: 1923ms
BeginReloadAssembly (224ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (97ms)
RebuildCommonClasses (47ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (40ms)
LoadAllAssembliesAndSetupDomain (502ms)
LoadAssemblies (248ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (318ms)
TypeCache.Refresh (298ms)
TypeCache.ScanAssembly (285ms)
ScanForSourceGeneratedMonoScriptInfo (6ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1099ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (511ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (164ms)
ProcessInitializeOnLoadAttributes (292ms)
ProcessInitializeOnLoadMethodAttributes (37ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (35ms)
2023-05-15T15:43:00.486Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:43:00.567Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins.
2023-05-15T15:43:00.567Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:43:00.589Z|0x7f4722ed46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:43:00.595Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6616.
Memory consumption went from 300.4 MB to 298.9 MB.
2023-05-15T15:43:00.595Z|0x7f483682a400|Total: 5.661104 ms (FindLiveObjects: 0.338985 ms CreateObjectMapping: 0.201287 ms MarkObjects: 4.838722 ms DeleteObjects: 0.281064 ms)
2023-05-15T15:43:00.596Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:43:00.598Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:43:00.598Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:43:06.083Z|0x7f483682a400|========================================================================
2023-05-15T15:43:06.083Z|0x7f483682a400|Received Prepare
2023-05-15T15:43:06.460Z|0x7f483682a400|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-15T15:43:07.277Z|0x7f483682a400|- Loaded All Assemblies, in 0.817 seconds
2023-05-15T15:43:07.279Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
2023-05-15T15:43:07.713Z|0x7f483682a400|Native extension for LinuxStandalone target not found
2023-05-15T15:43:08.304Z|0x7f483682a400|Mono: successfully reloaded assembly
2023-05-15T15:43:08.439Z|0x7f483682a400|- Finished resetting the current domain, in 1.158 seconds
2023-05-15T15:43:08.439Z|0x7f483682a400|Domain Reload Profiling: 1972ms
BeginReloadAssembly (196ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (78ms)
RebuildCommonClasses (42ms)
RebuildNativeTypeToScriptingClass (18ms)
initialDomainReloadingComplete (31ms)
LoadAllAssembliesAndSetupDomain (525ms)
LoadAssemblies (201ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (374ms)
TypeCache.Refresh (361ms)
TypeCache.ScanAssembly (316ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (12ms)
FinalizeReload (1159ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (558ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (9ms)
SetLoadedEditorAssemblies (5ms)
BeforeProcessingInitializeOnLoad (155ms)
ProcessInitializeOnLoadAttributes (340ms)
ProcessInitializeOnLoadMethodAttributes (41ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (37ms)
2023-05-15T15:43:08.778Z|0x7f483682a400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:43:08.870Z|0x7f483682a400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
2023-05-15T15:43:08.870Z|0x7f483682a400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:43:08.895Z|0x7f4722ed46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:43:08.906Z|0x7f483682a400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6633.
Memory consumption went from 302.6 MB to 301.1 MB.
2023-05-15T15:43:08.906Z|0x7f483682a400|Total: 9.680895 ms (FindLiveObjects: 0.385537 ms CreateObjectMapping: 0.229469 ms MarkObjects: 8.835724 ms DeleteObjects: 0.229072 ms)
2023-05-15T15:43:08.906Z|0x7f483682a400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:43:08.908Z|0x7f483682a400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:43:08.908Z|0x7f483682a400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:43:08.908Z|0x7f483682a400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:43:08.909Z|0x7f483682a400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->

@ -3509,3 +3509,530 @@ Memory consumption went from 300.2 MB to 298.7 MB.
2023-05-15T15:30:40.761Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:30:40.761Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:30:40.761Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:35:05.206Z|0x7f7526a11400|========================================================================
2023-05-15T15:35:05.206Z|0x7f7526a11400|Received Prepare
2023-05-15T15:35:05.570Z|0x7f7526a11400|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-15T15:35:06.347Z|0x7f7526a11400|- Loaded All Assemblies, in 0.778 seconds
2023-05-15T15:35:06.349Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.42 ms, found 0 plugins.
2023-05-15T15:35:06.752Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:35:07.410Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:35:07.532Z|0x7f7526a11400|- Finished resetting the current domain, in 1.181 seconds
2023-05-15T15:35:07.532Z|0x7f7526a11400|Domain Reload Profiling: 1955ms
BeginReloadAssembly (210ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (73ms)
RebuildCommonClasses (50ms)
RebuildNativeTypeToScriptingClass (10ms)
initialDomainReloadingComplete (37ms)
LoadAllAssembliesAndSetupDomain (465ms)
LoadAssemblies (234ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (308ms)
TypeCache.Refresh (289ms)
TypeCache.ScanAssembly (276ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1181ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (632ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (6ms)
BeforeProcessingInitializeOnLoad (193ms)
ProcessInitializeOnLoadAttributes (376ms)
ProcessInitializeOnLoadMethodAttributes (43ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (32ms)
2023-05-15T15:35:07.937Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:35:08.030Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins.
2023-05-15T15:35:08.030Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:35:08.057Z|0x7f74130d46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:35:08.066Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6272.
Memory consumption went from 302.4 MB to 300.9 MB.
2023-05-15T15:35:08.066Z|0x7f7526a11400|Total: 7.291895 ms (FindLiveObjects: 0.311199 ms CreateObjectMapping: 0.193776 ms MarkObjects: 6.550547 ms DeleteObjects: 0.234999 ms)
2023-05-15T15:35:08.067Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:35:08.069Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:35:08.069Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:35:08.070Z|0x7f7526a11400|========================================================================
Received Import Request.
Time since last request: 663.195411 seconds.
path: Assets/Scripts/UI/UnitWorldUI.cs
artifactKey: Guid(fde18d39a8c2a832ba94203c76257c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:35:08.082Z|0x7f7526a11400|Start importing Assets/Scripts/UI/UnitWorldUI.cs using Guid(fde18d39a8c2a832ba94203c76257c26) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:35:08.084Z|0x7f7526a11400| -> (artifact id: '8f1c26352d0c164a5bb5da2779095756') in 0.001498 seconds
2023-05-15T15:35:08.091Z|0x7f7526a11400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0
2023-05-15T15:38:46.458Z|0x7f7526a11400|========================================================================
2023-05-15T15:38:46.459Z|0x7f7526a11400|Received Prepare
2023-05-15T15:38:46.855Z|0x7f7526a11400|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-15T15:38:47.797Z|0x7f7526a11400|- Loaded All Assemblies, in 0.942 seconds
2023-05-15T15:38:47.799Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.58 ms, found 0 plugins.
2023-05-15T15:38:48.258Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:38:48.795Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:38:48.895Z|0x7f7526a11400|- Finished resetting the current domain, in 1.094 seconds
2023-05-15T15:38:48.895Z|0x7f7526a11400|Domain Reload Profiling: 2030ms
BeginReloadAssembly (279ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (109ms)
RebuildCommonClasses (50ms)
RebuildNativeTypeToScriptingClass (13ms)
initialDomainReloadingComplete (58ms)
LoadAllAssembliesAndSetupDomain (534ms)
LoadAssemblies (295ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (346ms)
TypeCache.Refresh (324ms)
TypeCache.ScanAssembly (310ms)
ScanForSourceGeneratedMonoScriptInfo (5ms)
ResolveRequiredComponents (17ms)
FinalizeReload (1094ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (515ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (9ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (179ms)
ProcessInitializeOnLoadAttributes (279ms)
ProcessInitializeOnLoadMethodAttributes (37ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (28ms)
2023-05-15T15:38:49.177Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:38:49.246Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.38 ms, found 0 plugins.
2023-05-15T15:38:49.246Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:38:49.265Z|0x7f74130d46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:38:49.270Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6289.
Memory consumption went from 304.6 MB to 303.1 MB.
2023-05-15T15:38:49.270Z|0x7f7526a11400|Total: 5.039680 ms (FindLiveObjects: 0.298172 ms CreateObjectMapping: 0.183724 ms MarkObjects: 4.310557 ms DeleteObjects: 0.246119 ms)
2023-05-15T15:38:49.271Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:38:49.273Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:38:49.273Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:38:59.890Z|0x7f7526a11400|========================================================================
2023-05-15T15:38:59.890Z|0x7f7526a11400|Received Prepare
2023-05-15T15:39:00.280Z|0x7f7526a11400|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-15T15:39:01.067Z|0x7f7526a11400|- Loaded All Assemblies, in 0.787 seconds
2023-05-15T15:39:01.069Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.46 ms, found 0 plugins.
2023-05-15T15:39:01.485Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:39:02.087Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:39:02.223Z|0x7f7526a11400|- Finished resetting the current domain, in 1.153 seconds
2023-05-15T15:39:02.224Z|0x7f7526a11400|Domain Reload Profiling: 1936ms
BeginReloadAssembly (194ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (71ms)
RebuildCommonClasses (48ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (32ms)
LoadAllAssembliesAndSetupDomain (498ms)
LoadAssemblies (239ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (318ms)
TypeCache.Refresh (304ms)
TypeCache.ScanAssembly (292ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (13ms)
FinalizeReload (1153ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (573ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (10ms)
SetLoadedEditorAssemblies (5ms)
BeforeProcessingInitializeOnLoad (179ms)
ProcessInitializeOnLoadAttributes (327ms)
ProcessInitializeOnLoadMethodAttributes (43ms)
AfterProcessingInitializeOnLoad (8ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (36ms)
2023-05-15T15:39:02.540Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:39:02.619Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.63 ms, found 0 plugins.
2023-05-15T15:39:02.619Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:39:02.650Z|0x7f74130d46c0|Unloading 4743 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:39:02.655Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6306.
Memory consumption went from 306.8 MB to 305.3 MB.
2023-05-15T15:39:02.655Z|0x7f7526a11400|Total: 5.023638 ms (FindLiveObjects: 0.356508 ms CreateObjectMapping: 0.288126 ms MarkObjects: 4.127618 ms DeleteObjects: 0.250010 ms)
2023-05-15T15:39:02.656Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:39:02.658Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:39:02.658Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:39:42.117Z|0x7f7526a11400|========================================================================
2023-05-15T15:39:42.117Z|0x7f7526a11400|Received Prepare
2023-05-15T15:39:42.465Z|0x7f7526a11400|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-15T15:39:43.238Z|0x7f7526a11400|- Loaded All Assemblies, in 0.773 seconds
2023-05-15T15:39:43.240Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.49 ms, found 0 plugins.
2023-05-15T15:39:43.660Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:39:44.317Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:39:44.431Z|0x7f7526a11400|- Finished resetting the current domain, in 1.190 seconds
2023-05-15T15:39:44.431Z|0x7f7526a11400|Domain Reload Profiling: 1959ms
BeginReloadAssembly (222ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (5ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (72ms)
RebuildCommonClasses (51ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (33ms)
LoadAllAssembliesAndSetupDomain (451ms)
LoadAssemblies (242ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (302ms)
TypeCache.Refresh (283ms)
TypeCache.ScanAssembly (270ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1190ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (632ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (219ms)
ProcessInitializeOnLoadAttributes (356ms)
ProcessInitializeOnLoadMethodAttributes (38ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (30ms)
2023-05-15T15:39:44.726Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:39:44.801Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.43 ms, found 0 plugins.
2023-05-15T15:39:44.801Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:39:44.827Z|0x7f74130d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:39:44.833Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6324.
Memory consumption went from 309.1 MB to 307.6 MB.
2023-05-15T15:39:44.833Z|0x7f7526a11400|Total: 5.347061 ms (FindLiveObjects: 0.326665 ms CreateObjectMapping: 0.220961 ms MarkObjects: 4.456166 ms DeleteObjects: 0.341822 ms)
2023-05-15T15:39:44.833Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:39:44.835Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:39:44.835Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:39:44.836Z|0x7f7526a11400|========================================================================
Received Import Request.
Time since last request: 276.744497 seconds.
path: Assets/Scripts/LookAtCamera.cs
artifactKey: Guid(983d5c2d1f13aeb938e760d83b44ca9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
2023-05-15T15:39:44.847Z|0x7f7526a11400|Start importing Assets/Scripts/LookAtCamera.cs using Guid(983d5c2d1f13aeb938e760d83b44ca9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) 2023-05-15T15:39:44.851Z|0x7f7526a11400| -> (artifact id: '0c0b98aa45309b264105a913b02952e0') in 0.004355 seconds
2023-05-15T15:39:44.856Z|0x7f7526a11400|Number of updated asset objects reloaded before import = 0Number of asset objects unloaded after import = 0
2023-05-15T15:41:04.641Z|0x7f7526a11400|========================================================================
2023-05-15T15:41:04.641Z|0x7f7526a11400|Received Prepare
2023-05-15T15:41:05.024Z|0x7f7526a11400|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-15T15:41:05.767Z|0x7f7526a11400|- Loaded All Assemblies, in 0.743 seconds
2023-05-15T15:41:05.770Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.81 ms, found 0 plugins.
2023-05-15T15:41:06.191Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:41:06.735Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:41:06.840Z|0x7f7526a11400|- Finished resetting the current domain, in 1.069 seconds
2023-05-15T15:41:06.842Z|0x7f7526a11400|Domain Reload Profiling: 1810ms
BeginReloadAssembly (188ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (74ms)
RebuildCommonClasses (43ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (34ms)
LoadAllAssembliesAndSetupDomain (464ms)
LoadAssemblies (203ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (318ms)
TypeCache.Refresh (298ms)
TypeCache.ScanAssembly (285ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (16ms)
FinalizeReload (1071ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (519ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (7ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (156ms)
ProcessInitializeOnLoadAttributes (308ms)
ProcessInitializeOnLoadMethodAttributes (36ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (29ms)
2023-05-15T15:41:07.151Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:41:07.231Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.39 ms, found 0 plugins.
2023-05-15T15:41:07.231Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:41:07.255Z|0x7f74130d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:41:07.261Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6341.
Memory consumption went from 311.3 MB to 309.8 MB.
2023-05-15T15:41:07.261Z|0x7f7526a11400|Total: 5.718105 ms (FindLiveObjects: 0.311275 ms CreateObjectMapping: 0.207742 ms MarkObjects: 4.971289 ms DeleteObjects: 0.226691 ms)
2023-05-15T15:41:07.261Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:41:07.263Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:41:07.263Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:42:57.848Z|0x7f7526a11400|========================================================================
2023-05-15T15:42:57.848Z|0x7f7526a11400|Received Prepare
2023-05-15T15:42:58.208Z|0x7f7526a11400|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-15T15:42:58.985Z|0x7f7526a11400|- Loaded All Assemblies, in 0.777 seconds
2023-05-15T15:42:58.987Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.40 ms, found 0 plugins.
2023-05-15T15:42:59.380Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:42:59.991Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:43:00.093Z|0x7f7526a11400|- Finished resetting the current domain, in 1.105 seconds
2023-05-15T15:43:00.094Z|0x7f7526a11400|Domain Reload Profiling: 1878ms
BeginReloadAssembly (178ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (5ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (67ms)
RebuildCommonClasses (44ms)
RebuildNativeTypeToScriptingClass (10ms)
initialDomainReloadingComplete (34ms)
LoadAllAssembliesAndSetupDomain (506ms)
LoadAssemblies (248ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (315ms)
TypeCache.Refresh (296ms)
TypeCache.ScanAssembly (282ms)
ScanForSourceGeneratedMonoScriptInfo (5ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1105ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (587ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (8ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (181ms)
ProcessInitializeOnLoadAttributes (350ms)
ProcessInitializeOnLoadMethodAttributes (37ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (29ms)
2023-05-15T15:43:00.405Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:43:00.479Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.41 ms, found 0 plugins.
2023-05-15T15:43:00.479Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:43:00.505Z|0x7f74130d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:43:00.512Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6358.
Memory consumption went from 313.5 MB to 312.0 MB.
2023-05-15T15:43:00.512Z|0x7f7526a11400|Total: 7.411959 ms (FindLiveObjects: 0.310573 ms CreateObjectMapping: 0.309208 ms MarkObjects: 6.526753 ms DeleteObjects: 0.264305 ms)
2023-05-15T15:43:00.513Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:43:00.515Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:43:00.515Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
2023-05-15T15:43:06.084Z|0x7f7526a11400|========================================================================
2023-05-15T15:43:06.084Z|0x7f7526a11400|Received Prepare
2023-05-15T15:43:06.501Z|0x7f7526a11400|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-15T15:43:07.266Z|0x7f7526a11400|- Loaded All Assemblies, in 0.765 seconds
2023-05-15T15:43:07.268Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 1.52 ms, found 0 plugins.
2023-05-15T15:43:07.691Z|0x7f7526a11400|Native extension for LinuxStandalone target not found
2023-05-15T15:43:08.307Z|0x7f7526a11400|Mono: successfully reloaded assembly
2023-05-15T15:43:08.429Z|0x7f7526a11400|- Finished resetting the current domain, in 1.160 seconds
2023-05-15T15:43:08.430Z|0x7f7526a11400|Domain Reload Profiling: 1921ms
BeginReloadAssembly (200ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (77ms)
RebuildCommonClasses (45ms)
RebuildNativeTypeToScriptingClass (11ms)
initialDomainReloadingComplete (34ms)
LoadAllAssembliesAndSetupDomain (470ms)
LoadAssemblies (221ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (308ms)
TypeCache.Refresh (294ms)
TypeCache.ScanAssembly (281ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (14ms)
FinalizeReload (1161ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (586ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (8ms)
SetLoadedEditorAssemblies (4ms)
BeforeProcessingInitializeOnLoad (157ms)
ProcessInitializeOnLoadAttributes (370ms)
ProcessInitializeOnLoadMethodAttributes (42ms)
AfterProcessingInitializeOnLoad (7ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (34ms)
2023-05-15T15:43:08.778Z|0x7f7526a11400|Shader Hidden/ProbeVolume/VoxelizeScene is not supported: GPU does not support conservative rasterization
2023-05-15T15:43:08.867Z|0x7f7526a11400|Refreshing native plugins compatible for Editor in 2.54 ms, found 0 plugins.
2023-05-15T15:43:08.867Z|0x7f7526a11400|Preloading 0 native plugins for Editor in 0.00 ms.
2023-05-15T15:43:08.895Z|0x7f74130d46c0|Unloading 4744 Unused Serialized files (Serialized files now loaded: 0)
2023-05-15T15:43:08.901Z|0x7f7526a11400|Unloading 16 unused Assets / (1.5 MB). Loaded Objects now: 6375.
Memory consumption went from 315.7 MB to 314.2 MB.
2023-05-15T15:43:08.901Z|0x7f7526a11400|Total: 5.433200 ms (FindLiveObjects: 0.360297 ms CreateObjectMapping: 0.253190 ms MarkObjects: 4.550154 ms DeleteObjects: 0.267993 ms)
2023-05-15T15:43:08.901Z|0x7f7526a11400|Prepare: number of updated asset objects reloaded= 0
2023-05-15T15:43:08.904Z|0x7f7526a11400|AssetImportParameters requested are different than current active one (requested -> active):
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:AudioImporter_EditorPlatform: 2f0ff77a95e0ac474e3e8eeba4e2f7cb ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
2023-05-15T15:43:08.904Z|0x7f7526a11400| custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->

Binary file not shown.