diff --git a/Assets/Scenes/Scenka.unity b/Assets/Scenes/Scenka.unity index bb088e4..48655f9 100644 --- a/Assets/Scenes/Scenka.unity +++ b/Assets/Scenes/Scenka.unity @@ -475,6 +475,7 @@ GameObject: - component: {fileID: 963194228} - component: {fileID: 963194227} - component: {fileID: 963194226} + - component: {fileID: 963194229} m_Layer: 0 m_Name: GoPro m_TagString: MainCamera @@ -506,7 +507,7 @@ Camera: m_FOVAxisMode: 0 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 + m_FocalLength: 53.23 m_NormalizedViewPortRect: serializedVersion: 2 x: 0 @@ -515,7 +516,7 @@ Camera: height: 1 near clip plane: 0.01 far clip plane: 1e+17 - field of view: 5.1 + field of view: 60 orthographic: 0 orthographic size: 3 m_Depth: -1 @@ -547,6 +548,23 @@ Transform: m_Father: {fileID: 1250425538} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &963194229 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 963194225} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 443718008e90fbe4bae24d20d6ece588, type: 3} + m_Name: + m_EditorClassIdentifier: + rozdiel: {x: 0, y: 0, z: 0} + mover: {fileID: 1250425539} + offsetx: 0 + offsety: 0 + chytene: {fileID: 0} --- !u!1001 &1101692134 PrefabInstance: m_ObjectHideFlags: 0 @@ -618,7 +636,6 @@ GameObject: - component: {fileID: 1250425541} - component: {fileID: 1250425540} - component: {fileID: 1250425539} - - component: {fileID: 1250425544} m_Layer: 0 m_Name: Bean m_TagString: Untagged @@ -657,8 +674,8 @@ MonoBehaviour: kamera: {fileID: 963194228} look_speed: 80 walk_speed: 200 - xrot: 0 zrot: 0 + xrot: 0 --- !u!54 &1250425540 Rigidbody: m_ObjectHideFlags: 0 @@ -738,21 +755,6 @@ MeshFilter: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1250425537} m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0} ---- !u!114 &1250425544 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1250425537} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 443718008e90fbe4bae24d20d6ece588, type: 3} - m_Name: - m_EditorClassIdentifier: - rozdiel: {x: 0, y: 0, z: 0} - mover: {fileID: 1250425539} - chytene: {fileID: 0} --- !u!1 &1451977359 GameObject: m_ObjectHideFlags: 0 @@ -1006,7 +1008,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1715628353} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 142.40695, y: 2.1220198, z: -138.22} + m_LocalPosition: {x: 142.40695, y: 2.1220198, z: -88.36} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 1250425538} diff --git a/Assets/Scripts/Chytac.cs b/Assets/Scripts/Chytac.cs index ba946bd..027852a 100644 --- a/Assets/Scripts/Chytac.cs +++ b/Assets/Scripts/Chytac.cs @@ -10,6 +10,10 @@ public class Chytac : MonoBehaviour public Pohybovac mover; + + public float offsetx; + + public float offsety; public GameObject chytene; bool caught = false; @@ -19,11 +23,10 @@ public class Chytac : MonoBehaviour void Update() { - Debug.DrawRay(transform.position, new Vector3(-mover.zrot, 10f, mover.xrot), Color.blue, 0); - Debug.Log(new Vector3(-mover.zrot, 10f, mover.xrot)); + Debug.Log(new Vector3(mover.zrot, 10f, mover.xrot)); if(Input.GetButtonDown("Fire1")){ caught = false; - RaycastHit[] hits = Physics.RaycastAll(transform.position, new Vector3(-mover.zrot, 0f, mover.xrot), 100); + RaycastHit[] hits = Physics.RaycastAll(transform.position, new Vector3(mover.xrot + offsetx, mover.zrot + offsety, 0f), 100); float mindist = 30f; foreach (RaycastHit hit in hits){ diff --git a/Logs/ApiUpdaterCheck.txt b/Logs/ApiUpdaterCheck.txt index d8c28d3..8461fce 100644 --- a/Logs/ApiUpdaterCheck.txt +++ b/Logs/ApiUpdaterCheck.txt @@ -8,3 +8,13 @@ C# parse time : 311ms candidates check time : 39ms console write time : 0ms +[api-updater (non-obsolete-error-filter)] 16.08.2021 9:00:40 : Starting C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Tools/ScriptUpdater/APIUpdater.NonObsoleteApiUpdaterDetector.exe +[api-updater (non-obsolete-error-filter)] +---------------------------------- +jit/startup time : 136,9998ms +moved types parse time: 116ms +candidates parse time : 6ms +C# parse time : 465ms +candidates check time : 71ms +console write time : 1ms + diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log index 52969b6..6b27d82 100644 --- a/Logs/AssetImportWorker0-prev.log +++ b/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ C:/Users/Bruno/Documents/Unity_Projects/Projektik -logFile Logs/AssetImportWorker0.log -srvPort -7882 +27915 Successfully changed project path to: C:/Users/Bruno/Documents/Unity_Projects/Projektik C:/Users/Bruno/Documents/Unity_Projects/Projektik Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 39.29 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 1481.88 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.14f1 (d0d1bb862f9d) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Resources/UnitySubsystems @@ -31,3992 +31,3 @@ Direct3D: Vendor: VRAM: 10167 MB Driver: 27.20.100.8681 -Initialize mono -Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Managed' -Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' -Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56424 -Begin MonoManager ReloadAssembly -Registering precompiled unity dll's ... -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.003209 seconds. -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 37.45 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.648 seconds -Domain Reload Profiling: - ReloadAssembly (2648ms) - BeginReloadAssembly (82ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - EndReloadAssembly (592ms) - LoadAssemblies (79ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (221ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (50ms) - SetupLoadedEditorAssemblies (212ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (38ms) - BeforeProcessingInitializeOnLoad (13ms) - ProcessInitializeOnLoadAttributes (116ms) - ProcessInitializeOnLoadMethodAttributes (39ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -Platform modules already initialized, skipping -Registering precompiled user dll's ... -Registered in 0.006236 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.745 seconds -Domain Reload Profiling: - ReloadAssembly (1746ms) - BeginReloadAssembly (234ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (28ms) - EndReloadAssembly (1414ms) - LoadAssemblies (140ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (534ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (72ms) - SetupLoadedEditorAssemblies (516ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (168ms) - ProcessInitializeOnLoadAttributes (325ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -======================================================================== -Worker process is ready to serve import requests -Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds -Refreshing native plugins compatible for Editor in 0.46 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1392 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 65.0 MB. -System memory in use after: 65.1 MB. - -Unloading 19 unused Assets to reduce memory usage. Loaded Objects now: 1826. -Total: 3.527300 ms (FindLiveObjects: 0.255700 ms CreateObjectMapping: 0.051900 ms MarkObjects: 3.052400 ms DeleteObjects: 0.165300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - path: Assets/Prefabs/Hrac.prefab - artifactKey: Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Hrac.prefab using Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6569cd56914b59565df7bde4e7d1454c') in 0.090151 seconds - Import took 0.094334 seconds . - -======================================================================== -Received Import Request. - Time since last request: 49.765522 seconds. - path: Assets/Prefabs/Hrac.prefab - artifactKey: Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Hrac.prefab using Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '40f7b8c82f5df1e8951f0cfbf9aaa017') in 0.120943 seconds - Import took 0.124630 seconds . - -======================================================================== -Received Import Request. - Time since last request: 3.083249 seconds. - path: Assets/Prefabs/Hrac.prefab - artifactKey: Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Hrac.prefab using Guid(0e1032e4d663ccc4da603166ed0599da) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bff39dd2b2474689501e1228ef955c49') in 0.015817 seconds - Import took 0.020289 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005931 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.64 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.652 seconds -Domain Reload Profiling: - ReloadAssembly (2653ms) - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - EndReloadAssembly (2373ms) - LoadAssemblies (138ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (486ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (118ms) - SetupLoadedEditorAssemblies (1324ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (159ms) - ProcessInitializeOnLoadAttributes (1112ms) - ProcessInitializeOnLoadMethodAttributes (23ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (80ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.1 MB. -System memory in use after: 68.2 MB. - -Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 1838. -Total: 3.413200 ms (FindLiveObjects: 0.312900 ms CreateObjectMapping: 0.058000 ms MarkObjects: 2.944400 ms DeleteObjects: 0.096000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007194 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.823 seconds -Domain Reload Profiling: - ReloadAssembly (1823ms) - BeginReloadAssembly (195ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - EndReloadAssembly (1531ms) - LoadAssemblies (162ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (592ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (51ms) - SetupLoadedEditorAssemblies (613ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (137ms) - ProcessInitializeOnLoadAttributes (454ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.2 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1841. -Total: 3.412200 ms (FindLiveObjects: 0.295800 ms CreateObjectMapping: 0.067900 ms MarkObjects: 2.978100 ms DeleteObjects: 0.068900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006895 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.645 seconds -Domain Reload Profiling: - ReloadAssembly (1647ms) - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - EndReloadAssembly (1357ms) - LoadAssemblies (165ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (547ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (75ms) - SetupLoadedEditorAssemblies (441ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (147ms) - ProcessInitializeOnLoadAttributes (270ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1844. -Total: 2.950400 ms (FindLiveObjects: 0.190200 ms CreateObjectMapping: 0.097000 ms MarkObjects: 2.590600 ms DeleteObjects: 0.071100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.010285 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.667 seconds -Domain Reload Profiling: - ReloadAssembly (2668ms) - BeginReloadAssembly (253ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (64ms) - EndReloadAssembly (2269ms) - LoadAssemblies (256ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (696ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (71ms) - SetupLoadedEditorAssemblies (1096ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (664ms) - ProcessInitializeOnLoadAttributes (406ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1847. -Total: 3.961700 ms (FindLiveObjects: 0.316300 ms CreateObjectMapping: 0.100800 ms MarkObjects: 3.455800 ms DeleteObjects: 0.084500 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006518 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.61 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.128 seconds -Domain Reload Profiling: - ReloadAssembly (2128ms) - BeginReloadAssembly (434ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (105ms) - EndReloadAssembly (1558ms) - LoadAssemblies (306ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (477ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (50ms) - SetupLoadedEditorAssemblies (704ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (180ms) - ProcessInitializeOnLoadAttributes (502ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1850. -Total: 3.536200 ms (FindLiveObjects: 0.270300 ms CreateObjectMapping: 0.111300 ms MarkObjects: 3.069500 ms DeleteObjects: 0.082800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006376 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.79 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.445 seconds -Domain Reload Profiling: - ReloadAssembly (2446ms) - BeginReloadAssembly (265ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (16ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (73ms) - EndReloadAssembly (2021ms) - LoadAssemblies (217ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (663ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (104ms) - SetupLoadedEditorAssemblies (725ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (260ms) - ProcessInitializeOnLoadAttributes (430ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1853. -Total: 2.974300 ms (FindLiveObjects: 0.233900 ms CreateObjectMapping: 0.107900 ms MarkObjects: 2.527300 ms DeleteObjects: 0.102900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005013 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.451 seconds -Domain Reload Profiling: - ReloadAssembly (1451ms) - BeginReloadAssembly (155ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1199ms) - LoadAssemblies (133ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (448ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (54ms) - SetupLoadedEditorAssemblies (429ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (142ms) - ProcessInitializeOnLoadAttributes (261ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1856. -Total: 4.138400 ms (FindLiveObjects: 0.243500 ms CreateObjectMapping: 0.082900 ms MarkObjects: 3.710600 ms DeleteObjects: 0.099400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006828 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.594 seconds -Domain Reload Profiling: - ReloadAssembly (1594ms) - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - EndReloadAssembly (1327ms) - LoadAssemblies (160ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (476ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (53ms) - SetupLoadedEditorAssemblies (509ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (127ms) - ProcessInitializeOnLoadAttributes (349ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1859. -Total: 3.696200 ms (FindLiveObjects: 0.177800 ms CreateObjectMapping: 0.062300 ms MarkObjects: 3.360600 ms DeleteObjects: 0.093700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006600 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.67 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.631 seconds -Domain Reload Profiling: - ReloadAssembly (1631ms) - BeginReloadAssembly (155ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - EndReloadAssembly (1367ms) - LoadAssemblies (140ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (531ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (53ms) - SetupLoadedEditorAssemblies (492ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (189ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.35 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1862. -Total: 3.774100 ms (FindLiveObjects: 0.266900 ms CreateObjectMapping: 0.103300 ms MarkObjects: 3.334600 ms DeleteObjects: 0.067400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007525 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.625 seconds -Domain Reload Profiling: - ReloadAssembly (1625ms) - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - EndReloadAssembly (1345ms) - LoadAssemblies (163ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (548ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (419ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (153ms) - ProcessInitializeOnLoadAttributes (241ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1865. -Total: 2.747000 ms (FindLiveObjects: 0.191000 ms CreateObjectMapping: 0.062500 ms MarkObjects: 2.402900 ms DeleteObjects: 0.088300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006021 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.601 seconds -Domain Reload Profiling: - ReloadAssembly (1602ms) - BeginReloadAssembly (170ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1336ms) - LoadAssemblies (158ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (507ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (78ms) - SetupLoadedEditorAssemblies (446ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (144ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1868. -Total: 2.791700 ms (FindLiveObjects: 0.178600 ms CreateObjectMapping: 0.058600 ms MarkObjects: 2.479800 ms DeleteObjects: 0.073300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005485 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.45 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.725 seconds -Domain Reload Profiling: - ReloadAssembly (1740ms) - BeginReloadAssembly (298ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (29ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (97ms) - EndReloadAssembly (1310ms) - LoadAssemblies (183ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (586ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (53ms) - SetupLoadedEditorAssemblies (386ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (139ms) - ProcessInitializeOnLoadAttributes (225ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1871. -Total: 3.505800 ms (FindLiveObjects: 0.178700 ms CreateObjectMapping: 0.066700 ms MarkObjects: 3.174400 ms DeleteObjects: 0.084600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005339 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.81 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.328 seconds -Domain Reload Profiling: - ReloadAssembly (2329ms) - BeginReloadAssembly (185ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - EndReloadAssembly (2031ms) - LoadAssemblies (183ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (698ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (109ms) - SetupLoadedEditorAssemblies (631ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (275ms) - ProcessInitializeOnLoadAttributes (314ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.64 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1874. -Total: 3.113400 ms (FindLiveObjects: 0.314100 ms CreateObjectMapping: 0.057400 ms MarkObjects: 2.652000 ms DeleteObjects: 0.087700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.013674 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.385 seconds -Domain Reload Profiling: - ReloadAssembly (2386ms) - BeginReloadAssembly (170ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (2097ms) - LoadAssemblies (164ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (523ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (204ms) - SetupLoadedEditorAssemblies (667ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (31ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (297ms) - ProcessInitializeOnLoadAttributes (318ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1877. -Total: 9.051400 ms (FindLiveObjects: 0.370200 ms CreateObjectMapping: 0.177700 ms MarkObjects: 8.385000 ms DeleteObjects: 0.115700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.010593 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.89 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.559 seconds -Domain Reload Profiling: - ReloadAssembly (1560ms) - BeginReloadAssembly (169ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - EndReloadAssembly (1287ms) - LoadAssemblies (152ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (464ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (463ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (158ms) - ProcessInitializeOnLoadAttributes (278ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.3 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1880. -Total: 4.393200 ms (FindLiveObjects: 0.234900 ms CreateObjectMapping: 0.097800 ms MarkObjects: 3.952300 ms DeleteObjects: 0.106300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007068 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.852 seconds -Domain Reload Profiling: - ReloadAssembly (1853ms) - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - EndReloadAssembly (1515ms) - LoadAssemblies (182ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (583ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (79ms) - SetupLoadedEditorAssemblies (504ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (165ms) - ProcessInitializeOnLoadAttributes (298ms) - ProcessInitializeOnLoadMethodAttributes (12ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (21ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.98 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1883. -Total: 7.085400 ms (FindLiveObjects: 0.478000 ms CreateObjectMapping: 0.259000 ms MarkObjects: 6.221500 ms DeleteObjects: 0.124700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.019412 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.403 seconds -Domain Reload Profiling: - ReloadAssembly (1404ms) - BeginReloadAssembly (166ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - EndReloadAssembly (1144ms) - LoadAssemblies (131ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (410ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (54ms) - SetupLoadedEditorAssemblies (426ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1886. -Total: 3.833000 ms (FindLiveObjects: 0.396800 ms CreateObjectMapping: 0.072400 ms MarkObjects: 3.257500 ms DeleteObjects: 0.104300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.010778 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.70 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.511 seconds -Domain Reload Profiling: - ReloadAssembly (2511ms) - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - EndReloadAssembly (2175ms) - LoadAssemblies (191ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (534ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (180ms) - SetupLoadedEditorAssemblies (661ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (20ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (312ms) - ProcessInitializeOnLoadAttributes (312ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1889. -Total: 2.859300 ms (FindLiveObjects: 0.217600 ms CreateObjectMapping: 0.089200 ms MarkObjects: 2.464400 ms DeleteObjects: 0.086700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007894 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.749 seconds -Domain Reload Profiling: - ReloadAssembly (1750ms) - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1419ms) - LoadAssemblies (185ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (500ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (65ms) - SetupLoadedEditorAssemblies (563ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (213ms) - ProcessInitializeOnLoadAttributes (327ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.65 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1892. -Total: 4.785200 ms (FindLiveObjects: 0.305000 ms CreateObjectMapping: 0.134200 ms MarkObjects: 4.233300 ms DeleteObjects: 0.110600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005617 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.249 seconds -Domain Reload Profiling: - ReloadAssembly (2250ms) - BeginReloadAssembly (531ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (138ms) - EndReloadAssembly (1310ms) - LoadAssemblies (494ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (445ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (57ms) - SetupLoadedEditorAssemblies (429ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (142ms) - ProcessInitializeOnLoadAttributes (264ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1895. -Total: 3.739600 ms (FindLiveObjects: 0.258100 ms CreateObjectMapping: 0.087900 ms MarkObjects: 3.279700 ms DeleteObjects: 0.112600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.015258 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.222 seconds -Domain Reload Profiling: - ReloadAssembly (2223ms) - BeginReloadAssembly (198ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - EndReloadAssembly (1826ms) - LoadAssemblies (181ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (386ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (60ms) - SetupLoadedEditorAssemblies (1039ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (258ms) - ProcessInitializeOnLoadAttributes (750ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1898. -Total: 4.042600 ms (FindLiveObjects: 0.271000 ms CreateObjectMapping: 0.124500 ms MarkObjects: 3.555000 ms DeleteObjects: 0.089500 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011336 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.289 seconds -Domain Reload Profiling: - ReloadAssembly (2290ms) - BeginReloadAssembly (353ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - EndReloadAssembly (1650ms) - LoadAssemblies (364ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (722ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (63ms) - SetupLoadedEditorAssemblies (519ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (169ms) - ProcessInitializeOnLoadAttributes (318ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1901. -Total: 4.703200 ms (FindLiveObjects: 0.349500 ms CreateObjectMapping: 0.101500 ms MarkObjects: 4.107900 ms DeleteObjects: 0.142300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007914 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.686 seconds -Domain Reload Profiling: - ReloadAssembly (1687ms) - BeginReloadAssembly (261ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - EndReloadAssembly (1315ms) - LoadAssemblies (223ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (392ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (89ms) - SetupLoadedEditorAssemblies (517ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (148ms) - ProcessInitializeOnLoadAttributes (332ms) - ProcessInitializeOnLoadMethodAttributes (10ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.58 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.3 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1904. -Total: 4.098400 ms (FindLiveObjects: 0.241600 ms CreateObjectMapping: 0.067500 ms MarkObjects: 3.680800 ms DeleteObjects: 0.106800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006331 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.47 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.571 seconds -Domain Reload Profiling: - ReloadAssembly (1572ms) - BeginReloadAssembly (245ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (70ms) - EndReloadAssembly (1234ms) - LoadAssemblies (184ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (420ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (58ms) - SetupLoadedEditorAssemblies (471ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (155ms) - ProcessInitializeOnLoadAttributes (290ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1907. -Total: 3.279000 ms (FindLiveObjects: 0.173000 ms CreateObjectMapping: 0.071900 ms MarkObjects: 2.943900 ms DeleteObjects: 0.088900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.009110 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.290 seconds -Domain Reload Profiling: - ReloadAssembly (2293ms) - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1935ms) - LoadAssemblies (185ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (386ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (1135ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (326ms) - ProcessInitializeOnLoadAttributes (782ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1910. -Total: 3.997100 ms (FindLiveObjects: 0.298300 ms CreateObjectMapping: 0.130900 ms MarkObjects: 3.410400 ms DeleteObjects: 0.155400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006298 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.80 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.703 seconds -Domain Reload Profiling: - ReloadAssembly (1704ms) - BeginReloadAssembly (219ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (15ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (58ms) - EndReloadAssembly (1363ms) - LoadAssemblies (180ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (384ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (564ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (15ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (194ms) - ProcessInitializeOnLoadAttributes (338ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.4 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1913. -Total: 3.527100 ms (FindLiveObjects: 0.221300 ms CreateObjectMapping: 0.055400 ms MarkObjects: 3.155300 ms DeleteObjects: 0.093100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 2458.750068 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4eda88f7bca8a0f17d71aea3ea95c1c2') in 0.617009 seconds - Import took 0.626956 seconds . - -======================================================================== -Received Import Request. - Time since last request: 3.062637 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '35d42fc307177ddd3f17b2e51e722b91') in 0.094295 seconds - Import took 0.100536 seconds . - -======================================================================== -Received Import Request. - Time since last request: 6.034065 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b4c66ae99ac7313d7748e6c3be221b27') in 0.090900 seconds - Import took 0.095704 seconds . - -======================================================================== -Received Import Request. - Time since last request: 31.460872 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2b4a9fe02b03048b3111288c8774b15b') in 0.077756 seconds - Import took 0.083355 seconds . - -======================================================================== -Received Import Request. - Time since last request: 102.893551 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '16b8f5dfa7b303475ac84a4e77af2005') in 0.052301 seconds - Import took 0.057758 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.017036 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.45 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.057 seconds -Domain Reload Profiling: - ReloadAssembly (2058ms) - BeginReloadAssembly (168ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - EndReloadAssembly (1796ms) - LoadAssemblies (134ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (828ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (136ms) - SetupLoadedEditorAssemblies (499ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (161ms) - ProcessInitializeOnLoadAttributes (313ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1918. -Total: 4.604300 ms (FindLiveObjects: 0.187300 ms CreateObjectMapping: 0.059100 ms MarkObjects: 4.267000 ms DeleteObjects: 0.088600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 72.671207 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '07f803f56453ddb9d09ff14ef0e6d5f5') in 0.106146 seconds - Import took 0.109558 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.008283 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.625 seconds -Domain Reload Profiling: - ReloadAssembly (1626ms) - BeginReloadAssembly (163ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - EndReloadAssembly (1351ms) - LoadAssemblies (163ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (411ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (570ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (163ms) - ProcessInitializeOnLoadAttributes (383ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1922. -Total: 4.984000 ms (FindLiveObjects: 0.354300 ms CreateObjectMapping: 0.108900 ms MarkObjects: 4.370900 ms DeleteObjects: 0.146800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005469 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.267 seconds -Domain Reload Profiling: - ReloadAssembly (3267ms) - BeginReloadAssembly (1271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (69ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (140ms) - EndReloadAssembly (1582ms) - LoadAssemblies (1233ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (439ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (57ms) - SetupLoadedEditorAssemblies (550ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (209ms) - ProcessInitializeOnLoadAttributes (316ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1925. -Total: 3.981100 ms (FindLiveObjects: 0.255200 ms CreateObjectMapping: 0.080100 ms MarkObjects: 3.512700 ms DeleteObjects: 0.131200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 196.425571 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a7ff8d26db6d48659b09a2906656fd19') in 0.122850 seconds - Import took 0.126440 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.012409 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.48 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.636 seconds -Domain Reload Profiling: - ReloadAssembly (1637ms) - BeginReloadAssembly (203ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - EndReloadAssembly (1317ms) - LoadAssemblies (213ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (453ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (56ms) - SetupLoadedEditorAssemblies (474ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (157ms) - ProcessInitializeOnLoadAttributes (292ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1929. -Total: 4.530200 ms (FindLiveObjects: 0.289900 ms CreateObjectMapping: 0.104800 ms MarkObjects: 4.019600 ms DeleteObjects: 0.113600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.013091 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.757 seconds -Domain Reload Profiling: - ReloadAssembly (1759ms) - BeginReloadAssembly (196ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - EndReloadAssembly (1425ms) - LoadAssemblies (186ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (528ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (91ms) - SetupLoadedEditorAssemblies (456ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (162ms) - ProcessInitializeOnLoadAttributes (271ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1932. -Total: 4.740000 ms (FindLiveObjects: 0.379800 ms CreateObjectMapping: 0.100500 ms MarkObjects: 4.165900 ms DeleteObjects: 0.091700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.015771 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.46 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.793 seconds -Domain Reload Profiling: - ReloadAssembly (1794ms) - BeginReloadAssembly (188ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - EndReloadAssembly (1468ms) - LoadAssemblies (179ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (579ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (58ms) - SetupLoadedEditorAssemblies (480ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (168ms) - ProcessInitializeOnLoadAttributes (287ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.63 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1935. -Total: 3.238300 ms (FindLiveObjects: 0.267400 ms CreateObjectMapping: 0.074400 ms MarkObjects: 2.801100 ms DeleteObjects: 0.093800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011666 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.56 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.835 seconds -Domain Reload Profiling: - ReloadAssembly (1835ms) - BeginReloadAssembly (201ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - EndReloadAssembly (1504ms) - LoadAssemblies (222ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (394ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (54ms) - SetupLoadedEditorAssemblies (701ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (176ms) - ProcessInitializeOnLoadAttributes (500ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.47 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1938. -Total: 3.894200 ms (FindLiveObjects: 0.297400 ms CreateObjectMapping: 0.076500 ms MarkObjects: 3.419800 ms DeleteObjects: 0.098700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.028631 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.46 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.695 seconds -Domain Reload Profiling: - ReloadAssembly (1696ms) - BeginReloadAssembly (193ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1374ms) - LoadAssemblies (251ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (405ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (56ms) - SetupLoadedEditorAssemblies (488ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (161ms) - ProcessInitializeOnLoadAttributes (302ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1941. -Total: 3.390000 ms (FindLiveObjects: 0.248100 ms CreateObjectMapping: 0.057900 ms MarkObjects: 2.992700 ms DeleteObjects: 0.089400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007821 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.457 seconds -Domain Reload Profiling: - ReloadAssembly (1457ms) - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - EndReloadAssembly (1192ms) - LoadAssemblies (131ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (402ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (62ms) - SetupLoadedEditorAssemblies (435ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (149ms) - ProcessInitializeOnLoadAttributes (260ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.41 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1944. -Total: 3.444100 ms (FindLiveObjects: 0.265500 ms CreateObjectMapping: 0.061300 ms MarkObjects: 3.017100 ms DeleteObjects: 0.098800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011419 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.41 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.707 seconds -Domain Reload Profiling: - ReloadAssembly (1708ms) - BeginReloadAssembly (210ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - EndReloadAssembly (1369ms) - LoadAssemblies (198ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (492ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (61ms) - SetupLoadedEditorAssemblies (471ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (155ms) - ProcessInitializeOnLoadAttributes (291ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1947. -Total: 3.866600 ms (FindLiveObjects: 0.241600 ms CreateObjectMapping: 0.076700 ms MarkObjects: 3.415800 ms DeleteObjects: 0.130200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007115 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.42 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.314 seconds -Domain Reload Profiling: - ReloadAssembly (1314ms) - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - EndReloadAssembly (1060ms) - LoadAssemblies (120ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (353ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (52ms) - SetupLoadedEditorAssemblies (404ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (136ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1388 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.4 MB. -System memory in use after: 68.5 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1950. -Total: 4.128100 ms (FindLiveObjects: 0.190800 ms CreateObjectMapping: 0.055200 ms MarkObjects: 3.766000 ms DeleteObjects: 0.114300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005880 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.64 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.249 seconds -Domain Reload Profiling: - ReloadAssembly (2258ms) - BeginReloadAssembly (636ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (117ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (117ms) - EndReloadAssembly (1270ms) - LoadAssemblies (361ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (451ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (59ms) - SetupLoadedEditorAssemblies (474ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (160ms) - ProcessInitializeOnLoadAttributes (280ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.5 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1954. -Total: 4.496700 ms (FindLiveObjects: 0.204500 ms CreateObjectMapping: 0.059300 ms MarkObjects: 4.094900 ms DeleteObjects: 0.137000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006115 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.697 seconds -Domain Reload Profiling: - ReloadAssembly (3698ms) - BeginReloadAssembly (251ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (15ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (62ms) - EndReloadAssembly (1367ms) - LoadAssemblies (291ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (409ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (55ms) - SetupLoadedEditorAssemblies (502ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (186ms) - ProcessInitializeOnLoadAttributes (288ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (37ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.5 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1957. -Total: 2.708100 ms (FindLiveObjects: 0.196100 ms CreateObjectMapping: 0.062800 ms MarkObjects: 2.331800 ms DeleteObjects: 0.115800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011550 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.81 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.613 seconds -Domain Reload Profiling: - ReloadAssembly (2614ms) - BeginReloadAssembly (208ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - EndReloadAssembly (2261ms) - LoadAssemblies (209ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (1181ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (73ms) - SetupLoadedEditorAssemblies (620ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (229ms) - ProcessInitializeOnLoadAttributes (363ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.5 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1960. -Total: 4.164200 ms (FindLiveObjects: 0.218200 ms CreateObjectMapping: 0.059500 ms MarkObjects: 3.773400 ms DeleteObjects: 0.108400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 2409.016540 seconds. - path: Assets/Sounds - artifactKey: Guid(3e09d30de5d4c6a4a9f508a7dba65e4a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Sounds using Guid(3e09d30de5d4c6a4a9f508a7dba65e4a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2f84419f731d6c4ad45c63d497b0cc24') in 0.012470 seconds - Import took 0.017841 seconds . - -======================================================================== -Received Import Request. - Time since last request: 5.694232 seconds. - path: Assets/Sounds/SFX - artifactKey: Guid(bc5db54e3e8b6fd4ab280e41c78b1424) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Sounds/SFX using Guid(bc5db54e3e8b6fd4ab280e41c78b1424) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f8400ae121224de33d070a7de09ab6d6') in 0.010173 seconds - Import took 0.014221 seconds . - -======================================================================== -Received Import Request. - Time since last request: 6.696289 seconds. - path: Assets/Sounds/Music - artifactKey: Guid(f5c0a1d968e0c62448b70c7881148dfc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Sounds/Music using Guid(f5c0a1d968e0c62448b70c7881148dfc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fe51636945aad69e95406a85dcff43e2') in 0.034480 seconds - Import took 0.046827 seconds . - -======================================================================== -Received Import Request. - Time since last request: 12.853139 seconds. - path: Assets/Sounds/SFX/vystrel.mp3 - artifactKey: Guid(a679b29d3d3cb7e49abb606687b2e1cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Sounds/SFX/vystrel.mp3 using Guid(a679b29d3d3cb7e49abb606687b2e1cb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4425f5f80f92d18f89054d104120af9a') in 0.154951 seconds - Import took 0.158648 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011656 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.900 seconds -Domain Reload Profiling: - ReloadAssembly (1901ms) - BeginReloadAssembly (199ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - EndReloadAssembly (1572ms) - LoadAssemblies (188ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (536ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (92ms) - SetupLoadedEditorAssemblies (550ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (205ms) - ProcessInitializeOnLoadAttributes (317ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.41 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.5 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1966. -Total: 3.258100 ms (FindLiveObjects: 0.245900 ms CreateObjectMapping: 0.065100 ms MarkObjects: 2.858200 ms DeleteObjects: 0.086900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 77.998251 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3c9af76482e4e73ee2a5329aa3f77293') in 0.109227 seconds - Import took 0.113882 seconds . - -======================================================================== -Received Import Request. - Time since last request: 14.166605 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '969bbebc7bb4c32fd3a966d341fc638f') in 0.045730 seconds - Import took 0.052571 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006272 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.118 seconds -Domain Reload Profiling: - ReloadAssembly (2118ms) - BeginReloadAssembly (273ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (78ms) - EndReloadAssembly (1729ms) - LoadAssemblies (244ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (859ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (60ms) - SetupLoadedEditorAssemblies (433ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (149ms) - ProcessInitializeOnLoadAttributes (253ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (16ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.73 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1970. -Total: 5.517500 ms (FindLiveObjects: 0.786400 ms CreateObjectMapping: 0.062300 ms MarkObjects: 4.474100 ms DeleteObjects: 0.192100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 232.143968 seconds. - path: Assets/Sounds/SFX/doraz.mp3 - artifactKey: Guid(7e98301762a6f31479bb866e11a6ffdb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Sounds/SFX/doraz.mp3 using Guid(7e98301762a6f31479bb866e11a6ffdb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4bcb05f4ba3bf30e90e77bd80d3551d6') in 0.071848 seconds - Import took 0.076707 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007653 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.232 seconds -Domain Reload Profiling: - ReloadAssembly (2233ms) - BeginReloadAssembly (209ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - EndReloadAssembly (1808ms) - LoadAssemblies (192ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (507ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (73ms) - SetupLoadedEditorAssemblies (758ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (2ms) - BeforeProcessingInitializeOnLoad (169ms) - ProcessInitializeOnLoadAttributes (485ms) - ProcessInitializeOnLoadMethodAttributes (50ms) - AfterProcessingInitializeOnLoad (38ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (52ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 2.20 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1974. -Total: 4.784300 ms (FindLiveObjects: 0.248700 ms CreateObjectMapping: 0.087200 ms MarkObjects: 4.273600 ms DeleteObjects: 0.172700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005025 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.35 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.737 seconds -Domain Reload Profiling: - ReloadAssembly (1738ms) - BeginReloadAssembly (198ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - EndReloadAssembly (1410ms) - LoadAssemblies (242ms) - RebuildTransferFunctionScriptingTraits (1ms) - SetupTypeCache (433ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (59ms) - SetupLoadedEditorAssemblies (537ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (204ms) - ProcessInitializeOnLoadAttributes (302ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.64 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.6 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1977. -Total: 2.885400 ms (FindLiveObjects: 0.193100 ms CreateObjectMapping: 0.062700 ms MarkObjects: 2.535700 ms DeleteObjects: 0.092100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.016743 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.635 seconds -Domain Reload Profiling: - ReloadAssembly (1636ms) - BeginReloadAssembly (211ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (79ms) - EndReloadAssembly (1335ms) - LoadAssemblies (170ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (482ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (62ms) - SetupLoadedEditorAssemblies (488ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (164ms) - ProcessInitializeOnLoadAttributes (298ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1980. -Total: 3.233300 ms (FindLiveObjects: 0.445600 ms CreateObjectMapping: 0.073700 ms MarkObjects: 2.620200 ms DeleteObjects: 0.091800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005542 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.47 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.717 seconds -Domain Reload Profiling: - ReloadAssembly (1717ms) - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - EndReloadAssembly (1422ms) - LoadAssemblies (174ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (542ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (80ms) - SetupLoadedEditorAssemblies (461ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (153ms) - ProcessInitializeOnLoadAttributes (282ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1983. -Total: 3.300400 ms (FindLiveObjects: 0.251900 ms CreateObjectMapping: 0.077900 ms MarkObjects: 2.876800 ms DeleteObjects: 0.091900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005870 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.15 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.165 seconds -Domain Reload Profiling: - ReloadAssembly (2165ms) - BeginReloadAssembly (172ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (43ms) - EndReloadAssembly (1895ms) - LoadAssemblies (131ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (531ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (80ms) - SetupLoadedEditorAssemblies (779ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (17ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (283ms) - ProcessInitializeOnLoadAttributes (452ms) - ProcessInitializeOnLoadMethodAttributes (9ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.34 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1986. -Total: 3.683800 ms (FindLiveObjects: 0.200100 ms CreateObjectMapping: 0.053200 ms MarkObjects: 3.322500 ms DeleteObjects: 0.106400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.004952 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.45 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.629 seconds -Domain Reload Profiling: - ReloadAssembly (1629ms) - BeginReloadAssembly (190ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - EndReloadAssembly (1323ms) - LoadAssemblies (173ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (555ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (57ms) - SetupLoadedEditorAssemblies (424ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (142ms) - ProcessInitializeOnLoadAttributes (256ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.24 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1989. -Total: 9.042900 ms (FindLiveObjects: 0.918400 ms CreateObjectMapping: 0.375900 ms MarkObjects: 7.359100 ms DeleteObjects: 0.387100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005865 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 2.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.200 seconds -Domain Reload Profiling: - ReloadAssembly (2201ms) - BeginReloadAssembly (234ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (72ms) - EndReloadAssembly (1864ms) - LoadAssemblies (164ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (537ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (59ms) - SetupLoadedEditorAssemblies (957ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (66ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (3ms) - BeforeProcessingInitializeOnLoad (477ms) - ProcessInitializeOnLoadAttributes (393ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.61 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1992. -Total: 3.789800 ms (FindLiveObjects: 0.273000 ms CreateObjectMapping: 0.075100 ms MarkObjects: 3.288900 ms DeleteObjects: 0.150400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005885 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.111 seconds -Domain Reload Profiling: - ReloadAssembly (2112ms) - BeginReloadAssembly (344ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (37ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (99ms) - EndReloadAssembly (1500ms) - LoadAssemblies (266ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (481ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (70ms) - SetupLoadedEditorAssemblies (521ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (180ms) - ProcessInitializeOnLoadAttributes (313ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1995. -Total: 3.311900 ms (FindLiveObjects: 0.209500 ms CreateObjectMapping: 0.063100 ms MarkObjects: 2.946300 ms DeleteObjects: 0.091200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011624 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.39 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.829 seconds -Domain Reload Profiling: - ReloadAssembly (1832ms) - BeginReloadAssembly (192ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - EndReloadAssembly (1521ms) - LoadAssemblies (183ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (609ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (89ms) - SetupLoadedEditorAssemblies (495ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (155ms) - ProcessInitializeOnLoadAttributes (311ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.59 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1998. -Total: 3.759200 ms (FindLiveObjects: 0.236400 ms CreateObjectMapping: 0.098700 ms MarkObjects: 3.296500 ms DeleteObjects: 0.125900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007287 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.67 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.391 seconds -Domain Reload Profiling: - ReloadAssembly (2392ms) - BeginReloadAssembly (189ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - EndReloadAssembly (2069ms) - LoadAssemblies (208ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (682ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (169ms) - SetupLoadedEditorAssemblies (569ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (213ms) - ProcessInitializeOnLoadAttributes (331ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2001. -Total: 4.274900 ms (FindLiveObjects: 0.364800 ms CreateObjectMapping: 0.107300 ms MarkObjects: 3.641400 ms DeleteObjects: 0.159100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.022357 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 1.30 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.111 seconds -Domain Reload Profiling: - ReloadAssembly (2113ms) - BeginReloadAssembly (495ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (70ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (131ms) - EndReloadAssembly (1451ms) - LoadAssemblies (251ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (539ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (67ms) - SetupLoadedEditorAssemblies (487ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (165ms) - ProcessInitializeOnLoadAttributes (297ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.68 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2004. -Total: 4.194400 ms (FindLiveObjects: 0.195500 ms CreateObjectMapping: 0.061300 ms MarkObjects: 3.798800 ms DeleteObjects: 0.134300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.025841 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.60 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.725 seconds -Domain Reload Profiling: - ReloadAssembly (1726ms) - BeginReloadAssembly (239ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (28ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (81ms) - EndReloadAssembly (1380ms) - LoadAssemblies (170ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (403ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (70ms) - SetupLoadedEditorAssemblies (510ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (177ms) - ProcessInitializeOnLoadAttributes (307ms) - ProcessInitializeOnLoadMethodAttributes (4ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.73 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2007. -Total: 3.087200 ms (FindLiveObjects: 0.228500 ms CreateObjectMapping: 0.065100 ms MarkObjects: 2.687400 ms DeleteObjects: 0.102800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.016775 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.78 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 10.040 seconds -Domain Reload Profiling: - ReloadAssembly (10041ms) - BeginReloadAssembly (493ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (1ms) - CreateAndSetChildDomain (168ms) - EndReloadAssembly (8619ms) - LoadAssemblies (385ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (1503ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (156ms) - SetupLoadedEditorAssemblies (6080ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (16ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (1100ms) - ProcessInitializeOnLoadAttributes (4936ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2010. -Total: 3.289600 ms (FindLiveObjects: 0.290900 ms CreateObjectMapping: 0.069300 ms MarkObjects: 2.839300 ms DeleteObjects: 0.088400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.026358 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.67 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 4.210 seconds -Domain Reload Profiling: - ReloadAssembly (4210ms) - BeginReloadAssembly (207ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - EndReloadAssembly (3828ms) - LoadAssemblies (1027ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (935ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (90ms) - SetupLoadedEditorAssemblies (948ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (173ms) - ProcessInitializeOnLoadAttributes (738ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.6 MB. -System memory in use after: 68.7 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2013. -Total: 7.406700 ms (FindLiveObjects: 0.346500 ms CreateObjectMapping: 0.589300 ms MarkObjects: 6.373200 ms DeleteObjects: 0.095200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.022767 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.61 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.289 seconds -Domain Reload Profiling: - ReloadAssembly (2290ms) - BeginReloadAssembly (346ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (17ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (120ms) - EndReloadAssembly (1777ms) - LoadAssemblies (271ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (673ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (87ms) - SetupLoadedEditorAssemblies (608ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (233ms) - ProcessInitializeOnLoadAttributes (346ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.17 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2016. -Total: 13.073200 ms (FindLiveObjects: 0.648200 ms CreateObjectMapping: 0.176200 ms MarkObjects: 12.035900 ms DeleteObjects: 0.210600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 1665.004020 seconds. - path: Assets/Prefabs/Katapultik.prefab - artifactKey: Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Katapultik.prefab using Guid(255a63fccc72b6a4cad5344d827b9b6e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '33f5fe2518696233945bb2a5e9ab8f66') in 1.061395 seconds - Import took 1.071507 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.008787 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.61 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.595 seconds -Domain Reload Profiling: - ReloadAssembly (2595ms) - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - EndReloadAssembly (2302ms) - LoadAssemblies (159ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (993ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (153ms) - SetupLoadedEditorAssemblies (603ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (197ms) - ProcessInitializeOnLoadAttributes (375ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.76 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2020. -Total: 4.334800 ms (FindLiveObjects: 0.481800 ms CreateObjectMapping: 0.080800 ms MarkObjects: 3.658700 ms DeleteObjects: 0.110700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 21.001366 seconds. - path: Assets/Prefabs/Stol.prefab - artifactKey: Guid(295f7d3f5b6a9434abde2a943c7702c3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Stol.prefab using Guid(295f7d3f5b6a9434abde2a943c7702c3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e8e713a32b0296e4b48a6c91d075f61a') in 0.128622 seconds - Import took 0.133647 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005762 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.253 seconds -Domain Reload Profiling: - ReloadAssembly (3253ms) - BeginReloadAssembly (347ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (56ms) - EndReloadAssembly (2420ms) - LoadAssemblies (707ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (662ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (87ms) - SetupLoadedEditorAssemblies (818ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (237ms) - ProcessInitializeOnLoadAttributes (530ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (23ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.40 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2024. -Total: 5.018300 ms (FindLiveObjects: 0.815200 ms CreateObjectMapping: 0.137500 ms MarkObjects: 3.951300 ms DeleteObjects: 0.112200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 46.186670 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5e116918085911e5aa29f79a6d4c67cf') in 0.058079 seconds - Import took 0.062590 seconds . - -======================================================================== -Received Import Request. - Time since last request: 5.300944 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '383b5771be5079a911534d97da70cd16') in 0.515398 seconds - Import took 0.523656 seconds . - -======================================================================== -Received Import Request. - Time since last request: 5.448944 seconds. - path: Assets/Prefabs/Cube.001.prefab - artifactKey: Guid(e3b2e0999b02cdc40ae0c58750d0217f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Cube.001.prefab using Guid(e3b2e0999b02cdc40ae0c58750d0217f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9f97d4be69be289ba7379b9f7f601827') in 0.470363 seconds - Import took 0.501269 seconds . - -======================================================================== -Received Import Request. - Time since last request: 126.976078 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '50266555ead15735aca85e621853858b') in 0.091625 seconds - Import took 0.101690 seconds . - -======================================================================== -Received Import Request. - Time since last request: 70.144702 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '76af4faac0ee2858fd884d27381774bd') in 0.059097 seconds - Import took 0.064801 seconds . - -======================================================================== -Received Import Request. - Time since last request: 34.622107 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4473fcbc514acc8a609994ea3e2fccb9') in 0.117063 seconds - Import took 0.122889 seconds . - -======================================================================== -Received Import Request. - Time since last request: 2.664261 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ca4e550cc2c4cfbcc2bf76533be5fcee') in 0.022008 seconds - Import took 0.028794 seconds . - -======================================================================== -Received Import Request. - Time since last request: 2.259250 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b01bf4a4e538aba90fece6753ad27cd0') in 0.016710 seconds - Import took 0.026205 seconds . - -======================================================================== -Received Import Request. - Time since last request: 2.264794 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '10fca7762371bd88b691fd36c1d76e39') in 0.017905 seconds - Import took 0.023933 seconds . - -======================================================================== -Received Import Request. - Time since last request: 86.818103 seconds. - path: Assets/Prefabs/Rozbity_Stol.prefab - artifactKey: Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Prefabs/Rozbity_Stol.prefab using Guid(5ff41f1333c46fe458cbd96cc74ec056) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '89e1fb4ce057bb8b2e49aebbf0dd2372') in 0.079117 seconds - Import took 0.098981 seconds . - -======================================================================== -Received Import Request. - Time since last request: 62.678183 seconds. - path: ProjectSettings/TagManager.asset - artifactKey: Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing ProjectSettings/TagManager.asset using Guid(00000000000000003000000000000000) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ce6a35c3cddc746e7501c0bd0ed6d4ce') in 0.022044 seconds - Import took 0.030897 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.009152 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 5.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.389 seconds -Domain Reload Profiling: - ReloadAssembly (3389ms) - BeginReloadAssembly (210ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - EndReloadAssembly (3029ms) - LoadAssemblies (248ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (691ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (140ms) - SetupLoadedEditorAssemblies (643ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (77ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (5ms) - BeforeProcessingInitializeOnLoad (214ms) - ProcessInitializeOnLoadAttributes (328ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (9ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.36 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 16 unused Assets to reduce memory usage. Loaded Objects now: 2028. -Total: 2.917200 ms (FindLiveObjects: 0.200600 ms CreateObjectMapping: 0.076300 ms MarkObjects: 2.531600 ms DeleteObjects: 0.107200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.023923 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.942 seconds -Domain Reload Profiling: - ReloadAssembly (2943ms) - BeginReloadAssembly (558ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (11ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (84ms) - EndReloadAssembly (1470ms) - LoadAssemblies (482ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (515ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (82ms) - SetupLoadedEditorAssemblies (518ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (175ms) - ProcessInitializeOnLoadAttributes (315ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2031. -Total: 3.181300 ms (FindLiveObjects: 0.279600 ms CreateObjectMapping: 0.071500 ms MarkObjects: 2.738400 ms DeleteObjects: 0.090400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 1.185426 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.551 seconds -Domain Reload Profiling: - ReloadAssembly (3552ms) - BeginReloadAssembly (614ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (88ms) - EndReloadAssembly (2259ms) - LoadAssemblies (722ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (728ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (74ms) - SetupLoadedEditorAssemblies (772ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (273ms) - ProcessInitializeOnLoadAttributes (458ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.55 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2034. -Total: 5.596900 ms (FindLiveObjects: 0.275800 ms CreateObjectMapping: 0.092700 ms MarkObjects: 5.068700 ms DeleteObjects: 0.156600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.008353 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.47 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.339 seconds -Domain Reload Profiling: - ReloadAssembly (2341ms) - BeginReloadAssembly (303ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (101ms) - EndReloadAssembly (1910ms) - LoadAssemblies (298ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (727ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (98ms) - SetupLoadedEditorAssemblies (604ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (176ms) - ProcessInitializeOnLoadAttributes (395ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.49 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2037. -Total: 15.282300 ms (FindLiveObjects: 0.725900 ms CreateObjectMapping: 0.411000 ms MarkObjects: 13.574900 ms DeleteObjects: 0.448100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.019884 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.44 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.231 seconds -Domain Reload Profiling: - ReloadAssembly (2232ms) - BeginReloadAssembly (320ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - EndReloadAssembly (1782ms) - LoadAssemblies (191ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (687ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (72ms) - SetupLoadedEditorAssemblies (540ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (151ms) - ProcessInitializeOnLoadAttributes (361ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (19ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1389 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.7 MB. -System memory in use after: 68.8 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 2040. -Total: 4.528000 ms (FindLiveObjects: 0.307600 ms CreateObjectMapping: 0.124400 ms MarkObjects: 3.996000 ms DeleteObjects: 0.097200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log index f8976f9..7fd26d4 100644 --- a/Logs/AssetImportWorker0.log +++ b/Logs/AssetImportWorker0.log @@ -15,11 +15,11 @@ C:/Users/Bruno/Documents/Unity_Projects/Projektik -logFile Logs/AssetImportWorker0.log -srvPort -15632 +28835 Successfully changed project path to: C:/Users/Bruno/Documents/Unity_Projects/Projektik C:/Users/Bruno/Documents/Unity_Projects/Projektik Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 52.02 ms, found 2 plugins. +Refreshing native plugins compatible for Editor in 246.04 ms, found 2 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2020.3.14f1 (d0d1bb862f9d) [Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Resources/UnitySubsystems @@ -35,5 +35,694 @@ Initialize mono Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Managed' Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56772 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56788 Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll +Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.028626 seconds. +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 224.66 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 9.339 seconds +Domain Reload Profiling: + ReloadAssembly (9341ms) + BeginReloadAssembly (243ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (2ms) + EndReloadAssembly (3779ms) + LoadAssemblies (241ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (2728ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (91ms) + SetupLoadedEditorAssemblies (678ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (17ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (225ms) + BeforeProcessingInitializeOnLoad (25ms) + ProcessInitializeOnLoadAttributes (229ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.031693 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.94 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 4.477 seconds +Domain Reload Profiling: + ReloadAssembly (4479ms) + BeginReloadAssembly (618ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (38ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (3250ms) + LoadAssemblies (519ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (991ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (117ms) + SetupLoadedEditorAssemblies (1446ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (56ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (394ms) + ProcessInitializeOnLoadAttributes (947ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (34ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Platform modules already initialized, skipping +======================================================================== +Worker process is ready to serve import requests +Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds +Refreshing native plugins compatible for Editor in 0.67 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1441 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 68.4 MB. +System memory in use after: 68.4 MB. + +Unloading 19 unused Assets to reduce memory usage. Loaded Objects now: 1875. +Total: 4.765400 ms (FindLiveObjects: 0.303400 ms CreateObjectMapping: 0.098900 ms MarkObjects: 4.173500 ms DeleteObjects: 0.187400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + path: Assets/Scripts/Chytac.cs + artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4c36109fd96855a1d4d4be3e1da91c32') in 0.401567 seconds + Import took 0.407407 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.012222 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.61 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 3.324 seconds +Domain Reload Profiling: + ReloadAssembly (3325ms) + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (77ms) + EndReloadAssembly (2884ms) + LoadAssemblies (392ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (1006ms) + ReleaseScriptCaches (3ms) + RebuildScriptCaches (127ms) + SetupLoadedEditorAssemblies (942ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (332ms) + ProcessInitializeOnLoadAttributes (564ms) + ProcessInitializeOnLoadMethodAttributes (7ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.94 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.1 MB. +System memory in use after: 67.1 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1878. +Total: 10.715700 ms (FindLiveObjects: 0.265600 ms CreateObjectMapping: 0.094000 ms MarkObjects: 10.216700 ms DeleteObjects: 0.137100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 135.489677 seconds. + path: Assets/Scripts/Chytac.cs + artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54f129f3836eaa332dd65839e07366e0') in 0.011711 seconds + Import took 0.016473 seconds . + +======================================================================== +Received Import Request. + Time since last request: 1.793912 seconds. + path: Assets/Scripts/Chytac.cs + artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '54f129f3836eaa332dd65839e07366e0') in 0.073950 seconds + Import took 0.080399 seconds . + +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.013046 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.89 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 3.056 seconds +Domain Reload Profiling: + ReloadAssembly (3056ms) + BeginReloadAssembly (336ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (20ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (119ms) + EndReloadAssembly (2426ms) + LoadAssemblies (287ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (939ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (112ms) + SetupLoadedEditorAssemblies (778ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (67ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (242ms) + ProcessInitializeOnLoadAttributes (439ms) + ProcessInitializeOnLoadMethodAttributes (12ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.1 MB. +System memory in use after: 67.2 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1881. +Total: 4.527600 ms (FindLiveObjects: 0.304000 ms CreateObjectMapping: 0.092400 ms MarkObjects: 4.015200 ms DeleteObjects: 0.112900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.049529 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 13.44 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 50.039 seconds +Domain Reload Profiling: + ReloadAssembly (50041ms) + BeginReloadAssembly (3009ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (117ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (690ms) + EndReloadAssembly (41703ms) + LoadAssemblies (3130ms) + RebuildTransferFunctionScriptingTraits (2ms) + SetupTypeCache (15214ms) + ReleaseScriptCaches (10ms) + RebuildScriptCaches (2084ms) + SetupLoadedEditorAssemblies (17087ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (374ms) + SetLoadedEditorAssemblies (20ms) + RefreshPlugins (21ms) + BeforeProcessingInitializeOnLoad (4511ms) + ProcessInitializeOnLoadAttributes (11829ms) + ProcessInitializeOnLoadMethodAttributes (119ms) + AfterProcessingInitializeOnLoad (211ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (320ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 9.41 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.1 MB. +System memory in use after: 67.2 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1884. +Total: 34.221700 ms (FindLiveObjects: 0.294200 ms CreateObjectMapping: 0.110100 ms MarkObjects: 33.687000 ms DeleteObjects: 0.127900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.007959 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 3.178 seconds +Domain Reload Profiling: + ReloadAssembly (3178ms) + BeginReloadAssembly (381ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (111ms) + EndReloadAssembly (2521ms) + LoadAssemblies (402ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (848ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (208ms) + SetupLoadedEditorAssemblies (849ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (15ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (267ms) + ProcessInitializeOnLoadAttributes (537ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.2 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1887. +Total: 5.449100 ms (FindLiveObjects: 0.267800 ms CreateObjectMapping: 0.090500 ms MarkObjects: 4.974900 ms DeleteObjects: 0.113400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.075211 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.75 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 24.514 seconds +Domain Reload Profiling: + ReloadAssembly (24528ms) + BeginReloadAssembly (3474ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (220ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (908ms) + EndReloadAssembly (18173ms) + LoadAssemblies (3676ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (11706ms) + ReleaseScriptCaches (67ms) + RebuildScriptCaches (1527ms) + SetupLoadedEditorAssemblies (786ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (18ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (279ms) + ProcessInitializeOnLoadAttributes (464ms) + ProcessInitializeOnLoadMethodAttributes (8ms) + AfterProcessingInitializeOnLoad (15ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.71 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.2 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1890. +Total: 4.615200 ms (FindLiveObjects: 0.324400 ms CreateObjectMapping: 0.101700 ms MarkObjects: 4.049800 ms DeleteObjects: 0.127300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.016141 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 1.06 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.909 seconds +Domain Reload Profiling: + ReloadAssembly (2909ms) + BeginReloadAssembly (284ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (116ms) + EndReloadAssembly (2428ms) + LoadAssemblies (257ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (881ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (112ms) + SetupLoadedEditorAssemblies (832ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (13ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (258ms) + ProcessInitializeOnLoadAttributes (513ms) + ProcessInitializeOnLoadMethodAttributes (8ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.62 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.2 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1893. +Total: 5.689700 ms (FindLiveObjects: 0.308700 ms CreateObjectMapping: 0.097100 ms MarkObjects: 5.146700 ms DeleteObjects: 0.135300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.234628 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.69 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 10.176 seconds +Domain Reload Profiling: + ReloadAssembly (10186ms) + BeginReloadAssembly (4511ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (86ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1658ms) + EndReloadAssembly (3009ms) + LoadAssemblies (2752ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (961ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (191ms) + SetupLoadedEditorAssemblies (771ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (246ms) + ProcessInitializeOnLoadAttributes (487ms) + ProcessInitializeOnLoadMethodAttributes (8ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.74 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.3 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1896. +Total: 12.521800 ms (FindLiveObjects: 1.284900 ms CreateObjectMapping: 0.122100 ms MarkObjects: 10.925000 ms DeleteObjects: 0.187100 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.010942 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.72 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 3.207 seconds +Domain Reload Profiling: + ReloadAssembly (3208ms) + BeginReloadAssembly (395ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (18ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (98ms) + EndReloadAssembly (2593ms) + LoadAssemblies (378ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (872ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (249ms) + SetupLoadedEditorAssemblies (771ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (17ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (246ms) + ProcessInitializeOnLoadAttributes (475ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (74ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.76 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.3 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1899. +Total: 4.654600 ms (FindLiveObjects: 0.330400 ms CreateObjectMapping: 0.119100 ms MarkObjects: 4.088500 ms DeleteObjects: 0.114700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.138467 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.75 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 24.924 seconds +Domain Reload Profiling: + ReloadAssembly (24977ms) + BeginReloadAssembly (5944ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (135ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1253ms) + EndReloadAssembly (14636ms) + LoadAssemblies (5949ms) + RebuildTransferFunctionScriptingTraits (1ms) + SetupTypeCache (8856ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (142ms) + SetupLoadedEditorAssemblies (1945ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (17ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (339ms) + ProcessInitializeOnLoadAttributes (1552ms) + ProcessInitializeOnLoadMethodAttributes (13ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (932ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.66 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.3 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1902. +Total: 4.567700 ms (FindLiveObjects: 0.289700 ms CreateObjectMapping: 0.128100 ms MarkObjects: 3.977500 ms DeleteObjects: 0.170300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.016318 seconds. +Begin MonoManager ReloadAssembly +Native extension for WindowsStandalone target not found +Native extension for WebGL target not found +Refreshing native plugins compatible for Editor in 0.64 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 4.459 seconds +Domain Reload Profiling: + ReloadAssembly (4460ms) + BeginReloadAssembly (293ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + EndReloadAssembly (3913ms) + LoadAssemblies (281ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (2611ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (96ms) + SetupLoadedEditorAssemblies (706ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (14ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (237ms) + ProcessInitializeOnLoadAttributes (432ms) + ProcessInitializeOnLoadMethodAttributes (8ms) + AfterProcessingInitializeOnLoad (13ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Platform modules already initialized, skipping +Refreshing native plugins compatible for Editor in 0.87 ms, found 2 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 67.2 MB. +System memory in use after: 67.3 MB. + +Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1905. +Total: 5.971900 ms (FindLiveObjects: 0.479400 ms CreateObjectMapping: 0.142000 ms MarkObjects: 5.166400 ms DeleteObjects: 0.181500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/AssetImportWorker1.log b/Logs/AssetImportWorker1.log deleted file mode 100644 index d26cdac..0000000 --- a/Logs/AssetImportWorker1.log +++ /dev/null @@ -1,8084 +0,0 @@ -Using pre-set license -Built from '2020.3/staging' branch; Version is '2020.3.14f1 (d0d1bb862f9d) revision 13685179'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 Pro; OS build 22000.120; Version 2009; 64bit' Language: 'en' Physical Memory: 20335 MB -BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 - - COMMAND LINE ARGUMENTS: -C:\Program Files\Unity\Hub\Editor\2020.3.14f1\Editor\Unity.exe --adb2 --batchMode --noUpm --name -AssetImportWorker1 --projectPath -C:/Users/Bruno/Documents/Unity_Projects/Projektik --logFile -Logs/AssetImportWorker1.log --srvPort -15632 -Successfully changed project path to: C:/Users/Bruno/Documents/Unity_Projects/Projektik -C:/Users/Bruno/Documents/Unity_Projects/Projektik -Using Asset Import Pipeline V2. -Refreshing native plugins compatible for Editor in 281.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2020.3.14f1 (d0d1bb862f9d) -[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path C:/Users/Bruno/Documents/Unity_Projects/Projektik/Assets -GfxDevice: creating device client; threaded=0 -Direct3D: - Version: Direct3D 11.0 [level 11.1] - Renderer: Intel(R) HD Graphics 520 (ID=0x1916) - Vendor: - VRAM: 10167 MB - Driver: 27.20.100.8681 -Initialize mono -Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/Managed' -Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit' -Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56596 -Begin MonoManager ReloadAssembly -Registering precompiled unity dll's ... -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll -Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.029358 seconds. -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 161.09 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 12.941 seconds -Domain Reload Profiling: - ReloadAssembly (12941ms) - BeginReloadAssembly (3568ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (2ms) - EndReloadAssembly (1296ms) - LoadAssemblies (3575ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (476ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (120ms) - SetupLoadedEditorAssemblies (499ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (161ms) - BeforeProcessingInitializeOnLoad (32ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (53ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -Platform modules already initialized, skipping -Registering precompiled user dll's ... -Registered in 0.007894 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.46 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.721 seconds -Domain Reload Profiling: - ReloadAssembly (1722ms) - BeginReloadAssembly (273ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - EndReloadAssembly (1347ms) - LoadAssemblies (136ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (444ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (80ms) - SetupLoadedEditorAssemblies (504ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (168ms) - ProcessInitializeOnLoadAttributes (303ms) - ProcessInitializeOnLoadMethodAttributes (11ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -======================================================================== -Worker process is ready to serve import requests -Launched and connected shader compiler UnityShaderCompiler.exe after 0.10 seconds -Refreshing native plugins compatible for Editor in 0.48 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1441 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 68.2 MB. -System memory in use after: 68.2 MB. - -Unloading 19 unused Assets to reduce memory usage. Loaded Objects now: 1875. -Total: 4.325800 ms (FindLiveObjects: 0.190400 ms CreateObjectMapping: 0.114600 ms MarkObjects: 3.865000 ms DeleteObjects: 0.153700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.078979 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.082980 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.189833 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000699 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007023 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066953 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000672 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004852 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052536 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000762 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004135 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047820 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000673 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004796 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052544 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000708 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004675 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047505 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000435 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003386 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054979 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000399 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003308 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053329 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000502 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003319 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047993 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000352 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004621 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049897 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000447 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003668 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050870 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000501 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006140 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046543 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000616 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004828 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052249 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000525 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005200 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047840 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000434 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003381 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048738 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000412 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003309 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052057 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000758 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005073 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065342 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004252 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046862 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000487 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003733 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053530 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000462 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003358 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046831 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000619 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004735 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047371 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000629 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003995 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053159 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000674 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005062 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050187 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000615 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003616 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048243 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000686 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005003 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052794 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000531 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003699 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050835 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000549 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004411 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046120 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003326 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048374 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003354 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048612 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000393 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003351 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056492 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000488 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003903 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059323 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000523 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003830 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049417 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005900 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.062626 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000607 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004657 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048958 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000406 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003536 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052563 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000531 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003729 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049827 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000593 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005168 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053049 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000715 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004734 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047351 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000396 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003457 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046615 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003496 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052545 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004709 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048055 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000655 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004654 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048790 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000396 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003746 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048353 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000666 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004796 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056098 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000415 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003893 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049288 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000415 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003314 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048273 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003296 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047331 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000450 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003326 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059202 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000485 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003326 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048807 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000503 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004799 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051002 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000443 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003325 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055566 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003322 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047445 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003412 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047477 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000654 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004821 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054057 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000493 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003329 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047389 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003350 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047357 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000468 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003379 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049355 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000630 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004696 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050318 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000611 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004729 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049036 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004952 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050606 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000440 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003521 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050775 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000474 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003319 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047173 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000395 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004043 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055973 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000887 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006637 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073378 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001028 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006780 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.094084 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003464 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.192808 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000598 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004633 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089491 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000669 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005351 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048255 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000646 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005137 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047326 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000562 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003599 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054928 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000598 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004891 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067803 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000351 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003390 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.170878 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000985 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.028864 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.111748 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000763 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007684 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089972 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001242 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010894 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067828 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001624 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009587 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070045 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000953 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008134 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074159 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001099 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012558 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064722 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010336 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066796 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000650 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021054 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.196744 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001167 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.023145 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.178982 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000460 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003293 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064123 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000569 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004844 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054971 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000443 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003316 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049143 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000423 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003450 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046592 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000398 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003381 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046822 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000440 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003407 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052666 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003572 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048329 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000706 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004755 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056698 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001734 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005904 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055369 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000601 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004768 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050255 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000757 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006626 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048232 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000456 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003854 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047337 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000742 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003801 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052581 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000387 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003341 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048504 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000484 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003349 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049550 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000728 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004773 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051153 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004789 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058143 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000448 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049472 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000401 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003717 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052362 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000574 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004161 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.114504 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000718 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004426 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072027 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000389 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003331 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048278 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000632 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004777 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053382 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000404 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003788 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056363 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000681 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004777 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046707 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000398 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003336 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054448 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000445 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003387 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052958 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000941 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004548 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047034 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000496 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003353 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052515 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000482 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003722 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047137 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000737 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005196 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048219 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000387 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003343 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054641 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000696 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004667 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048705 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000647 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004791 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053151 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000673 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004838 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048377 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000395 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003360 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048449 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000427 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003373 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054962 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000393 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003320 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047582 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003316 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048168 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000498 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003407 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050200 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000629 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004370 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055134 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000625 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004597 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047427 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000538 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005658 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051459 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000488 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004020 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051716 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000414 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003383 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048353 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000489 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003351 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049495 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000545 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003478 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056311 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000487 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003491 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.083277 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000461 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004472 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047122 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000461 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003339 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051711 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003465 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048875 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000488 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003920 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054968 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000434 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003386 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051804 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000443 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003856 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052583 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000597 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005279 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046274 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000478 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003334 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046818 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003330 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050533 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003329 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052107 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000499 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003479 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049202 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003382 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048708 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000442 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003328 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055340 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000457 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003576 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048560 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003520 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048696 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000637 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006976 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050601 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000481 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003575 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054373 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000444 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003371 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064700 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000580 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005588 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057755 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000608 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006111 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087452 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000564 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007490 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.183517 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000651 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007710 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077933 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000775 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011268 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.169398 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000649 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009423 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084717 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000581 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011633 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074758 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003117 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011420 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076202 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001223 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017447 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.161380 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000409 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003323 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068123 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000419 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005662 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047268 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000478 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003679 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051468 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000585 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005609 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066132 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000492 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004710 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.094565 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000502 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005422 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055318 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000568 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003553 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061633 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000621 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003710 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051185 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000531 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003747 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050871 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000463 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003743 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051736 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000432 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003677 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053663 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000580 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003744 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053963 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000402 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003480 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055052 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000584 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004701 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050896 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000478 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003959 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049801 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000699 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003984 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051123 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000453 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003540 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057345 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000545 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003670 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049451 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000499 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003389 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054875 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000648 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004145 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047798 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000633 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004867 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058927 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001674 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005242 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061557 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000626 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005273 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061365 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000749 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004883 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049342 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003561 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053095 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000548 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003844 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058516 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000525 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003445 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068350 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000747 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007358 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069400 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000412 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004995 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058504 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000638 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004530 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053461 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000740 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004924 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061378 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004311 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059252 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000422 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004284 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054301 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000601 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003794 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050454 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000407 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003964 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050698 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000630 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004562 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056292 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003771 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051653 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000775 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006186 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048603 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000686 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003910 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049586 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000404 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004182 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055076 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051449 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000705 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004940 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050658 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000480 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003977 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053635 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000593 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005550 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071989 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000617 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004173 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049777 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000652 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004991 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049876 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003611 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052448 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000664 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005009 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053768 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000916 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005429 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050024 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000874 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003903 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050264 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000396 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004053 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054820 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000706 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003607 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052194 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000699 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004829 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052435 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000593 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005041 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051805 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000463 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003571 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060353 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000785 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006482 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067513 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000483 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006810 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.079209 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001378 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007592 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059052 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000442 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004486 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050438 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000615 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004180 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051048 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000453 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003568 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058118 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000644 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004756 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054910 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000381 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009831 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073614 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000810 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008425 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074652 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000873 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010106 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087048 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001494 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010128 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.136703 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000794 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010757 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089858 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001777 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008757 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.088147 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000686 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006714 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.128408 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000812 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.023580 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.178022 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009061 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.096118 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001265 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011557 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065875 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000535 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008499 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.081265 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001577 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012848 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067149 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001995 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011143 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069712 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000630 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009298 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.079376 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001142 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011552 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065416 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000474 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004898 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050300 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000613 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004825 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052438 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000686 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004947 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054351 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000559 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003659 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050067 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000663 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004240 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050993 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000469 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003567 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054892 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000535 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003882 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050662 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000667 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004803 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054820 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000424 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003538 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067487 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000404 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003618 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057675 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000418 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003570 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.232654 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001065 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013123 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.252682 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000652 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010773 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.097758 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000505 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007031 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.097493 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001518 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012948 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.172029 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000551 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003765 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.088465 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000894 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011093 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.096194 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000524 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007948 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.091218 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000877 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008944 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.079844 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000869 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007432 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071400 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000550 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006657 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076265 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000675 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005469 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.079324 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002550 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013625 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.090028 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001417 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.022792 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.224436 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.006690 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011158 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.151646 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000573 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005263 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.115487 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000756 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.031666 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.157937 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000682 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005999 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078442 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000418 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004673 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063411 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000429 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003669 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055897 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000475 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004556 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058243 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000657 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005599 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050487 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000739 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004727 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048773 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000652 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004602 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055460 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000692 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004750 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049247 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003288 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048984 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000647 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004819 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051115 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000864 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005209 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.081932 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001430 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006933 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075909 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000933 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014691 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.172975 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000440 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007853 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.095754 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000784 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011180 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.183880 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001251 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010863 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080129 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000722 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011111 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073382 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001908 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010529 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069662 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001228 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017545 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.200550 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000469 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003419 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068002 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000546 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004433 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047614 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000451 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003338 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047160 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003395 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054226 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000450 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004138 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046204 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000396 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003335 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049441 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000500 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003417 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053880 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000428 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003288 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048595 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000441 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003330 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047262 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000496 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003389 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052177 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000653 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004640 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052994 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000443 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003321 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047319 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000448 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003461 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050447 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000662 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004665 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054887 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000631 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004629 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046860 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000657 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004756 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048203 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000654 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004728 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050842 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003312 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.000709 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000390 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003361 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050701 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000403 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003358 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049632 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000413 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003348 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048254 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000467 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003325 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051991 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000419 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003501 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049127 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000433 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003299 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049023 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003300 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048257 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000460 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004047 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051401 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000435 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003406 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057809 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000439 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003369 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051216 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000446 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003354 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052468 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000460 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003352 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057193 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000548 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005796 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046136 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000599 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003813 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050165 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000453 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003359 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052694 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000517 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004277 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055764 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000433 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003917 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054883 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001949 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006578 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080631 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.024983 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089269 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000591 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007188 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072357 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000460 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003694 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.062967 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000602 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004774 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064176 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002256 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008308 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059480 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002326 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006037 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063961 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000667 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004968 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055287 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000470 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003590 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076517 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000629 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006813 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.151173 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000790 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010297 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.220843 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000484 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.092337 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.262372 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000518 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007800 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.213636 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000631 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004932 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.093680 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000439 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006229 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078706 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000498 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004079 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089485 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000696 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005440 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084057 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000663 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.025274 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.191031 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000691 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.029392 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.195427 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000864 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018695 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.270418 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001247 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012789 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.220023 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001532 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014240 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.201074 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000608 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018676 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.165024 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001107 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.022293 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.179686 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000514 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004829 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.108436 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000458 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014109 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075406 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001115 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005656 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084170 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000494 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010363 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074779 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012150 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080132 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000433 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004031 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064482 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000559 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003695 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056616 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000629 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003800 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053194 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000490 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005027 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074779 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001587 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005919 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076419 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000624 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008686 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075721 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000612 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004515 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061699 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000516 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004233 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060316 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000484 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003688 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066541 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000385 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004887 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065440 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001012 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004178 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055923 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000623 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004881 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049681 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003971 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057751 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000492 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003573 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055746 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000507 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004069 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048157 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000472 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003591 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049132 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001049 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004870 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052407 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000834 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003851 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051219 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000479 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004516 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047159 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004048 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047697 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000459 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003375 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052077 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000685 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005054 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051053 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000482 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003462 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048256 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000391 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003530 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047793 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000395 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003636 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050788 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000563 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004671 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049677 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000598 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004162 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046014 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000614 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004692 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048906 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000638 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004559 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052405 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000518 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003439 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054847 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000386 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003329 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047669 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000628 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004678 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047635 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000440 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003554 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051209 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000461 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003795 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049210 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000455 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005101 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050624 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003506 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047373 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000431 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003419 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049085 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000564 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006069 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052867 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000505 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003796 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049034 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000439 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004333 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048011 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003378 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050905 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000488 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003452 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048629 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000407 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005580 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050424 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000406 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003427 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047338 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000409 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003374 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048424 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000444 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003923 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051246 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000392 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003470 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048981 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000406 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003389 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048897 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000706 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004062 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051588 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000413 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003311 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058495 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000477 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004088 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065359 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000381 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004193 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077506 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000577 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007102 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.092076 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000542 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008641 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074598 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000479 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006991 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074551 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000772 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007504 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084664 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000569 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007012 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067867 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007821 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072927 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000760 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009140 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.086106 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000787 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010035 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077793 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000481 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021909 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.170302 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002452 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.024691 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.182125 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000679 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020156 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.318151 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000541 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004705 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.204325 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000698 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010745 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.182290 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.006352 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.378340 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.200059 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000685 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007562 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.109596 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000463 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006113 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.173715 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000609 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007866 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078893 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000752 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009827 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064603 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001440 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005865 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074540 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000676 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004393 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049750 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000432 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052375 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004660 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056375 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000535 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003825 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061117 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000634 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011402 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.108231 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000562 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007480 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.199019 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000858 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006134 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.138240 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000570 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017142 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.244877 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000802 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.075206 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.142113 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000653 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020871 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.178695 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001056 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007682 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.162168 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001689 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.065637 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.957729 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001334 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.090141 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.100317 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002463 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021826 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.176566 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001093 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012544 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.100376 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000670 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018266 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.192748 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.019296 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.131210 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000850 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020708 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.161631 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000893 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006943 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.152539 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000719 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006378 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069432 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000700 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014967 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089994 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000541 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006354 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072539 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000682 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005581 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080086 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000605 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020966 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.266105 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000686 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007061 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.167212 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000637 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009384 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.090119 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000536 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011036 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058476 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000558 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004046 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060555 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000763 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005993 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050066 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000446 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003840 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064901 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000692 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008091 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.082077 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.006257 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017375 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.177654 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000458 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005060 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.092162 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000481 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009683 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.086164 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000548 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003979 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060716 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000498 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004108 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054213 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000458 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004645 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061916 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000549 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007062 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.083909 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000599 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004770 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.114151 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000529 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009715 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053089 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000483 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006444 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065491 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000441 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004712 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072029 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000501 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005991 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065248 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001367 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005720 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064399 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000676 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005028 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.081292 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001027 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010293 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068515 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000591 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009579 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075388 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008130 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069108 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000613 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005335 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075579 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000758 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006040 seconds . - -======================================================================== -Received Import Request. - Time since last request: 1.342033 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.027426 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.063710 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.228872 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001809 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015911 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.244138 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003705 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.207265 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.127838 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003245 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.025269 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.183922 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.012179 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.042149 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.327823 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002763 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.030189 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.158919 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000630 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006749 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.150820 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000454 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004122 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078024 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000583 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004896 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052404 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000550 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004562 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056718 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000428 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003625 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055620 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001096 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006507 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.081979 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001966 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.038746 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.170898 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000674 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004710 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073367 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000596 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004336 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080874 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000561 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003605 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064268 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000561 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006562 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067871 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000861 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005193 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087345 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000702 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009968 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065033 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000642 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003976 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063395 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000871 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005419 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064810 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002103 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006568 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052294 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000438 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004419 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059337 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000603 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004456 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057531 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000602 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017459 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.185703 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000596 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006024 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.113824 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.018631 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.031372 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.256676 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.006222 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.075228 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.118735 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001072 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.066336 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.153315 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000959 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021766 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.200523 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.004016 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016566 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.168882 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000730 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.443413 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.128101 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002246 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017763 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.201712 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000703 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005827 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.081633 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000536 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007737 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.062549 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000885 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006124 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065846 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000693 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005713 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078216 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000734 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006535 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060297 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000523 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004505 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069280 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000643 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005393 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073109 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000677 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005183 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061666 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000560 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006961 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067611 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000707 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004990 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065323 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000593 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006700 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.082062 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.004449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009912 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.105432 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000670 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013636 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.100778 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000549 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005068 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.092194 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000715 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005054 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.091671 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000548 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005249 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073427 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000544 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004847 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065050 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000503 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004363 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069030 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000630 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006888 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069318 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000612 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004829 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068813 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000668 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005816 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060560 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001498 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005964 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077620 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000392 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005562 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071716 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001567 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015431 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.038822 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000709 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006193 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.082031 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000854 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014394 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.292296 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000831 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016940 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.126373 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000698 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006596 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.080156 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000476 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006154 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071366 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001104 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010926 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061019 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000432 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004082 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084579 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000634 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006321 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066044 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000664 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005424 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.062529 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000628 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005778 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078883 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000664 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006401 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.109819 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000825 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.028105 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.165628 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000923 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020706 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.175263 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000882 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014720 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.105147 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002133 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015269 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.302243 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.004414 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.134713 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.140686 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003854 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015539 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.111699 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000671 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009195 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.168259 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000497 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004720 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.083361 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000828 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007830 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076730 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000574 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007834 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060832 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000502 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004321 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066279 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000739 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006295 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069063 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000606 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004863 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070207 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000540 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004827 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064230 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000784 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005412 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057264 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000521 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005600 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072265 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.005208 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021938 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.149891 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000439 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003311 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.069900 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000526 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006526 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052043 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000644 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004696 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048211 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000918 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004506 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064269 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000701 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005377 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.066216 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000681 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004726 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049846 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000660 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004706 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049117 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000445 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003588 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056099 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003350 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048912 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000402 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003332 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049977 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000611 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004836 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052360 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000669 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003587 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055182 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000436 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003676 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047191 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000416 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003821 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047456 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000742 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004633 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051455 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000418 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003442 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050952 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000410 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003683 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047886 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000701 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004981 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046748 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000404 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004130 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051940 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003463 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047606 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000498 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003435 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048272 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000445 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003421 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051600 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000492 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003400 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050973 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000482 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003535 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049465 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000432 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003432 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046839 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000641 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004614 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048444 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000705 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004742 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051644 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000428 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003510 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048829 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000456 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004267 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048291 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000494 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003426 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049568 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000600 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004624 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052071 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000449 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003378 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052297 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000410 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003477 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048244 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000531 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003423 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051596 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000665 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004767 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054463 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000387 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003425 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048360 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000475 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003402 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047533 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000390 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003361 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052743 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000550 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003944 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047079 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000409 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003564 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046978 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000409 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004048 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051525 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000487 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003648 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047652 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000437 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003426 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046916 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000614 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004095 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049055 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000444 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003524 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049795 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000620 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004807 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053908 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000650 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004612 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067560 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000628 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007550 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063019 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000884 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004941 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087954 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000706 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007269 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078848 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000786 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020764 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.176895 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000998 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010636 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.086962 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000948 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011824 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.179467 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001185 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012494 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.094428 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000584 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011522 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.162924 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000711 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009152 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077335 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004643 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050459 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000695 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004804 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048757 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001634 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005075 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051463 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000444 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003382 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052170 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000431 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003487 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048156 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000417 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003361 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048480 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000445 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003586 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054137 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000633 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004738 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048843 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000562 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004604 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049939 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000414 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003938 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051961 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000425 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003381 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049108 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000394 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003500 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046725 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000420 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004045 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052825 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000540 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004026 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051435 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000552 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005044 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048657 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000453 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003373 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048818 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000447 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003533 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051544 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000575 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004036 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047683 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000581 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004028 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049462 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000625 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004835 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051832 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000671 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005242 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052801 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000643 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004583 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048597 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000491 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003406 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047888 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000615 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006524 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.401118 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006121 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.179684 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000409 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003317 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064445 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000640 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005303 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052216 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000677 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004878 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054420 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000485 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003564 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055723 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000507 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005009 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046663 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000450 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004135 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.047846 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000391 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003706 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051550 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000437 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003382 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052719 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000396 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003625 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048245 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000602 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004222 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.046990 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000589 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004902 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061965 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000637 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004904 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.076808 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000568 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011499 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072882 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001540 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006942 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.060974 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002034 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006092 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078135 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005235 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.085329 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001345 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010025 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067462 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000454 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004079 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077702 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000456 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003770 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.096510 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000650 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018911 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068060 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000541 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005984 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074303 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000563 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004671 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070009 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000604 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007895 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068292 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000360 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003576 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.096547 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000607 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013122 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.137295 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000752 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.021198 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.189208 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001453 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010523 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.200532 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002347 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.039578 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.172468 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001130 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.019058 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.177316 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002931 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.014946 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.125513 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000699 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.078066 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.146046 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000695 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016631 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.165545 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000664 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.023761 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.165008 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000651 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006406 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087625 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001424 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008413 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.075396 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000583 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005106 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063851 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000571 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006237 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061273 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000694 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005238 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.056523 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000626 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004383 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052233 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000502 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004215 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055608 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000427 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004182 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054982 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000464 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003698 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.061007 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000358 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004194 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049767 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000681 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004695 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048605 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000397 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008184 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.556887 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002982 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018371 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.139328 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001059 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.154499 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.631884 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005475 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.148417 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000861 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.036215 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.194249 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000698 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.087729 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.158405 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001877 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.034650 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.155525 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003416 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.052867 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.183431 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000696 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.030090 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.316653 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000658 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008514 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.216682 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000863 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.211745 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.208409 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000685 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.023192 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.211640 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000770 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018459 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.197535 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.003381 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016869 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.104913 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001852 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.020617 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.184233 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000869 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.019311 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.209838 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000717 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015779 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.096292 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000760 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009400 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.101968 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000643 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005400 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.083205 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000870 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006637 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077169 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000670 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.011142 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.374264 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000659 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013784 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.161645 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000633 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005123 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.110093 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000748 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018637 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.203472 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000434 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006510 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.123151 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000712 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005964 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.165592 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000598 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008151 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.097267 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000645 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008050 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065632 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000752 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007175 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068798 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000807 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007410 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.367656 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001582 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.108758 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.245809 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.004922 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.035087 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.227365 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.007154 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.039751 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.207572 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000801 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007131 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.132476 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000651 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008480 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.123275 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001803 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015638 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.188234 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000753 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009884 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.133179 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.004888 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.028702 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.198789 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.005645 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.071997 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.093855 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001559 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018890 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.194355 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.009558 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018568 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.180197 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000639 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007111 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089904 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000682 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005700 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049884 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000691 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005812 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067053 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000849 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012436 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.140699 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000608 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006886 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.191936 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000652 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006913 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.092623 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000607 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007144 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.077785 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000811 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006498 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074373 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000752 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.008450 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070586 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000507 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004941 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.098467 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000818 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.571003 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.181831 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002263 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016210 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.116936 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002115 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.309935 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.139353 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000530 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012333 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.084742 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000625 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.009064 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070524 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000819 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006748 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.087968 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000676 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007175 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.268766 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000618 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005642 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.103474 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002736 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.026277 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.182110 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000434 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006150 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.095388 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001188 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.022964 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.375017 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000550 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007070 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.163161 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000712 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013290 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.177490 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001543 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.017121 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.182971 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000735 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012165 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.089541 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001856 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.015249 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.183036 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000926 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.016526 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.104552 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000591 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.018913 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.169259 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000868 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006362 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.078233 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000578 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005866 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070623 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005301 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063915 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000527 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004307 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.074567 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000725 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006125 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.070278 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000494 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004413 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.068985 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000620 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005477 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.122827 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000627 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.013337 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.282332 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000531 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005937 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.091389 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000571 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006178 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.079899 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000689 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005471 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067296 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000889 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005707 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071892 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000660 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.010245 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.198650 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000659 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004229 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.072545 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000430 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004146 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049234 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000426 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007608 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058078 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000838 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.012410 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.058048 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000569 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004953 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.063962 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000625 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.007199 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.073365 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000487 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003400 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.059946 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000762 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005110 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054038 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000585 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004662 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054563 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000734 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005237 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.065297 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000726 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005699 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.052036 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000717 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004232 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048449 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000636 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003559 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051106 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000510 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005781 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.055709 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000475 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003619 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.053505 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000603 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004901 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048124 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000503 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003582 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.051172 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000445 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003776 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054614 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000621 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.004861 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048128 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000433 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003364 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049299 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000607 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003845 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.048082 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000404 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003672 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.057858 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000587 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.031864 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.167851 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000419 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003325 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.064771 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000366 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003968 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.045496 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000680 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.005504 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.054310 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000473 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003361 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.049101 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000391 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.003432 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.050437 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.002621 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:29:19.3678066Z' - Import took 0.006843 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.111785 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000669 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.011413 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.153634 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000411 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.004737 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.071286 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000873 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.004983 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.067269 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000424 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.003902 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.233459 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.000506 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.051728 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.297295 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.001085 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.018977 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.166180 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '00000000000000000000000000000000') in 0.005266 seconds code(4) message(Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z') - ERROR: Build asset version error: assets/scripts/chytac.cs in SourceAssetDB has modification time of '2021-08-15T10:28:38.502977Z' while content on disk has modification time of '2021-08-15T10:30:57.2368937Z' - Import took 0.016417 seconds . - -======================================================================== -Received Import Request. - Time since last request: 0.116741 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '31466b0e6a20f2886408d67f4c9b5bfd') in 0.232518 seconds - Import took 0.272893 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.013139 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 3.97 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 4.218 seconds -Domain Reload Profiling: - ReloadAssembly (4220ms) - BeginReloadAssembly (300ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (89ms) - EndReloadAssembly (3685ms) - LoadAssemblies (228ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (830ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (120ms) - SetupLoadedEditorAssemblies (2053ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (17ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (4ms) - BeforeProcessingInitializeOnLoad (476ms) - ProcessInitializeOnLoadAttributes (1535ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (11ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (21ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.52 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 66.9 MB. -System memory in use after: 67.0 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1878. -Total: 5.757700 ms (FindLiveObjects: 0.304800 ms CreateObjectMapping: 0.081500 ms MarkObjects: 5.244300 ms DeleteObjects: 0.124800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 11.145421 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1df73daa79c37210555f702aa53786fa') in 0.033230 seconds - Import took 0.038668 seconds . - -======================================================================== -Received Import Request. - Time since last request: 4.054343 seconds. - path: Assets/Scripts/Chytac.cs - artifactKey: Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Chytac.cs using Guid(443718008e90fbe4bae24d20d6ece588) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1df73daa79c37210555f702aa53786fa') in 0.026877 seconds - Import took 0.030896 seconds . - -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.030066 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 4.15 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 8.940 seconds -Domain Reload Profiling: - ReloadAssembly (8943ms) - BeginReloadAssembly (545ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (28ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (148ms) - EndReloadAssembly (8054ms) - LoadAssemblies (501ms) - RebuildTransferFunctionScriptingTraits (1ms) - SetupTypeCache (4508ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (232ms) - SetupLoadedEditorAssemblies (1574ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (141ms) - SetLoadedEditorAssemblies (11ms) - RefreshPlugins (5ms) - BeforeProcessingInitializeOnLoad (1033ms) - ProcessInitializeOnLoadAttributes (365ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (12ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.04 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 66.9 MB. -System memory in use after: 67.0 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1881. -Total: 4.491900 ms (FindLiveObjects: 0.365800 ms CreateObjectMapping: 0.089000 ms MarkObjects: 3.933900 ms DeleteObjects: 0.100900 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.014295 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.84 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 4.642 seconds -Domain Reload Profiling: - ReloadAssembly (4645ms) - BeginReloadAssembly (296ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (89ms) - EndReloadAssembly (4129ms) - LoadAssemblies (326ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (1786ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (266ms) - SetupLoadedEditorAssemblies (1227ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (374ms) - ProcessInitializeOnLoadAttributes (698ms) - ProcessInitializeOnLoadMethodAttributes (16ms) - AfterProcessingInitializeOnLoad (110ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (38ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.03 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.0 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1884. -Total: 5.673300 ms (FindLiveObjects: 0.334000 ms CreateObjectMapping: 0.154500 ms MarkObjects: 5.060200 ms DeleteObjects: 0.122000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.009523 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.45 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.382 seconds -Domain Reload Profiling: - ReloadAssembly (2383ms) - BeginReloadAssembly (297ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (54ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (67ms) - EndReloadAssembly (1904ms) - LoadAssemblies (156ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (741ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (92ms) - SetupLoadedEditorAssemblies (685ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (204ms) - ProcessInitializeOnLoadAttributes (450ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 1.00 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1887. -Total: 35.566500 ms (FindLiveObjects: 0.212200 ms CreateObjectMapping: 0.125100 ms MarkObjects: 35.111400 ms DeleteObjects: 0.115300 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.024376 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.959 seconds -Domain Reload Profiling: - ReloadAssembly (1959ms) - BeginReloadAssembly (248ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (89ms) - EndReloadAssembly (1555ms) - LoadAssemblies (199ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (479ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (132ms) - SetupLoadedEditorAssemblies (632ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (168ms) - ProcessInitializeOnLoadAttributes (433ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.76 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1890. -Total: 3.699200 ms (FindLiveObjects: 0.181700 ms CreateObjectMapping: 0.062800 ms MarkObjects: 3.352200 ms DeleteObjects: 0.100700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.010317 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.325 seconds -Domain Reload Profiling: - ReloadAssembly (2326ms) - BeginReloadAssembly (259ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - EndReloadAssembly (1965ms) - LoadAssemblies (215ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (564ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (114ms) - SetupLoadedEditorAssemblies (694ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (13ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (234ms) - ProcessInitializeOnLoadAttributes (421ms) - ProcessInitializeOnLoadMethodAttributes (9ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1893. -Total: 3.214300 ms (FindLiveObjects: 0.185900 ms CreateObjectMapping: 0.107300 ms MarkObjects: 2.821400 ms DeleteObjects: 0.098100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.011476 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.93 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.728 seconds -Domain Reload Profiling: - ReloadAssembly (2729ms) - BeginReloadAssembly (374ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (97ms) - EndReloadAssembly (2143ms) - LoadAssemblies (199ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (583ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (159ms) - SetupLoadedEditorAssemblies (861ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (18ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (306ms) - ProcessInitializeOnLoadAttributes (517ms) - ProcessInitializeOnLoadMethodAttributes (6ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (28ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.46 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1896. -Total: 4.934300 ms (FindLiveObjects: 0.654100 ms CreateObjectMapping: 0.133000 ms MarkObjects: 4.023000 ms DeleteObjects: 0.122100 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.026541 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.75 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 4.162 seconds -Domain Reload Profiling: - ReloadAssembly (4163ms) - BeginReloadAssembly (306ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (34ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (84ms) - EndReloadAssembly (3678ms) - LoadAssemblies (262ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (1989ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (158ms) - SetupLoadedEditorAssemblies (858ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (17ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (300ms) - ProcessInitializeOnLoadAttributes (506ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (26ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.53 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1899. -Total: 5.391600 ms (FindLiveObjects: 0.371400 ms CreateObjectMapping: 0.106900 ms MarkObjects: 4.750700 ms DeleteObjects: 0.160000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.013491 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.38 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.129 seconds -Domain Reload Profiling: - ReloadAssembly (2129ms) - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - EndReloadAssembly (1745ms) - LoadAssemblies (166ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (579ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (80ms) - SetupLoadedEditorAssemblies (774ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (180ms) - ProcessInitializeOnLoadAttributes (556ms) - ProcessInitializeOnLoadMethodAttributes (8ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1902. -Total: 6.047900 ms (FindLiveObjects: 0.349800 ms CreateObjectMapping: 0.148700 ms MarkObjects: 5.429700 ms DeleteObjects: 0.116800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.048127 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.69 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.785 seconds -Domain Reload Profiling: - ReloadAssembly (3786ms) - BeginReloadAssembly (272ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (13ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (91ms) - EndReloadAssembly (3353ms) - LoadAssemblies (234ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (687ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (130ms) - SetupLoadedEditorAssemblies (2054ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (300ms) - ProcessInitializeOnLoadAttributes (1711ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.65 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1905. -Total: 5.852300 ms (FindLiveObjects: 1.876200 ms CreateObjectMapping: 0.731900 ms MarkObjects: 3.146500 ms DeleteObjects: 0.090700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.006850 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.157 seconds -Domain Reload Profiling: - ReloadAssembly (2158ms) - BeginReloadAssembly (230ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (18ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (45ms) - EndReloadAssembly (1764ms) - LoadAssemblies (189ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (503ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (111ms) - SetupLoadedEditorAssemblies (703ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (19ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (239ms) - ProcessInitializeOnLoadAttributes (415ms) - ProcessInitializeOnLoadMethodAttributes (13ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.71 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.0 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1908. -Total: 4.548000 ms (FindLiveObjects: 0.394000 ms CreateObjectMapping: 0.141600 ms MarkObjects: 3.867600 ms DeleteObjects: 0.142200 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.007708 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.37 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.691 seconds -Domain Reload Profiling: - ReloadAssembly (1692ms) - BeginReloadAssembly (189ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - EndReloadAssembly (1362ms) - LoadAssemblies (157ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (509ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (66ms) - SetupLoadedEditorAssemblies (506ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (158ms) - ProcessInitializeOnLoadAttributes (322ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (8ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.81 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.1 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1911. -Total: 5.401900 ms (FindLiveObjects: 0.538800 ms CreateObjectMapping: 0.147800 ms MarkObjects: 4.567600 ms DeleteObjects: 0.140000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005986 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.43 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.629 seconds -Domain Reload Profiling: - ReloadAssembly (1629ms) - BeginReloadAssembly (237ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (29ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (61ms) - EndReloadAssembly (1283ms) - LoadAssemblies (171ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (453ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (66ms) - SetupLoadedEditorAssemblies (468ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (159ms) - ProcessInitializeOnLoadAttributes (283ms) - ProcessInitializeOnLoadMethodAttributes (5ms) - AfterProcessingInitializeOnLoad (10ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.65 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.1 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1914. -Total: 7.986500 ms (FindLiveObjects: 0.237800 ms CreateObjectMapping: 0.062600 ms MarkObjects: 7.548000 ms DeleteObjects: 0.135800 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.022264 seconds. -Begin MonoManager ReloadAssembly -Native extension for WindowsStandalone target not found -Native extension for WebGL target not found -Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 4.136 seconds -Domain Reload Profiling: - ReloadAssembly (4137ms) - BeginReloadAssembly (882ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (14ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (536ms) - EndReloadAssembly (3076ms) - LoadAssemblies (353ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (566ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (182ms) - SetupLoadedEditorAssemblies (1099ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (52ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (436ms) - ProcessInitializeOnLoadAttributes (581ms) - ProcessInitializeOnLoadMethodAttributes (7ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (25ms) -Platform modules already initialized, skipping -Refreshing native plugins compatible for Editor in 0.50 ms, found 2 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 1423 Unused Serialized files (Serialized files now loaded: 0) -System memory in use before: 67.1 MB. -System memory in use after: 67.1 MB. - -Unloading 14 unused Assets to reduce memory usage. Loaded Objects now: 1917. -Total: 4.688700 ms (FindLiveObjects: 0.193200 ms CreateObjectMapping: 0.086700 ms MarkObjects: 4.238200 ms DeleteObjects: 0.168500 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 42d1cc7..5a32c22 100644 --- a/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -1,47 +1,4 @@ Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines' Cmd: initializeCompiler - - - - -Cmd: preprocess - insize=7643 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2454 - -Cmd: preprocess - insize=3499 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1246 - -Cmd: preprocess - insize=12000 file=Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=4583 - -Cmd: preprocess - insize=3524 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2639 - -Cmd: preprocess - insize=4355 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=3656 - -Cmd: preprocess - insize=3497 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1293 - -Cmd: preprocess - insize=10600 file=Assets/TextMesh Pro/Shaders/TMP_SDF.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=3936 - -Cmd: preprocess - insize=3071 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2724 - -Cmd: preprocess - insize=7822 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2720 - -Cmd: preprocess - insize=10585 file=Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=3927 - -Cmd: preprocess - insize=3549 file=Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1653 - -Cmd: preprocess - insize=7674 file=Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=2466 - -Cmd: preprocess - insize=2673 file=Assets/TextMesh Pro/Shaders/TMP_Sprite.shader surfaceOnly=0 cachingPP=1 buildPlatform=19 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 ok=1 outsize=1175 - Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log deleted file mode 100644 index 252ab1a..0000000 --- a/Logs/shadercompiler-UnityShaderCompiler.exe1.log +++ /dev/null @@ -1,35 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - - - - - -Cmd: compileSnippet - insize=7859 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field SSD pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON FORCE_LINEAR UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=113 ok=1 outsize=1866 - -Cmd: compileSnippet - insize=7108 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=3090 - -Cmd: compileSnippet - insize=5648 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=83 ok=1 outsize=3130 - -Cmd: compileSnippet - insize=42895 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL dKW=GLOW_ON INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 LIGHTPROBE_SH UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=73 ok=1 outsize=3882 - -Cmd: compileSnippet - insize=1149 file=/TextMeshPro/Mobile/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=1 ok=1 outsize=822 - -Cmd: compileSnippet - insize=787 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field SSD pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=86 ok=1 outsize=1814 - -Cmd: compileSnippet - insize=13420 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDADD uKW=POINT dKW=GLOW_ON FOG_LINEAR FOG_EXP FOG_EXP2 DIRECTIONAL SPOT POINT_COOKIE DIRECTIONAL_COOKIE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=371 ok=1 outsize=3934 - -Cmd: compileSnippet - insize=1243 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=Caster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=SHADOWS_DEPTH dKW=SHADOWS_CUBE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=115 ok=1 outsize=1246 - -Cmd: compileSnippet - insize=1243 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=Caster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=SHADOWS_DEPTH dKW=SHADOWS_CUBE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=115 ok=1 outsize=502 - -Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log deleted file mode 100644 index 9c7ee75..0000000 --- a/Logs/shadercompiler-UnityShaderCompiler.exe2.log +++ /dev/null @@ -1,38 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - - - - - -Cmd: compileSnippet - insize=7103 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field Overlay pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=3090 - -Cmd: compileSnippet - insize=7108 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=1594 - -Cmd: compileSnippet - insize=5542 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field - Masking pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=88 ok=1 outsize=1134 - -Cmd: compileSnippet - insize=5648 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=83 ok=1 outsize=530 - -Cmd: compileSnippet - insize=1941 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Sprite pass=Default cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=51 ok=1 outsize=478 - -Cmd: compileSnippet - insize=2647 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Bitmap Custom Atlas pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=558 - -Cmd: compileSnippet - insize=42895 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL dKW=GLOW_ON INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 LIGHTPROBE_SH VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=73 ok=1 outsize=3994 - -Cmd: compileSnippet - insize=2338 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=48 ok=1 outsize=1514 - -Cmd: compileSnippet - insize=5632 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field Overlay pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=83 ok=1 outsize=3130 - -Cmd: compileSnippet - insize=43540 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL dKW=GLOW_ON INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 LIGHTPROBE_SH UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=87 ok=1 outsize=6874 - -Cmd: shutdown diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Logs/shadercompiler-UnityShaderCompiler.exe3.log deleted file mode 100644 index 1c23869..0000000 --- a/Logs/shadercompiler-UnityShaderCompiler.exe3.log +++ /dev/null @@ -1,53 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.14f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - - - - - -Cmd: compileSnippet - insize=7103 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field Overlay pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=114 ok=1 outsize=1594 - -Cmd: compileSnippet - insize=7859 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field SSD pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=BEVEL_ON UNDERLAY_ON UNDERLAY_INNER GLOW_ON FORCE_LINEAR UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=113 ok=1 outsize=1850 - -Cmd: compileSnippet - insize=5542 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field - Masking pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=88 ok=1 outsize=3130 - -Cmd: compileSnippet - insize=1941 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Sprite pass=Default cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=51 ok=1 outsize=890 - -Cmd: compileSnippet - insize=2647 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Bitmap Custom Atlas pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=49 ok=1 outsize=1786 - -Cmd: compileSnippet - insize=1255 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field (Surface) pass=Caster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=SHADOWS_DEPTH dKW=SHADOWS_CUBE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=96 ok=1 outsize=1246 - -Cmd: compileSnippet - insize=1255 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field (Surface) pass=Caster cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_SHADOWCASTER uKW=SHADOWS_DEPTH dKW=SHADOWS_CUBE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=96 ok=1 outsize=502 - -Cmd: compileSnippet - insize=2696 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=48 ok=1 outsize=1786 - -Cmd: compileSnippet - insize=2696 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=48 ok=1 outsize=558 - -Cmd: compileSnippet - insize=2338 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=48 ok=1 outsize=450 - -Cmd: compileSnippet - insize=1149 file=/TextMeshPro/Mobile/Bitmap pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=1 ok=1 outsize=458 - -Cmd: compileSnippet - insize=5632 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field Overlay pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=83 ok=1 outsize=530 - -Cmd: compileSnippet - insize=787 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Mobile/Distance Field SSD pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR uKW= dKW=OUTLINE_ON UNDERLAY_ON UNDERLAY_INNER UNITY_UI_CLIP_RECT UNITY_UI_ALPHACLIP UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=86 ok=1 outsize=834 - -Cmd: compileSnippet - insize=43540 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDBASE uKW=DIRECTIONAL dKW=GLOW_ON INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 LIGHTPROBE_SH VERTEXLIGHT_ON UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=227 mask=6 start=87 ok=1 outsize=3994 - -Cmd: compileSnippet - insize=13420 file=Assets/TextMesh Pro/Shaders/TextMeshPro/Distance Field (Surface) pass=FORWARD cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=19 rsLen=0 pKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP SHADER_API_DESKTOP UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_LIGHTMAP_FULL_HDR UNITY_PASS_FORWARDADD uKW=POINT dKW=GLOW_ON FOG_LINEAR FOG_EXP FOG_EXP2 DIRECTIONAL SPOT POINT_COOKIE DIRECTIONAL_COOKIE UNITY_NO_DXT5nm UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=227 mask=6 start=371 ok=1 outsize=5594 - -Cmd: shutdown