diff --git a/.gitignore b/.gitignore
index a60bace..a7380f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,60 @@
-/Library
-/Temp
-/Bakery/examples
-*.cache
\ No newline at end of file
+# This .gitignore file should be placed at the root of your Unity project directory
+#
+# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
+#
+/[Ll]ibrary/
+/[Tt]emp/
+/[Oo]bj/
+/[Bb]uild/
+/[Bb]uilds/
+/[Ll]ogs/
+/[Mm]emoryCaptures/
+/Backery/examples
+
+# Asset meta data should only be ignored when the corresponding asset is also ignored
+!/[Aa]ssets/**/*.meta
+
+# Uncomment this line if you wish to ignore the asset store tools plugin
+# /[Aa]ssets/AssetStoreTools*
+
+# Autogenerated Jetbrains Rider plugin
+[Aa]ssets/Plugins/Editor/JetBrains*
+
+# Visual Studio cache directory
+.vs/
+
+# Gradle cache directory
+.gradle/
+
+# Autogenerated VS/MD/Consulo solution and project files
+ExportedObj/
+.consulo/
+*.csproj
+*.unityproj
+*.sln
+*.suo
+*.tmp
+*.user
+*.userprefs
+*.pidb
+*.booproj
+*.svd
+*.pdb
+*.mdb
+*.opendb
+*.VC.db
+
+# Unity3D generated meta files
+*.pidb.meta
+*.pdb.meta
+*.mdb.meta
+
+# Unity3D generated file on crash reports
+sysinfo.txt
+
+# Builds
+*.apk
+*.unitypackage
+
+# Crashlytics generated file
+crashlytics-build.properties
\ No newline at end of file
diff --git a/Assembly-CSharp.csproj b/Assembly-CSharp.csproj
index 4625645..ba10176 100644
--- a/Assembly-CSharp.csproj
+++ b/Assembly-CSharp.csproj
@@ -44,10 +44,10 @@
+
-
diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity
index 45cdb26..df83fa4 100644
--- a/Assets/Scenes/SampleScene.unity
+++ b/Assets/Scenes/SampleScene.unity
@@ -748,7 +748,7 @@ MonoBehaviour:
m_EditorClassIdentifier:
aspectRatioFitter: {fileID: 1514793394}
rawImage: {fileID: 1514793391}
- scanFrame: {fileID: 1171790282}
+ scanFrame: {fileID: 1514793390}
--- !u!1 &1053156471
GameObject:
m_ObjectHideFlags: 0
@@ -1163,82 +1163,6 @@ CanvasRenderer:
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1166376663}
m_CullTransparentMesh: 1
---- !u!1 &1171790282
-GameObject:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- serializedVersion: 6
- m_Component:
- - component: {fileID: 1171790285}
- - component: {fileID: 1171790284}
- - component: {fileID: 1171790283}
- m_Layer: 5
- m_Name: ScanFrame
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!114 &1171790283
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1171790282}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 1
- m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
- m_Maskable: 1
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_Sprite: {fileID: 21300000, guid: 12a40d64638d135469ad55bc64693bff, type: 3}
- m_Type: 0
- m_PreserveAspect: 0
- m_FillCenter: 1
- m_FillMethod: 4
- m_FillAmount: 1
- m_FillClockwise: 1
- m_FillOrigin: 0
- m_UseSpriteMesh: 0
- m_PixelsPerUnitMultiplier: 1
---- !u!222 &1171790284
-CanvasRenderer:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1171790282}
- m_CullTransparentMesh: 1
---- !u!224 &1171790285
-RectTransform:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1171790282}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_ConstrainProportionsScale: 0
- m_Children: []
- m_Father: {fileID: 1952890878}
- m_RootOrder: 2
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 0.5}
- m_AnchorMax: {x: 0.5, y: 0.5}
- m_AnchoredPosition: {x: 0, y: 0}
- m_SizeDelta: {x: 480, y: 480}
- m_Pivot: {x: 0.5, y: 0.5}
--- !u!1 &1514793390
GameObject:
m_ObjectHideFlags: 0
@@ -1380,7 +1304,6 @@ GameObject:
- component: {fileID: 1952890877}
- component: {fileID: 1952890876}
- component: {fileID: 1952890875}
- - component: {fileID: 1952890874}
m_Layer: 5
m_Name: CanvasCamera
m_TagString: Untagged
@@ -1388,21 +1311,6 @@ GameObject:
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
---- !u!114 &1952890874
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1952890873}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 6b48a36dff366224eba85f913f0e7348, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- aspectRatioFitter: {fileID: 1514793394}
- rawImage: {fileID: 1514793391}
- scanFrame: {fileID: 1171790282}
--- !u!114 &1952890875
MonoBehaviour:
m_ObjectHideFlags: 0
@@ -1477,8 +1385,6 @@ RectTransform:
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1514793393}
- - {fileID: 1997866063}
- - {fileID: 1171790285}
m_Father: {fileID: 0}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -1487,102 +1393,6 @@ RectTransform:
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 0}
---- !u!1 &1997866062
-GameObject:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- serializedVersion: 6
- m_Component:
- - component: {fileID: 1997866063}
- - component: {fileID: 1997866066}
- - component: {fileID: 1997866065}
- - component: {fileID: 1997866064}
- m_Layer: 5
- m_Name: QRScanningDescText
- m_TagString: Untagged
- m_Icon: {fileID: 0}
- m_NavMeshLayer: 0
- m_StaticEditorFlags: 0
- m_IsActive: 1
---- !u!224 &1997866063
-RectTransform:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1997866062}
- m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
- m_LocalPosition: {x: 0, y: 0, z: 0}
- m_LocalScale: {x: 1, y: 1, z: 1}
- m_ConstrainProportionsScale: 0
- m_Children: []
- m_Father: {fileID: 1952890878}
- m_RootOrder: 1
- m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
- m_AnchorMin: {x: 0.5, y: 1}
- m_AnchorMax: {x: 0.5, y: 1}
- m_AnchoredPosition: {x: 0, y: -192}
- m_SizeDelta: {x: 696, y: 0}
- m_Pivot: {x: 0.5, y: 1}
---- !u!114 &1997866064
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1997866062}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 3245ec927659c4140ac4f8d17403cc18, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_HorizontalFit: 0
- m_VerticalFit: 2
---- !u!114 &1997866065
-MonoBehaviour:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1997866062}
- m_Enabled: 1
- m_EditorHideFlags: 0
- m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3}
- m_Name:
- m_EditorClassIdentifier:
- m_Material: {fileID: 0}
- m_Color: {r: 1, g: 1, b: 1, a: 1}
- m_RaycastTarget: 0
- m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
- m_Maskable: 0
- m_OnCullStateChanged:
- m_PersistentCalls:
- m_Calls: []
- m_FontData:
- m_Font: {fileID: 12800000, guid: ed0044bd1fed4954d867a06e8cbb3346, type: 3}
- m_FontSize: 66
- m_FontStyle: 0
- m_BestFit: 0
- m_MinSize: 2
- m_MaxSize: 66
- m_Alignment: 4
- m_AlignByGeometry: 0
- m_RichText: 0
- m_HorizontalOverflow: 0
- m_VerticalOverflow: 0
- m_LineSpacing: 1
- m_Text: "\u041D\u0430\u0432\u0435\u0434\u0438\u0442\u0435 \u043A\u0430\u043C\u0435\u0440\u0443
- \u043D\u0430 QR-\u043A\u043E\u0434"
---- !u!222 &1997866066
-CanvasRenderer:
- m_ObjectHideFlags: 0
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 1997866062}
- m_CullTransparentMesh: 1
--- !u!1 &2015041548
GameObject:
m_ObjectHideFlags: 0
diff --git a/Logs/AssetImportWorker0-prev.log b/Logs/AssetImportWorker0-prev.log
deleted file mode 100644
index d3d3aba..0000000
--- a/Logs/AssetImportWorker0-prev.log
+++ /dev/null
@@ -1,279 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker0
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker0.log
--srvPort
-52176
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 128.83 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56980
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002671 seconds.
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 136.34 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.642 seconds
-Domain Reload Profiling:
- ReloadAssembly (643ms)
- BeginReloadAssembly (59ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (496ms)
- LoadAssemblies (59ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (99ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (28ms)
- SetupLoadedEditorAssemblies (324ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (53ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (136ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (88ms)
- ProcessInitializeOnLoadMethodAttributes (45ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005407 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 123.66 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.439 seconds
-Domain Reload Profiling:
- ReloadAssembly (1440ms)
- BeginReloadAssembly (206ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (132ms)
- EndReloadAssembly (1141ms)
- LoadAssemblies (69ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (305ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (84ms)
- SetupLoadedEditorAssemblies (641ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (19ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (124ms)
- BeforeProcessingInitializeOnLoad (122ms)
- ProcessInitializeOnLoadAttributes (296ms)
- ProcessInitializeOnLoadMethodAttributes (77ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.02 seconds
-Refreshing native plugins compatible for Editor in 1.04 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 248.2 MB to 246.8 MB.
-Total: 4.710800 ms (FindLiveObjects: 0.473300 ms CreateObjectMapping: 0.792300 ms MarkObjects: 3.013200 ms DeleteObjects: 0.431200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 595366.666883 seconds.
- path: Assets/URPSettings/MediumQualityAsset.asset
- artifactKey: Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/URPSettings/MediumQualityAsset.asset using Guid(f4c950546798c154a9e5e79e4c523fd5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '098e65b45e664c8d12cd7ea28d4b42aa') in 0.027932 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 62 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 62 unused Assets / (1.4 MB). Loaded Objects now: 6637.
-Memory consumption went from 115.0 MB to 113.6 MB.
-Total: 4.105500 ms (FindLiveObjects: 0.452900 ms CreateObjectMapping: 0.470700 ms MarkObjects: 2.465100 ms DeleteObjects: 0.716000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 144.350719 seconds.
- path: Assets/Textures/hexagon.png
- artifactKey: Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/hexagon.png using Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'faa512e2a9f7c186c3e2307043b392ae') in 0.055971 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1.198068 seconds.
- path: Assets/Textures/HDRI/hall_of_finfish_4k.exr
- artifactKey: Guid(d8924bd63884d2347b0ffd1fe903f89f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/HDRI/hall_of_finfish_4k.exr using Guid(d8924bd63884d2347b0ffd1fe903f89f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6fc2a78892650d0231fe0cf96afb75f5') in 0.221193 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.79 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 60 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6751.
-Memory consumption went from 121.9 MB to 120.4 MB.
-Total: 5.182600 ms (FindLiveObjects: 0.599800 ms CreateObjectMapping: 0.544200 ms MarkObjects: 3.588400 ms DeleteObjects: 0.449500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 109.589937 seconds.
- path: Assets/Textures/HDRI/hall_of_finfish_4k.exr
- artifactKey: Guid(d8924bd63884d2347b0ffd1fe903f89f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/HDRI/hall_of_finfish_4k.exr using Guid(d8924bd63884d2347b0ffd1fe903f89f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1c8a7c4a1b70ac517b1eeecdc63be504') in 0.185652 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.25 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6751.
-Memory consumption went from 122.1 MB to 120.7 MB.
-Total: 4.426000 ms (FindLiveObjects: 0.478000 ms CreateObjectMapping: 0.469100 ms MarkObjects: 3.037700 ms DeleteObjects: 0.440600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 927.868037 seconds.
- path: Assets/Settings/Low_PipelineAsset.asset
- artifactKey: Guid(8559a8082e031f342aeffa4ffd37cb06) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Low_PipelineAsset.asset using Guid(8559a8082e031f342aeffa4ffd37cb06) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f5ffbd8b5652c789d03fd28343838b42') in 0.011749 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000038 seconds.
- path: Assets/Settings/Very High_PipelineAsset.asset
- artifactKey: Guid(6814e8846ff4252498355a0f60e175ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Very High_PipelineAsset.asset using Guid(6814e8846ff4252498355a0f60e175ae) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '765204afda6dbfb0edd89c4ae3f1d622') in 0.005413 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000030 seconds.
- path: Assets/Settings/Very Low_PipelineAsset.asset
- artifactKey: Guid(7d10fb9e3e34d0145921b09528b66903) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Very Low_PipelineAsset.asset using Guid(7d10fb9e3e34d0145921b09528b66903) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a6d42addb23bb99da55a666c4e0155d9') in 0.005463 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000024 seconds.
- path: Assets/Settings/Ultra_PipelineAsset_ForwardRenderer.asset
- artifactKey: Guid(1ddaf7381a84b2c4a99926e2f0fb7c8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Ultra_PipelineAsset_ForwardRenderer.asset using Guid(1ddaf7381a84b2c4a99926e2f0fb7c8f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7aad71d2253f54e9d9d19ad4e0623c16') in 0.005651 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker0.log b/Logs/AssetImportWorker0.log
deleted file mode 100644
index dfeb172..0000000
--- a/Logs/AssetImportWorker0.log
+++ /dev/null
@@ -1,1275 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker0
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker0.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 145.60 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56352
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.004229 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 142.15 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.672 seconds
-Domain Reload Profiling:
- ReloadAssembly (673ms)
- BeginReloadAssembly (58ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (519ms)
- LoadAssemblies (58ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (97ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (29ms)
- SetupLoadedEditorAssemblies (349ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (60ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (142ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (93ms)
- ProcessInitializeOnLoadMethodAttributes (53ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005925 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 133.33 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.548 seconds
-Domain Reload Profiling:
- ReloadAssembly (1548ms)
- BeginReloadAssembly (203ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (6ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (126ms)
- EndReloadAssembly (1232ms)
- LoadAssemblies (78ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (356ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (92ms)
- SetupLoadedEditorAssemblies (662ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (18ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (133ms)
- BeforeProcessingInitializeOnLoad (125ms)
- ProcessInitializeOnLoadAttributes (307ms)
- ProcessInitializeOnLoadMethodAttributes (75ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.44 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6636.
-Memory consumption went from 248.0 MB to 246.3 MB.
-Total: 4.755100 ms (FindLiveObjects: 0.594300 ms CreateObjectMapping: 0.793300 ms MarkObjects: 2.924400 ms DeleteObjects: 0.442000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 852888.368391 seconds.
- path: Assets/Scripts/IGameComponent.cs
- artifactKey: Guid(ad40bd6cd2ecbd14cbce01dbd4688382) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/IGameComponent.cs using Guid(ad40bd6cd2ecbd14cbce01dbd4688382) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '51bf484a3ae6611b4799bbc18a55a6a2') in 0.027138 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005168 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.06 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.113 seconds
-Domain Reload Profiling:
- ReloadAssembly (1114ms)
- BeginReloadAssembly (122ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (43ms)
- EndReloadAssembly (914ms)
- LoadAssemblies (77ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (298ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (428ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (23ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (245ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.95 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.675800 ms (FindLiveObjects: 0.393400 ms CreateObjectMapping: 0.359200 ms MarkObjects: 2.502000 ms DeleteObjects: 0.420700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 37.135430 seconds.
- path: Assets/Scripts/Interfaces
- artifactKey: Guid(ab70fa86deff72f4dbcf947f455a9586) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/Interfaces using Guid(ab70fa86deff72f4dbcf947f455a9586) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '01edddbd6454a04ea20de33116309024') in 0.011071 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005099 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.16 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.105 seconds
-Domain Reload Profiling:
- ReloadAssembly (1105ms)
- BeginReloadAssembly (115ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (915ms)
- LoadAssemblies (70ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (295ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (250ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.84 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6643.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.636800 ms (FindLiveObjects: 0.448800 ms CreateObjectMapping: 0.418800 ms MarkObjects: 2.332200 ms DeleteObjects: 0.436300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005829 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.78 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.088 seconds
-Domain Reload Profiling:
- ReloadAssembly (1089ms)
- BeginReloadAssembly (118ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (894ms)
- LoadAssemblies (72ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (286ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (427ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (27ms)
- SetLoadedEditorAssemblies (1ms)
- RefreshPlugins (2ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (242ms)
- ProcessInitializeOnLoadMethodAttributes (67ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.72 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.765300 ms (FindLiveObjects: 0.427500 ms CreateObjectMapping: 0.396500 ms MarkObjects: 2.498700 ms DeleteObjects: 0.441800 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 148.587702 seconds.
- path: Assets/Scripts/GameSystem.cs
- artifactKey: Guid(ea2d6e51c51990a4bbfea3836ff3508c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/GameSystem.cs using Guid(ea2d6e51c51990a4bbfea3836ff3508c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2579bcf430ded9a87e9bc5a23f7c33ed') in 0.011037 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005055 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.18 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.152 seconds
-Domain Reload Profiling:
- ReloadAssembly (1153ms)
- BeginReloadAssembly (122ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (6ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (41ms)
- EndReloadAssembly (955ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (324ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (438ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (254ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (3ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (9ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.40 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6028 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6650.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.776200 ms (FindLiveObjects: 0.436300 ms CreateObjectMapping: 0.405100 ms MarkObjects: 2.462500 ms DeleteObjects: 0.471300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005183 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.175 seconds
-Domain Reload Profiling:
- ReloadAssembly (1175ms)
- BeginReloadAssembly (121ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (979ms)
- LoadAssemblies (79ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (290ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (498ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (284ms)
- ProcessInitializeOnLoadMethodAttributes (97ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (8ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.00 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6028 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6653.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.747600 ms (FindLiveObjects: 0.448800 ms CreateObjectMapping: 0.419900 ms MarkObjects: 2.402100 ms DeleteObjects: 0.475900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 290.197500 seconds.
- path: Assets/Scripts/HolographicEffectHandler.cs
- artifactKey: Guid(eedf487efc314024aa2bbf4aba853c65) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/HolographicEffectHandler.cs using Guid(eedf487efc314024aa2bbf4aba853c65) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '046fff3ca8ac52f9c40b69b8c495d2c9') in 0.011196 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005052 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.08 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.094 seconds
-Domain Reload Profiling:
- ReloadAssembly (1095ms)
- BeginReloadAssembly (116ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (901ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (276ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (94ms)
- ProcessInitializeOnLoadAttributes (246ms)
- ProcessInitializeOnLoadMethodAttributes (66ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.95 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 62 unused Assets / (1.7 MB). Loaded Objects now: 6655.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.513700 ms (FindLiveObjects: 0.415700 ms CreateObjectMapping: 0.375400 ms MarkObjects: 2.288000 ms DeleteObjects: 0.433900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005185 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.089 seconds
-Domain Reload Profiling:
- ReloadAssembly (1090ms)
- BeginReloadAssembly (117ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (891ms)
- LoadAssemblies (70ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (283ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (425ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (245ms)
- ProcessInitializeOnLoadMethodAttributes (66ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.88 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6658.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.533500 ms (FindLiveObjects: 0.416900 ms CreateObjectMapping: 0.374400 ms MarkObjects: 2.269100 ms DeleteObjects: 0.472500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005094 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.100 seconds
-Domain Reload Profiling:
- ReloadAssembly (1100ms)
- BeginReloadAssembly (117ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (906ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (281ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (63ms)
- SetupLoadedEditorAssemblies (444ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (252ms)
- ProcessInitializeOnLoadMethodAttributes (74ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6661.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.704800 ms (FindLiveObjects: 0.425100 ms CreateObjectMapping: 0.400300 ms MarkObjects: 2.428300 ms DeleteObjects: 0.450300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005275 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.115 seconds
-Domain Reload Profiling:
- ReloadAssembly (1116ms)
- BeginReloadAssembly (110ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (36ms)
- EndReloadAssembly (933ms)
- LoadAssemblies (71ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (305ms)
- ReleaseScriptCaches (3ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (436ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (88ms)
- ProcessInitializeOnLoadAttributes (253ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.37 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6664.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.796100 ms (FindLiveObjects: 0.475200 ms CreateObjectMapping: 0.448200 ms MarkObjects: 2.385100 ms DeleteObjects: 0.486700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 1336.892776 seconds.
- path: Assets/Scripts/InputHandler.cs
- artifactKey: Guid(619f23720390a5346b50c495d0c723e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/InputHandler.cs using Guid(619f23720390a5346b50c495d0c723e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ecbc19b0bd0f4301eb9ffb2f3b94841f') in 0.010279 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1.257051 seconds.
- path: Assets/Scripts/QRCodeReader.cs
- artifactKey: Guid(6b48a36dff366224eba85f913f0e7348) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/QRCodeReader.cs using Guid(6b48a36dff366224eba85f913f0e7348) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72d4d019ac084a3de90265e9ae7a6db5') in 0.004078 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005227 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.113 seconds
-Domain Reload Profiling:
- ReloadAssembly (1113ms)
- BeginReloadAssembly (119ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (35ms)
- EndReloadAssembly (911ms)
- LoadAssemblies (85ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (294ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (428ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (23ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (92ms)
- ProcessInitializeOnLoadAttributes (241ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.14 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6667.
-Memory consumption went from 236.3 MB to 234.7 MB.
-Total: 3.550900 ms (FindLiveObjects: 0.419500 ms CreateObjectMapping: 0.401300 ms MarkObjects: 2.282400 ms DeleteObjects: 0.447100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 29.127751 seconds.
- path: Assets/Scripts/QRCodeReader.cs
- artifactKey: Guid(6b48a36dff366224eba85f913f0e7348) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/QRCodeReader.cs using Guid(6b48a36dff366224eba85f913f0e7348) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4fba45f9312f7317ee3e35de426594cf') in 0.007057 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6667.
-Memory consumption went from 115.1 MB to 113.5 MB.
-Total: 4.604000 ms (FindLiveObjects: 0.464300 ms CreateObjectMapping: 0.429600 ms MarkObjects: 3.214900 ms DeleteObjects: 0.494200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005344 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.08 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.139 seconds
-Domain Reload Profiling:
- ReloadAssembly (1140ms)
- BeginReloadAssembly (115ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (947ms)
- LoadAssemblies (80ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (308ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (443ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (258ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.90 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6670.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 4.193700 ms (FindLiveObjects: 0.464900 ms CreateObjectMapping: 0.423800 ms MarkObjects: 2.815700 ms DeleteObjects: 0.488400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.006045 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.08 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.120 seconds
-Domain Reload Profiling:
- ReloadAssembly (1120ms)
- BeginReloadAssembly (125ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (41ms)
- EndReloadAssembly (917ms)
- LoadAssemblies (81ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (285ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (66ms)
- SetupLoadedEditorAssemblies (444ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (23ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (250ms)
- ProcessInitializeOnLoadMethodAttributes (81ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.78 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6673.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.963800 ms (FindLiveObjects: 0.407000 ms CreateObjectMapping: 0.373400 ms MarkObjects: 2.723400 ms DeleteObjects: 0.459200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005227 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.21 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.100 seconds
-Domain Reload Profiling:
- ReloadAssembly (1101ms)
- BeginReloadAssembly (122ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (43ms)
- EndReloadAssembly (900ms)
- LoadAssemblies (72ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (283ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (85ms)
- ProcessInitializeOnLoadAttributes (252ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (8ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.90 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6676.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.888500 ms (FindLiveObjects: 0.470000 ms CreateObjectMapping: 0.430200 ms MarkObjects: 2.460000 ms DeleteObjects: 0.527400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005210 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.06 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.133 seconds
-Domain Reload Profiling:
- ReloadAssembly (1134ms)
- BeginReloadAssembly (144ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (50ms)
- EndReloadAssembly (911ms)
- LoadAssemblies (84ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (286ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (438ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (255ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.79 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6679.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.770100 ms (FindLiveObjects: 0.432000 ms CreateObjectMapping: 0.416500 ms MarkObjects: 2.453100 ms DeleteObjects: 0.467700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 4876.164144 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0000_Death-hero01_001.png.png
- artifactKey: Guid(bddfc164a0fa0dc419c8583cce28d9b7) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0000_Death-hero01_001.png.png using Guid(bddfc164a0fa0dc419c8583cce28d9b7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6022e2bc6e5bded223600bb987a86ca6') in 0.149293 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0032_Run-hero01_003.png.png
- artifactKey: Guid(af6ae02fd9c7e21469520e6ef3584512) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0032_Run-hero01_003.png.png using Guid(af6ae02fd9c7e21469520e6ef3584512) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'acc5f87731356d10707e564740af5d40') in 0.043116 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000029 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0028_Jump-hero01_008.png.png
- artifactKey: Guid(dff624a12dcaf2449bc8a009862a5b5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0028_Jump-hero01_008.png.png using Guid(dff624a12dcaf2449bc8a009862a5b5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dd7f0ea12521654d703fe0c317242c4d') in 0.089918 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0004_Death-hero01_005.png.png
- artifactKey: Guid(d95abc955531fc74a8b78a2f38ea2b27) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0004_Death-hero01_005.png.png using Guid(d95abc955531fc74a8b78a2f38ea2b27) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a1d9c790956b8210e119495d128af690') in 0.058114 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0029_Jump-hero01_009.png.png
- artifactKey: Guid(b4ec506303401bf4f93bf3b26bfdf6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0029_Jump-hero01_009.png.png using Guid(b4ec506303401bf4f93bf3b26bfdf6cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3eace648c45c17305610970dd75e31e3') in 0.023331 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0012_Idle-hero01_004.png.png
- artifactKey: Guid(0d143f17689a5284b83cc9432e23fddf) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0012_Idle-hero01_004.png.png using Guid(0d143f17689a5284b83cc9432e23fddf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '51c8052333a9c1a7daecc5f8a406081d') in 0.031360 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0023_Jump-hero01_003.png.png
- artifactKey: Guid(aa46273beaf9b754796fd5b406354759) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0023_Jump-hero01_003.png.png using Guid(aa46273beaf9b754796fd5b406354759) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1f2d7724b9b80778e1dc19b681412b2b') in 0.034583 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000024 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0053_Slide-hero01_001.png.png
- artifactKey: Guid(b21d32133a9db444685ed5d3309fcab8) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0053_Slide-hero01_001.png.png using Guid(b21d32133a9db444685ed5d3309fcab8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dd3161a013dc16b1d016cdd46b1a3bde') in 0.030923 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000024 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0050_Sit-down01-hero01_011.png.png
- artifactKey: Guid(2039624fa77f67147adb63586bf78d7d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0050_Sit-down01-hero01_011.png.png using Guid(2039624fa77f67147adb63586bf78d7d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f43693436aed810c25344668275c3692') in 0.030113 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0037_Sit-down00-hero01_001.png.png
- artifactKey: Guid(0db3c1c1b6548b348bc41528f221dc2d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0037_Sit-down00-hero01_001.png.png using Guid(0db3c1c1b6548b348bc41528f221dc2d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd6d401a90274b66ef1203beee242bde9') in 0.032942 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000027 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0013_Idle-hero01_005.png.png
- artifactKey: Guid(e14fb8ff893cef141bda873dd21049d4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0013_Idle-hero01_005.png.png using Guid(e14fb8ff893cef141bda873dd21049d4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b4a37a182004aede966871ba42ca6f47') in 0.032186 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000033 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0047_Sit-down01-hero01_008.png.png
- artifactKey: Guid(e3b9c72bbfe1fa64888b763ef7bf8364) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0047_Sit-down01-hero01_008.png.png using Guid(e3b9c72bbfe1fa64888b763ef7bf8364) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '817adad6a3c8093ee55150fc3c0320b8') in 0.031716 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000016 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0044_Sit-down01-hero01_005.png.png
- artifactKey: Guid(7ffcde817a975df41baf94db8b2902a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0044_Sit-down01-hero01_005.png.png using Guid(7ffcde817a975df41baf94db8b2902a2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'aca19d1687195d073a1d6496d8bfbe83') in 0.071910 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0021_Jump-hero01_001.png.png
- artifactKey: Guid(0d2150a782b4e81478260887565ce4f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0021_Jump-hero01_001.png.png using Guid(0d2150a782b4e81478260887565ce4f4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '281d9cb00a064bc707db2863cb2a85e4') in 0.027364 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000021 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0026_Jump-hero01_006.png.png
- artifactKey: Guid(7503f95eb2921744da9462c8cfdcd1f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0026_Jump-hero01_006.png.png using Guid(7503f95eb2921744da9462c8cfdcd1f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f19319f788816b6c39ccda9f806345d9') in 0.046506 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0052_Sit-down01-hero01_013.png.png
- artifactKey: Guid(d371a56aaef2e3f49ade2888eac07d5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0052_Sit-down01-hero01_013.png.png using Guid(d371a56aaef2e3f49ade2888eac07d5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ed370c7d966dcb82e29abc6580fb11ff') in 0.025181 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0017_Idle-hero01_009.png.png
- artifactKey: Guid(872f7d64c4cef7148bc8771281480d5f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0017_Idle-hero01_009.png.png using Guid(872f7d64c4cef7148bc8771281480d5f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f5959eefefcc290110fc49345f78ad0b') in 0.026535 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0062_Sneaking-hero01_006.png.png
- artifactKey: Guid(0417c81f66cbc224ba6dfa00197fc8e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0062_Sneaking-hero01_006.png.png using Guid(0417c81f66cbc224ba6dfa00197fc8e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75696a0d4220875b7fe3863f44e35230') in 0.027778 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0035_Run-hero01_006.png.png
- artifactKey: Guid(6695f55c133c1a6468fd5244811f2133) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0035_Run-hero01_006.png.png using Guid(6695f55c133c1a6468fd5244811f2133) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e59ca1af1d61872ec9d008db66528240') in 0.060014 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0030_Run-hero01_001.png.png
- artifactKey: Guid(39e6967630aff0047aabc14c533e713d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0030_Run-hero01_001.png.png using Guid(39e6967630aff0047aabc14c533e713d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6fbc58c7881760a59b1952064b6dc462') in 0.033309 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000023 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0043_Sit-down01-hero01_004.png.png
- artifactKey: Guid(2e80bbabf0571ba4884b075f306ace91) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0043_Sit-down01-hero01_004.png.png using Guid(2e80bbabf0571ba4884b075f306ace91) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '310844bc06fc78d0fe00f1b51f810c0c') in 0.024710 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000016 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0040_Sit-down01-hero01_001.png.png
- artifactKey: Guid(f7f61cdf286167d4881a9a11aeb11959) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0040_Sit-down01-hero01_001.png.png using Guid(f7f61cdf286167d4881a9a11aeb11959) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ccfd885f3ccb63096d8deb451ab429af') in 0.045300 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000025 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0045_Sit-down01-hero01_006.png.png
- artifactKey: Guid(df8ceb8cee776b240906fa15aaee5806) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0045_Sit-down01-hero01_006.png.png using Guid(df8ceb8cee776b240906fa15aaee5806) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ac855e2fba13a7b662aff03da156489') in 0.064022 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000021 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0031_Run-hero01_002.png.png
- artifactKey: Guid(68c06d8eb3112bd4f816c33ec6981fd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0031_Run-hero01_002.png.png using Guid(68c06d8eb3112bd4f816c33ec6981fd8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '81d9319aea91010e93930eeed6a0d0aa') in 0.051176 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000021 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0011_Idle-hero01_003.png.png
- artifactKey: Guid(ae404e0d95d797144b496b0dcb9e012e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0011_Idle-hero01_003.png.png using Guid(ae404e0d95d797144b496b0dcb9e012e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1776e7fa994003ce23082eef252fd3a9') in 0.058247 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000029 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0059_Sneaking-hero01_003.png.png
- artifactKey: Guid(fcbd62b3c863f0a49b21ea5182f828c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0059_Sneaking-hero01_003.png.png using Guid(fcbd62b3c863f0a49b21ea5182f828c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4859502f16b3e3d112e191be759099bb') in 0.081527 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0014_Idle-hero01_006.png.png
- artifactKey: Guid(8c3c66fb148ee1e43be87362905ba50f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0014_Idle-hero01_006.png.png using Guid(8c3c66fb148ee1e43be87362905ba50f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1542640b703c6b69e99b9c2be1f01cfa') in 0.038969 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0015_Idle-hero01_007.png.png
- artifactKey: Guid(2479ea279bd3abd4d9f8c0cf87a60c3f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0015_Idle-hero01_007.png.png using Guid(2479ea279bd3abd4d9f8c0cf87a60c3f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '25527f705157578a4e9474247ff78ff7') in 0.027156 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0008_Death-hero01_009.png.png
- artifactKey: Guid(fd228208198992449b8808986503725e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0008_Death-hero01_009.png.png using Guid(fd228208198992449b8808986503725e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f3230edacf31e1ef1b9c115b44938f0e') in 0.027488 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0038_Sit-down00-hero01_002.png.png
- artifactKey: Guid(69168719f7f63bb42882710b843c2bed) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0038_Sit-down00-hero01_002.png.png using Guid(69168719f7f63bb42882710b843c2bed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2dd8f0c406c1b83e90d6f0ce3499c40e') in 0.025832 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000025 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0006_Death-hero01_007.png.png
- artifactKey: Guid(e59d0a9cc0c6c3848b3f70d7dd603dc2) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0006_Death-hero01_007.png.png using Guid(e59d0a9cc0c6c3848b3f70d7dd603dc2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a3539e3fb32f92e614cc9d6ce90c35af') in 0.042867 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000027 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0041_Sit-down01-hero01_002.png.png
- artifactKey: Guid(356dcc270961224439f7f9820701de8e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0041_Sit-down01-hero01_002.png.png using Guid(356dcc270961224439f7f9820701de8e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b163f69b456c3af2e1665778260be632') in 0.030957 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000016 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0055_Slide-hero01_003.png.png
- artifactKey: Guid(b90f3ed7b0bcfbf409933d7610efacff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0055_Slide-hero01_003.png.png using Guid(b90f3ed7b0bcfbf409933d7610efacff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1f5cb567afd08b21e69012d753240432') in 0.042871 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker1-prev.log b/Logs/AssetImportWorker1-prev.log
deleted file mode 100644
index cbbea4a..0000000
--- a/Logs/AssetImportWorker1-prev.log
+++ /dev/null
@@ -1,273 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker1
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker1.log
--srvPort
-52176
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 121.99 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56196
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002589 seconds.
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 139.03 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.642 seconds
-Domain Reload Profiling:
- ReloadAssembly (643ms)
- BeginReloadAssembly (59ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (496ms)
- LoadAssemblies (59ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (96ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (28ms)
- SetupLoadedEditorAssemblies (324ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (54ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (139ms)
- BeforeProcessingInitializeOnLoad (2ms)
- ProcessInitializeOnLoadAttributes (85ms)
- ProcessInitializeOnLoadMethodAttributes (44ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005430 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 127.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.419 seconds
-Domain Reload Profiling:
- ReloadAssembly (1420ms)
- BeginReloadAssembly (199ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (124ms)
- EndReloadAssembly (1130ms)
- LoadAssemblies (73ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (305ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (86ms)
- SetupLoadedEditorAssemblies (622ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (18ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (128ms)
- BeforeProcessingInitializeOnLoad (120ms)
- ProcessInitializeOnLoadAttributes (283ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.05 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 248.2 MB to 246.8 MB.
-Total: 3.947100 ms (FindLiveObjects: 0.459000 ms CreateObjectMapping: 0.488900 ms MarkObjects: 2.533200 ms DeleteObjects: 0.465200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 595324.610654 seconds.
- path: Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset
- artifactKey: Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/URPSettings/New Universal Render Pipeline Asset_Renderer.asset using Guid(762158762d676a449b8984a4fec16df9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '56125a103f3f17a3c5108a300aa3c8f4') in 0.032219 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.92 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6637.
-Memory consumption went from 115.0 MB to 113.6 MB.
-Total: 3.787200 ms (FindLiveObjects: 0.474400 ms CreateObjectMapping: 0.469600 ms MarkObjects: 2.453200 ms DeleteObjects: 0.389400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 186.403064 seconds.
- path: Assets/Textures/index-gigapixel-standard-scale-6_00x.png
- artifactKey: Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/index-gigapixel-standard-scale-6_00x.png using Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '87e926647e1754cc63c0c73850879ae1') in 0.062365 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1.232930 seconds.
- path: Assets/Textures/HDRI/studio_small_04_4k.exr
- artifactKey: Guid(e6923f6ed0256214eb27922d954ce0e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/HDRI/studio_small_04_4k.exr using Guid(e6923f6ed0256214eb27922d954ce0e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6b1e40f231faa657eb776deb2d193351') in 0.184461 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.65 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 60 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6751.
-Memory consumption went from 121.9 MB to 120.5 MB.
-Total: 4.944500 ms (FindLiveObjects: 0.504200 ms CreateObjectMapping: 0.515100 ms MarkObjects: 3.479400 ms DeleteObjects: 0.445100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.70 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6751.
-Memory consumption went from 122.1 MB to 120.7 MB.
-Total: 4.161600 ms (FindLiveObjects: 0.467600 ms CreateObjectMapping: 0.451000 ms MarkObjects: 2.857900 ms DeleteObjects: 0.384400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 1037.647934 seconds.
- path: Assets/Settings/Low_PipelineAsset_ForwardRenderer.asset
- artifactKey: Guid(73f37c85cfbc35b4195f4d0d63925706) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Low_PipelineAsset_ForwardRenderer.asset using Guid(73f37c85cfbc35b4195f4d0d63925706) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '179f2997e392782235f255c500ac6cc5') in 0.016651 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000040 seconds.
- path: Assets/Settings/Very High_PipelineAsset_ForwardRenderer.asset
- artifactKey: Guid(4805901fcbf6b4144950e14eb0f671aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Very High_PipelineAsset_ForwardRenderer.asset using Guid(4805901fcbf6b4144950e14eb0f671aa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '57ee784e891d589830039d142a23cda2') in 0.006474 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000035 seconds.
- path: Assets/Settings/Ultra_PipelineAsset.asset
- artifactKey: Guid(9ddddd4c639800949a3bf895b115940b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Ultra_PipelineAsset.asset using Guid(9ddddd4c639800949a3bf895b115940b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a4abdd0e0b66a5d66d01f992d3a0712') in 0.005763 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000021 seconds.
- path: Assets/Settings/Very Low_PipelineAsset_ForwardRenderer.asset
- artifactKey: Guid(e96901829c2a8db4f9535742f56d4b49) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Settings/Very Low_PipelineAsset_ForwardRenderer.asset using Guid(e96901829c2a8db4f9535742f56d4b49) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1e9f49e202fd1dfe2febf7b6e9a0471c') in 0.005516 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker1.log b/Logs/AssetImportWorker1.log
deleted file mode 100644
index 9812a1c..0000000
--- a/Logs/AssetImportWorker1.log
+++ /dev/null
@@ -1,1227 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker1
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker1.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 144.52 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56980
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.003844 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 141.53 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.682 seconds
-Domain Reload Profiling:
- ReloadAssembly (683ms)
- BeginReloadAssembly (60ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (530ms)
- LoadAssemblies (60ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (104ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (28ms)
- SetupLoadedEditorAssemblies (356ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (60ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (142ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (95ms)
- ProcessInitializeOnLoadMethodAttributes (58ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005820 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 134.85 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.557 seconds
-Domain Reload Profiling:
- ReloadAssembly (1558ms)
- BeginReloadAssembly (197ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (122ms)
- EndReloadAssembly (1256ms)
- LoadAssemblies (87ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (365ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (93ms)
- SetupLoadedEditorAssemblies (664ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (18ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (135ms)
- BeforeProcessingInitializeOnLoad (124ms)
- ProcessInitializeOnLoadAttributes (307ms)
- ProcessInitializeOnLoadMethodAttributes (78ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.49 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6636.
-Memory consumption went from 248.0 MB to 246.3 MB.
-Total: 5.119200 ms (FindLiveObjects: 0.531900 ms CreateObjectMapping: 0.740100 ms MarkObjects: 3.349400 ms DeleteObjects: 0.496700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 852384.127989 seconds.
- path: Assets/Scripts/InputHandler.cs
- artifactKey: Guid(619f23720390a5346b50c495d0c723e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Scripts/InputHandler.cs using Guid(619f23720390a5346b50c495d0c723e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bf4788668e0e4a91b389b10dc8b7b601') in 0.062279 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005854 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.04 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.108 seconds
-Domain Reload Profiling:
- ReloadAssembly (1108ms)
- BeginReloadAssembly (124ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (43ms)
- EndReloadAssembly (905ms)
- LoadAssemblies (74ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (295ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (426ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (23ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (245ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.91 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.471400 ms (FindLiveObjects: 0.412200 ms CreateObjectMapping: 0.394400 ms MarkObjects: 2.233000 ms DeleteObjects: 0.431000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005189 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.097 seconds
-Domain Reload Profiling:
- ReloadAssembly (1098ms)
- BeginReloadAssembly (114ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (909ms)
- LoadAssemblies (68ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (294ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (250ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.16 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6643.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.700700 ms (FindLiveObjects: 0.412100 ms CreateObjectMapping: 0.387600 ms MarkObjects: 2.462200 ms DeleteObjects: 0.438200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005831 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.106 seconds
-Domain Reload Profiling:
- ReloadAssembly (1106ms)
- BeginReloadAssembly (118ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (908ms)
- LoadAssemblies (77ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (290ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (429ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (28ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (243ms)
- ProcessInitializeOnLoadMethodAttributes (67ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.641500 ms (FindLiveObjects: 0.403500 ms CreateObjectMapping: 0.360200 ms MarkObjects: 2.449200 ms DeleteObjects: 0.428000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005033 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.33 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.152 seconds
-Domain Reload Profiling:
- ReloadAssembly (1152ms)
- BeginReloadAssembly (114ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (37ms)
- EndReloadAssembly (963ms)
- LoadAssemblies (76ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (324ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (449ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (259ms)
- ProcessInitializeOnLoadMethodAttributes (73ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.93 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6028 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6650.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.777200 ms (FindLiveObjects: 0.418100 ms CreateObjectMapping: 0.387000 ms MarkObjects: 2.519900 ms DeleteObjects: 0.451500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.006299 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.183 seconds
-Domain Reload Profiling:
- ReloadAssembly (1183ms)
- BeginReloadAssembly (118ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (36ms)
- EndReloadAssembly (989ms)
- LoadAssemblies (80ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (294ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (502ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (299ms)
- ProcessInitializeOnLoadMethodAttributes (85ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.88 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6028 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6653.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.729900 ms (FindLiveObjects: 0.415200 ms CreateObjectMapping: 0.362800 ms MarkObjects: 2.514500 ms DeleteObjects: 0.436700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005042 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.089 seconds
-Domain Reload Profiling:
- ReloadAssembly (1089ms)
- BeginReloadAssembly (112ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (35ms)
- EndReloadAssembly (901ms)
- LoadAssemblies (74ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (279ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (94ms)
- ProcessInitializeOnLoadAttributes (246ms)
- ProcessInitializeOnLoadMethodAttributes (67ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.89 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 62 unused Assets / (1.7 MB). Loaded Objects now: 6655.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.732400 ms (FindLiveObjects: 0.434300 ms CreateObjectMapping: 0.438700 ms MarkObjects: 2.385200 ms DeleteObjects: 0.473600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005259 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.108 seconds
-Domain Reload Profiling:
- ReloadAssembly (1109ms)
- BeginReloadAssembly (120ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (43ms)
- EndReloadAssembly (910ms)
- LoadAssemblies (73ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (289ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (434ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (26ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (247ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.14 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6658.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.697400 ms (FindLiveObjects: 0.422500 ms CreateObjectMapping: 0.405100 ms MarkObjects: 2.373700 ms DeleteObjects: 0.495100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005430 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.76 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.103 seconds
-Domain Reload Profiling:
- ReloadAssembly (1103ms)
- BeginReloadAssembly (119ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (41ms)
- EndReloadAssembly (905ms)
- LoadAssemblies (72ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (280ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (443ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (1ms)
- RefreshPlugins (2ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (251ms)
- ProcessInitializeOnLoadMethodAttributes (75ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.82 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6661.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 3.589600 ms (FindLiveObjects: 0.418600 ms CreateObjectMapping: 0.370700 ms MarkObjects: 2.364000 ms DeleteObjects: 0.435800 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005279 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.118 seconds
-Domain Reload Profiling:
- ReloadAssembly (1119ms)
- BeginReloadAssembly (112ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (935ms)
- LoadAssemblies (68ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (293ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (71ms)
- SetupLoadedEditorAssemblies (450ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (90ms)
- ProcessInitializeOnLoadAttributes (258ms)
- ProcessInitializeOnLoadMethodAttributes (74ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6664.
-Memory consumption went from 236.3 MB to 234.6 MB.
-Total: 4.753800 ms (FindLiveObjects: 0.446400 ms CreateObjectMapping: 0.432200 ms MarkObjects: 3.373100 ms DeleteObjects: 0.498400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005157 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.05 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.120 seconds
-Domain Reload Profiling:
- ReloadAssembly (1120ms)
- BeginReloadAssembly (125ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (912ms)
- LoadAssemblies (86ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (292ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (433ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (93ms)
- ProcessInitializeOnLoadAttributes (243ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.94 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6667.
-Memory consumption went from 236.3 MB to 234.7 MB.
-Total: 4.329400 ms (FindLiveObjects: 0.454500 ms CreateObjectMapping: 0.544100 ms MarkObjects: 2.856000 ms DeleteObjects: 0.474200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.68 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6667.
-Memory consumption went from 115.1 MB to 113.4 MB.
-Total: 3.630800 ms (FindLiveObjects: 0.435200 ms CreateObjectMapping: 0.403600 ms MarkObjects: 2.326000 ms DeleteObjects: 0.465400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005666 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.07 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.138 seconds
-Domain Reload Profiling:
- ReloadAssembly (1138ms)
- BeginReloadAssembly (116ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (946ms)
- LoadAssemblies (79ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (298ms)
- ReleaseScriptCaches (3ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (448ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (91ms)
- ProcessInitializeOnLoadAttributes (260ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.96 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6670.
-Memory consumption went from 236.3 MB to 234.7 MB.
-Total: 3.939800 ms (FindLiveObjects: 0.446300 ms CreateObjectMapping: 0.409800 ms MarkObjects: 2.568900 ms DeleteObjects: 0.513700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.006030 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.16 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.113 seconds
-Domain Reload Profiling:
- ReloadAssembly (1114ms)
- BeginReloadAssembly (115ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (920ms)
- LoadAssemblies (74ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (284ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (448ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (88ms)
- ProcessInitializeOnLoadAttributes (251ms)
- ProcessInitializeOnLoadMethodAttributes (80ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.03 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6673.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.692800 ms (FindLiveObjects: 0.422200 ms CreateObjectMapping: 0.401400 ms MarkObjects: 2.413100 ms DeleteObjects: 0.455500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005171 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.121 seconds
-Domain Reload Profiling:
- ReloadAssembly (1122ms)
- BeginReloadAssembly (121ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (41ms)
- EndReloadAssembly (920ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (288ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (66ms)
- SetupLoadedEditorAssemblies (443ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (256ms)
- ProcessInitializeOnLoadMethodAttributes (72ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.01 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6676.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.994100 ms (FindLiveObjects: 0.530000 ms CreateObjectMapping: 0.505000 ms MarkObjects: 2.466300 ms DeleteObjects: 0.492100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005323 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.136 seconds
-Domain Reload Profiling:
- ReloadAssembly (1137ms)
- BeginReloadAssembly (131ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (43ms)
- EndReloadAssembly (920ms)
- LoadAssemblies (83ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (291ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (441ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (256ms)
- ProcessInitializeOnLoadMethodAttributes (67ms)
- AfterProcessingInitializeOnLoad (3ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.98 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6027 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6679.
-Memory consumption went from 236.4 MB to 234.7 MB.
-Total: 3.743200 ms (FindLiveObjects: 0.437400 ms CreateObjectMapping: 0.530600 ms MarkObjects: 2.297600 ms DeleteObjects: 0.477000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 7223.668068 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0001_Death-hero01_002.png.png
- artifactKey: Guid(93e79b346ab1b1f468151d0f9e934e1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0001_Death-hero01_002.png.png using Guid(93e79b346ab1b1f468151d0f9e934e1c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3a2c70e398e3ea117cfe0dc2aa70707e') in 0.149972 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0002_Death-hero01_003.png.png
- artifactKey: Guid(b3c04a5271807c640a03f3fb5ae786d8) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0002_Death-hero01_003.png.png using Guid(b3c04a5271807c640a03f3fb5ae786d8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0193397bbe103a2a9e91e07de0714a5d') in 0.047945 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000026 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0027_Jump-hero01_007.png.png
- artifactKey: Guid(6cf8f8310a7d78c4f82dbfcf7a751722) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0027_Jump-hero01_007.png.png using Guid(6cf8f8310a7d78c4f82dbfcf7a751722) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b06f8b04b7ff63784adb35f0e2f27c65') in 0.068763 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0063_Sneaking-hero01_007.png.png
- artifactKey: Guid(05a853b08f06b7f43b7b633a25e26824) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0063_Sneaking-hero01_007.png.png using Guid(05a853b08f06b7f43b7b633a25e26824) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8ca773786c10787c357105f7927d0aae') in 0.072328 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0051_Sit-down01-hero01_012.png.png
- artifactKey: Guid(ca6c13ce0b952e641b50b1db44019e47) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0051_Sit-down01-hero01_012.png.png using Guid(ca6c13ce0b952e641b50b1db44019e47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2c761452550950295e5c1ddc9e6d8f3c') in 0.030096 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0033_Run-hero01_004.png.png
- artifactKey: Guid(710ce97603adb5b408e12d20e3bf921c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0033_Run-hero01_004.png.png using Guid(710ce97603adb5b408e12d20e3bf921c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f085789f19586d4a8081d1c10ea57260') in 0.037051 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0009_Idle-hero01_001.png.png
- artifactKey: Guid(8e9c5d874756b8149a84d8cca1b510a3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0009_Idle-hero01_001.png.png using Guid(8e9c5d874756b8149a84d8cca1b510a3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bbc37c875dc76213cbd82ddd527a68a9') in 0.033521 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000028 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0057_Sneaking-hero01_001.png.png
- artifactKey: Guid(ad3b2630950258048ad16e1d5ca29945) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0057_Sneaking-hero01_001.png.png using Guid(ad3b2630950258048ad16e1d5ca29945) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '21f86c86f87549f514d98d5493a8ac2f') in 0.027629 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000022 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0058_Sneaking-hero01_002.png.png
- artifactKey: Guid(1697877e30e563944b64e5f3f5d85b19) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0058_Sneaking-hero01_002.png.png using Guid(1697877e30e563944b64e5f3f5d85b19) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e13d2ac3e26a5cdcf6f360812cb30589') in 0.036099 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0025_Jump-hero01_005.png.png
- artifactKey: Guid(3a017b670e45b7e4b8b352b05fcb342d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0025_Jump-hero01_005.png.png using Guid(3a017b670e45b7e4b8b352b05fcb342d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '99bc5c07b86a683f89173eee0fa62bf2') in 0.031686 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000026 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0042_Sit-down01-hero01_003.png.png
- artifactKey: Guid(ce70e300a5d46ac448094915bfcdea83) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0042_Sit-down01-hero01_003.png.png using Guid(ce70e300a5d46ac448094915bfcdea83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '284ff028c73f2b9cc170bb1c6d86984e') in 0.046407 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0054_Slide-hero01_002.png.png
- artifactKey: Guid(57f74d9c59d3b68479eb441ad23e9162) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0054_Slide-hero01_002.png.png using Guid(57f74d9c59d3b68479eb441ad23e9162) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7d39259abc59fde3216a296d5b3f9660') in 0.079798 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000024 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0003_Death-hero01_004.png.png
- artifactKey: Guid(b34f02fc22bc1684ca56f028f048bfbc) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0003_Death-hero01_004.png.png using Guid(b34f02fc22bc1684ca56f028f048bfbc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3b7d0e984e192c5045d382c8317f5109') in 0.033464 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000026 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0007_Death-hero01_008.png.png
- artifactKey: Guid(0a5b5513809c15d4ea8f2aa5e651887b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0007_Death-hero01_008.png.png using Guid(0a5b5513809c15d4ea8f2aa5e651887b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b5dcccbd0ff25fdf06a53f6b0aae7021') in 0.024522 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0046_Sit-down01-hero01_007.png.png
- artifactKey: Guid(980767095bc4d5247bb32788f6df59a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0046_Sit-down01-hero01_007.png.png using Guid(980767095bc4d5247bb32788f6df59a4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '34bcc7b66c30b4942d573390c9f2b400') in 0.035214 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000027 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0018_Idle-hero01_010.png.png
- artifactKey: Guid(80bf18bf3247e6d44a902d101e62a02c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0018_Idle-hero01_010.png.png using Guid(80bf18bf3247e6d44a902d101e62a02c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '298dab16851bf1cbcba47c93ca21b5a8') in 0.061588 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000019 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0010_Idle-hero01_002.png.png
- artifactKey: Guid(92396ed923886e5408c067cdeb1dd47c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0010_Idle-hero01_002.png.png using Guid(92396ed923886e5408c067cdeb1dd47c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '644b59913f6ada4b4c36e71c5021a4bb') in 0.025186 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0056_Slide-hero01_004.png.png
- artifactKey: Guid(c9831b01c23dbaa4ea005595e0cd2ca6) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0056_Slide-hero01_004.png.png using Guid(c9831b01c23dbaa4ea005595e0cd2ca6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cdb32986b7b1f4d0bbc3c85cb7bfdec3') in 0.025213 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000030 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0005_Death-hero01_006.png.png
- artifactKey: Guid(9843c9b01348a7d4cb3c532c5dbf2af3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0005_Death-hero01_006.png.png using Guid(9843c9b01348a7d4cb3c532c5dbf2af3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb8d1978d217bb000b461cea2b175b66') in 0.028874 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000030 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0039_Sit-down00-hero01_003.png.png
- artifactKey: Guid(e2ba667f804b218448b28fec73726f6a) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0039_Sit-down00-hero01_003.png.png using Guid(e2ba667f804b218448b28fec73726f6a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e32522c9146f77fb31cb8dcfb0805f1d') in 0.057044 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0024_Jump-hero01_004.png.png
- artifactKey: Guid(eb78529d36b8b5542b131d82b0af1add) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0024_Jump-hero01_004.png.png using Guid(eb78529d36b8b5542b131d82b0af1add) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c3ce02b88d32f2104158f986d0e4b66d') in 0.033514 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000016 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0019_Idle-hero01_011.png.png
- artifactKey: Guid(a15808e57ec0ee0459c65e20e02e5fe6) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0019_Idle-hero01_011.png.png using Guid(a15808e57ec0ee0459c65e20e02e5fe6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '358c3066ba14c5cc75a29b79658f2691') in 0.062470 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000020 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0060_Sneaking-hero01_004.png.png
- artifactKey: Guid(7043219c6f19af34ebd15b49dcdc6f07) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0060_Sneaking-hero01_004.png.png using Guid(7043219c6f19af34ebd15b49dcdc6f07) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb217a483c7f9a12211b8f2fa4bd4a41') in 0.055205 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000026 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0022_Jump-hero01_002.png.png
- artifactKey: Guid(633272e61f2f6b749ab2619bb5e9033d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0022_Jump-hero01_002.png.png using Guid(633272e61f2f6b749ab2619bb5e9033d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '79d0192ed4528c6e37dba4bbd1892e1b') in 0.057297 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000027 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0036_Run-hero01_007.png.png
- artifactKey: Guid(fe1b54c3e5a3ced40a21d5922f73dd5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0036_Run-hero01_007.png.png using Guid(fe1b54c3e5a3ced40a21d5922f73dd5e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8b252be196d73534e278aa67e3e25c3d') in 0.058691 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000017 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0049_Sit-down01-hero01_010.png.png
- artifactKey: Guid(e069257304625904d8ebd49b16941557) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0049_Sit-down01-hero01_010.png.png using Guid(e069257304625904d8ebd49b16941557) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fc1f3ee1c499aa5d785e3f9d21b1fbc9') in 0.031957 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000024 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0034_Run-hero01_005.png.png
- artifactKey: Guid(dde19be22410c9c4f961e9f8bf86bb25) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0034_Run-hero01_005.png.png using Guid(dde19be22410c9c4f961e9f8bf86bb25) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c63ec03f4d34994e0988831e15ad9a4d') in 0.075718 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000029 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0016_Idle-hero01_008.png.png
- artifactKey: Guid(035831451b62b924fa2c79c1b883edd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0016_Idle-hero01_008.png.png using Guid(035831451b62b924fa2c79c1b883edd3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'abf47cd6394bf4b8878a0213d48fa32f') in 0.029790 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0020_Idle-hero01_012.png.png
- artifactKey: Guid(15088532d7aa5864dad4cf48eebe22ad) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0020_Idle-hero01_012.png.png using Guid(15088532d7aa5864dad4cf48eebe22ad) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a41b5300c2da9e1b52c6a4ae914e579c') in 0.021924 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000031 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0061_Sneaking-hero01_005.png.png
- artifactKey: Guid(4b9ab9ca4844762458e5eff72a98fb93) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0061_Sneaking-hero01_005.png.png using Guid(4b9ab9ca4844762458e5eff72a98fb93) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bc97bc597b3493f2bb41b76b1d54d279') in 0.030567 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000018 seconds.
- path: Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0048_Sit-down01-hero01_009.png.png
- artifactKey: Guid(9d402b03d9c400040b0c0f3a1b65bc30) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Plugins/Easy performant outline/Demo/Models for Demo scene/Free 2D Demo Character sprite sheet/Sprite sheet/_0048_Sit-down01-hero01_009.png.png using Guid(9d402b03d9c400040b0c0f3a1b65bc30) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7459c388b01747a07aaad1d130f1a435') in 0.021728 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker2-prev.log b/Logs/AssetImportWorker2-prev.log
deleted file mode 100644
index e1ec288..0000000
--- a/Logs/AssetImportWorker2-prev.log
+++ /dev/null
@@ -1,710 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker2
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker2.log
--srvPort
-52176
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 133.17 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56944
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002509 seconds.
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 132.58 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.618 seconds
-Domain Reload Profiling:
- ReloadAssembly (618ms)
- BeginReloadAssembly (58ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (480ms)
- LoadAssemblies (57ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (90ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (26ms)
- SetupLoadedEditorAssemblies (321ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (59ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (133ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (88ms)
- ProcessInitializeOnLoadMethodAttributes (40ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005430 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 131.00 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.396 seconds
-Domain Reload Profiling:
- ReloadAssembly (1397ms)
- BeginReloadAssembly (194ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (120ms)
- EndReloadAssembly (1115ms)
- LoadAssemblies (71ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (303ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (79ms)
- SetupLoadedEditorAssemblies (621ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (18ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (131ms)
- BeforeProcessingInitializeOnLoad (119ms)
- ProcessInitializeOnLoadAttributes (279ms)
- ProcessInitializeOnLoadMethodAttributes (72ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 247.8 MB to 246.4 MB.
-Total: 3.845100 ms (FindLiveObjects: 0.453300 ms CreateObjectMapping: 0.452400 ms MarkObjects: 2.558500 ms DeleteObjects: 0.380300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.70 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 114.6 MB to 113.2 MB.
-Total: 3.564900 ms (FindLiveObjects: 0.512300 ms CreateObjectMapping: 0.514500 ms MarkObjects: 2.161600 ms DeleteObjects: 0.376000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.007300 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.05 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.382 seconds
-Domain Reload Profiling:
- ReloadAssembly (1382ms)
- BeginReloadAssembly (123ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (1173ms)
- LoadAssemblies (80ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (544ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (70ms)
- SetupLoadedEditorAssemblies (438ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (23ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (255ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (3ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6639.
-Memory consumption went from 236.0 MB to 234.6 MB.
-Total: 3.632700 ms (FindLiveObjects: 0.440100 ms CreateObjectMapping: 0.417500 ms MarkObjects: 2.309600 ms DeleteObjects: 0.464600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.93 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6639.
-Memory consumption went from 114.8 MB to 113.4 MB.
-Total: 4.131900 ms (FindLiveObjects: 0.826000 ms CreateObjectMapping: 0.379500 ms MarkObjects: 2.506100 ms DeleteObjects: 0.419500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005412 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.112 seconds
-Domain Reload Profiling:
- ReloadAssembly (1112ms)
- BeginReloadAssembly (116ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (921ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (283ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (63ms)
- SetupLoadedEditorAssemblies (447ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (260ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.79 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6642.
-Memory consumption went from 236.0 MB to 234.6 MB.
-Total: 3.610800 ms (FindLiveObjects: 0.394400 ms CreateObjectMapping: 0.365900 ms MarkObjects: 2.441000 ms DeleteObjects: 0.408900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.90 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6642.
-Memory consumption went from 114.0 MB to 112.3 MB.
-Total: 4.538100 ms (FindLiveObjects: 0.436200 ms CreateObjectMapping: 0.403300 ms MarkObjects: 3.185500 ms DeleteObjects: 0.512100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6642.
-Memory consumption went from 114.0 MB to 112.3 MB.
-Total: 3.846600 ms (FindLiveObjects: 0.422900 ms CreateObjectMapping: 0.445200 ms MarkObjects: 2.515600 ms DeleteObjects: 0.462200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005082 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.06 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.137 seconds
-Domain Reload Profiling:
- ReloadAssembly (1138ms)
- BeginReloadAssembly (115ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (38ms)
- EndReloadAssembly (934ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (298ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (66ms)
- SetupLoadedEditorAssemblies (441ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (255ms)
- ProcessInitializeOnLoadMethodAttributes (71ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.18 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 235.2 MB to 233.5 MB.
-Total: 3.770100 ms (FindLiveObjects: 0.420800 ms CreateObjectMapping: 0.432700 ms MarkObjects: 2.429500 ms DeleteObjects: 0.485900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 602820.986647 seconds.
- path: Assets/InputSystem.inputsettings.asset
- artifactKey: Guid(31cae119f440ee64ba43351a4dacc12b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/InputSystem.inputsettings.asset using Guid(31cae119f440ee64ba43351a4dacc12b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f54678d7ca82f9e2d3080220afbbe7a7') in 0.156534 seconds
-========================================================================
-Received Import Request.
- Time since last request: 4.401177 seconds.
- path: Assets/Textures/hexagon.png
- artifactKey: Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/hexagon.png using Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '880126ee976fbb153b41c1dbc66db69d') in 0.080609 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1.100268 seconds.
- path: Assets/Textures/UI
- artifactKey: Guid(1e7a1f81506cbf24faae22fcb4711004) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI using Guid(1e7a1f81506cbf24faae22fcb4711004) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a748257372f4bb49b1253576aa9f6c24') in 0.005319 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.014743 seconds.
- path: Assets/Textures/UI/ScanFrame.png
- artifactKey: Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/ScanFrame.png using Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e35fec6e737dd2cd1cf88904078e91ae') in 0.012086 seconds
-========================================================================
-Received Import Request.
- Time since last request: 12.425785 seconds.
- path: Assets/Textures/UI/ScanFrame.png
- artifactKey: Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/ScanFrame.png using Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2e671b11461f7aed2da0cb39b243c0cd') in 0.011532 seconds
-========================================================================
-Received Import Request.
- Time since last request: 28.873123 seconds.
- path: Assets/Textures/UI/ScanFrame.png
- artifactKey: Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/ScanFrame.png using Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5a1ba5a8d49718a79d7371d8e47c1c8a') in 0.060532 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005834 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.664 seconds
-Domain Reload Profiling:
- ReloadAssembly (1664ms)
- BeginReloadAssembly (220ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (49ms)
- EndReloadAssembly (1330ms)
- LoadAssemblies (168ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (630ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (461ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (90ms)
- ProcessInitializeOnLoadAttributes (265ms)
- ProcessInitializeOnLoadMethodAttributes (76ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (11ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.20 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6656.
-Memory consumption went from 239.3 MB to 237.6 MB.
-Total: 3.812800 ms (FindLiveObjects: 0.437900 ms CreateObjectMapping: 0.482700 ms MarkObjects: 2.420700 ms DeleteObjects: 0.470700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005024 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.15 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.150 seconds
-Domain Reload Profiling:
- ReloadAssembly (1151ms)
- BeginReloadAssembly (125ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (45ms)
- EndReloadAssembly (943ms)
- LoadAssemblies (78ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (289ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (76ms)
- SetupLoadedEditorAssemblies (448ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (260ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (10ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6659.
-Memory consumption went from 239.3 MB to 237.6 MB.
-Total: 3.803700 ms (FindLiveObjects: 0.475700 ms CreateObjectMapping: 0.487200 ms MarkObjects: 2.373100 ms DeleteObjects: 0.466500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-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 iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.11 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.134 seconds
-Domain Reload Profiling:
- ReloadAssembly (1135ms)
- BeginReloadAssembly (112ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (37ms)
- EndReloadAssembly (940ms)
- LoadAssemblies (74ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (279ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (466ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (26ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (95ms)
- ProcessInitializeOnLoadAttributes (263ms)
- ProcessInitializeOnLoadMethodAttributes (77ms)
- AfterProcessingInitializeOnLoad (3ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (11ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.23 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6662.
-Memory consumption went from 239.3 MB to 237.6 MB.
-Total: 4.287900 ms (FindLiveObjects: 0.490800 ms CreateObjectMapping: 0.461700 ms MarkObjects: 2.836300 ms DeleteObjects: 0.497500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005726 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.05 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.129 seconds
-Domain Reload Profiling:
- ReloadAssembly (1130ms)
- BeginReloadAssembly (119ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (41ms)
- EndReloadAssembly (937ms)
- LoadAssemblies (69ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (297ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (65ms)
- SetupLoadedEditorAssemblies (454ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (266ms)
- ProcessInitializeOnLoadMethodAttributes (73ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (11ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.26 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6665.
-Memory consumption went from 239.3 MB to 237.7 MB.
-Total: 3.795000 ms (FindLiveObjects: 0.425300 ms CreateObjectMapping: 0.386700 ms MarkObjects: 2.500400 ms DeleteObjects: 0.481600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.04 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6665.
-Memory consumption went from 118.1 MB to 116.5 MB.
-Total: 4.247100 ms (FindLiveObjects: 0.422500 ms CreateObjectMapping: 0.415200 ms MarkObjects: 2.582500 ms DeleteObjects: 0.826100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-AssetImportWorkerClient::OnTransportError - code=10054 error=Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå.
diff --git a/Logs/AssetImportWorker2.log b/Logs/AssetImportWorker2.log
deleted file mode 100644
index bf1abac..0000000
--- a/Logs/AssetImportWorker2.log
+++ /dev/null
@@ -1,405 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker2
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker2.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 141.63 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56344
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002741 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 145.18 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.695 seconds
-Domain Reload Profiling:
- ReloadAssembly (696ms)
- BeginReloadAssembly (65ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (534ms)
- LoadAssemblies (65ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (112ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (31ms)
- SetupLoadedEditorAssemblies (345ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (57ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (145ms)
- BeforeProcessingInitializeOnLoad (2ms)
- ProcessInitializeOnLoadAttributes (94ms)
- ProcessInitializeOnLoadMethodAttributes (47ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.006638 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 126.88 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.394 seconds
-Domain Reload Profiling:
- ReloadAssembly (1394ms)
- BeginReloadAssembly (196ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (128ms)
- EndReloadAssembly (1110ms)
- LoadAssemblies (65ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (304ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (81ms)
- SetupLoadedEditorAssemblies (616ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (17ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (127ms)
- BeforeProcessingInitializeOnLoad (125ms)
- ProcessInitializeOnLoadAttributes (275ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.06 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6201 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 248.1 MB to 246.4 MB.
-Total: 3.821000 ms (FindLiveObjects: 0.456000 ms CreateObjectMapping: 0.491400 ms MarkObjects: 2.452500 ms DeleteObjects: 0.420400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 859621.635745 seconds.
- path: Assets/Textures/UI/SplashImage.png
- artifactKey: Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/SplashImage.png using Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ec4e7e21b614029f12983f334208fe1f') in 0.073095 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 10.17 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 4.356200 ms (FindLiveObjects: 0.528600 ms CreateObjectMapping: 0.560600 ms MarkObjects: 2.797200 ms DeleteObjects: 0.469000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.74 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 4.500900 ms (FindLiveObjects: 0.487800 ms CreateObjectMapping: 0.541900 ms MarkObjects: 2.966000 ms DeleteObjects: 0.504600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.73 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 4.652200 ms (FindLiveObjects: 0.469000 ms CreateObjectMapping: 0.477000 ms MarkObjects: 3.225700 ms DeleteObjects: 0.479400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 326.438418 seconds.
- path: Assets/Textures/UI/ScanFrame.png
- artifactKey: Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/ScanFrame.png using Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b6030cbf5d5b077ebabc987615375f60') in 0.075648 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.15 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 119.1 MB to 117.4 MB.
-Total: 4.293500 ms (FindLiveObjects: 0.482000 ms CreateObjectMapping: 0.547600 ms MarkObjects: 2.716500 ms DeleteObjects: 0.546600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 9.27 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 119.1 MB to 117.4 MB.
-Total: 6.759000 ms (FindLiveObjects: 0.724000 ms CreateObjectMapping: 0.719000 ms MarkObjects: 4.740000 ms DeleteObjects: 0.575600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 402.716224 seconds.
- path: Assets/Textures/UI/ScanFrame.png
- artifactKey: Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/ScanFrame.png using Guid(12a40d64638d135469ad55bc64693bff) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d8fe3f9518fdbd4d8a96cfb1c4089c4') in 0.032391 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.14 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 119.1 MB to 117.4 MB.
-Total: 4.273600 ms (FindLiveObjects: 0.511000 ms CreateObjectMapping: 0.553000 ms MarkObjects: 2.720000 ms DeleteObjects: 0.489000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.32 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 119.1 MB to 117.4 MB.
-Total: 4.311500 ms (FindLiveObjects: 0.498100 ms CreateObjectMapping: 0.561200 ms MarkObjects: 2.741300 ms DeleteObjects: 0.510200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 1003.924451 seconds.
- path: Assets/Textures/hexagon.png
- artifactKey: Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/hexagon.png using Guid(0888f02bace701e4e92cb9263de65f13) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '42a091ebe70221509a1b1a2d9843a7e5') in 0.027597 seconds
-========================================================================
-Received Import Request.
- Time since last request: 6.876446 seconds.
- path: Assets/Fonts
- artifactKey: Guid(e3b38e92b043d744c921e0e4c4885dd2) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts using Guid(e3b38e92b043d744c921e0e4c4885dd2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0a008274cf9d2c31c58759e8cba7efb9') in 0.004037 seconds
-========================================================================
-Received Import Request.
- Time since last request: 12.177337 seconds.
- path: Assets/Fonts/TTNorms
- artifactKey: Guid(3f115604401e0fd4f8f05b96df746a32) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms using Guid(3f115604401e0fd4f8f05b96df746a32) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4f5931577bc1305ed5f3c47ad4f1ca6b') in 0.004064 seconds
-========================================================================
-Received Import Request.
- Time since last request: 21.804756 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Black.ttf
- artifactKey: Guid(aff675b2de551ea49823b579a4889431) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Black.ttf using Guid(aff675b2de551ea49823b579a4889431) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1f20d70699c571b5e461d681960bd14f') in 0.290508 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000031 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-ExtraBoldItalic.ttf
- artifactKey: Guid(95dae36a9a57f5446be5cbf019c360fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-ExtraBoldItalic.ttf using Guid(95dae36a9a57f5446be5cbf019c360fe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '32bc8fd36f09a33e7d0094b9914b8501') in 0.016566 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000039 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-ExtraLight.ttf
- artifactKey: Guid(c8b16f8d65c7c3943ae4f6bdc8c9f67d) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-ExtraLight.ttf using Guid(c8b16f8d65c7c3943ae4f6bdc8c9f67d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2b853c0846de496a81f7073e4e4fd8ee') in 0.036366 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000023 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Light.ttf
- artifactKey: Guid(a44399cb40e84e640ba393f82a839cdd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Light.ttf using Guid(a44399cb40e84e640ba393f82a839cdd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '990e3c29e35354f26f37eb9cc57040cb') in 0.018229 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000021 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-MediumItalic.ttf
- artifactKey: Guid(407cbfa38e6dd6c44850e0f2785228e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-MediumItalic.ttf using Guid(407cbfa38e6dd6c44850e0f2785228e7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '65261563bf1eb6249ad1b29b08f4d5f7') in 0.018999 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000023 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Thin.ttf
- artifactKey: Guid(9bcd394ec85e1314f8e20b6f5f0dad6c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Thin.ttf using Guid(9bcd394ec85e1314f8e20b6f5f0dad6c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '14d3adc063aad46c59f74e3fe61f59e4') in 0.018987 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000030 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-ExtraLightItalic.ttf
- artifactKey: Guid(0f9c0354162da4140b2c19d539c697e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-ExtraLightItalic.ttf using Guid(0f9c0354162da4140b2c19d539c697e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b79b10ead2537a288f0106be45c4be4d') in 0.016049 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000032 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-HeavyItalic.ttf
- artifactKey: Guid(b40efc4a2f2d8594698b378e9aa6e706) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-HeavyItalic.ttf using Guid(b40efc4a2f2d8594698b378e9aa6e706) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a70f230b98c112089b9e139f6f17615b') in 0.015925 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000026 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Italic.ttf
- artifactKey: Guid(e68aaa18f37eafc4aa3a7f19bafb0b4c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Italic.ttf using Guid(e68aaa18f37eafc4aa3a7f19bafb0b4c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3b17f39c21461e3c769216fc270d641f') in 0.017029 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker3-prev.log b/Logs/AssetImportWorker3-prev.log
deleted file mode 100644
index b599844..0000000
--- a/Logs/AssetImportWorker3-prev.log
+++ /dev/null
@@ -1,679 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker3
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker3.log
--srvPort
-52176
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 122.88 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56604
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.004106 seconds.
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 124.81 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.609 seconds
-Domain Reload Profiling:
- ReloadAssembly (610ms)
- BeginReloadAssembly (56ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (462ms)
- LoadAssemblies (56ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (93ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (28ms)
- SetupLoadedEditorAssemblies (299ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (51ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (125ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (83ms)
- ProcessInitializeOnLoadMethodAttributes (38ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005558 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 128.98 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.400 seconds
-Domain Reload Profiling:
- ReloadAssembly (1401ms)
- BeginReloadAssembly (194ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (120ms)
- EndReloadAssembly (1118ms)
- LoadAssemblies (71ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (296ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (81ms)
- SetupLoadedEditorAssemblies (626ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (18ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (129ms)
- BeforeProcessingInitializeOnLoad (121ms)
- ProcessInitializeOnLoadAttributes (285ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-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 1.27 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6200 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 247.8 MB to 246.4 MB.
-Total: 3.946500 ms (FindLiveObjects: 0.468800 ms CreateObjectMapping: 0.474000 ms MarkObjects: 2.596800 ms DeleteObjects: 0.406000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.50 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6636.
-Memory consumption went from 114.6 MB to 113.2 MB.
-Total: 3.802500 ms (FindLiveObjects: 0.500400 ms CreateObjectMapping: 0.518500 ms MarkObjects: 2.343500 ms DeleteObjects: 0.439400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.006863 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.10 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.389 seconds
-Domain Reload Profiling:
- ReloadAssembly (1389ms)
- BeginReloadAssembly (127ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (46ms)
- EndReloadAssembly (1176ms)
- LoadAssemblies (77ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (543ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (71ms)
- SetupLoadedEditorAssemblies (440ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (87ms)
- ProcessInitializeOnLoadAttributes (257ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.77 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6639.
-Memory consumption went from 236.0 MB to 234.6 MB.
-Total: 3.609400 ms (FindLiveObjects: 0.408400 ms CreateObjectMapping: 0.368900 ms MarkObjects: 2.436500 ms DeleteObjects: 0.394900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.93 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6639.
-Memory consumption went from 114.9 MB to 113.4 MB.
-Total: 3.632900 ms (FindLiveObjects: 0.405000 ms CreateObjectMapping: 0.354400 ms MarkObjects: 2.488300 ms DeleteObjects: 0.384700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005240 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.03 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.117 seconds
-Domain Reload Profiling:
- ReloadAssembly (1118ms)
- BeginReloadAssembly (120ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (40ms)
- EndReloadAssembly (924ms)
- LoadAssemblies (78ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (283ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (448ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (92ms)
- ProcessInitializeOnLoadAttributes (259ms)
- ProcessInitializeOnLoadMethodAttributes (69ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (7ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.04 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.4 MB). Loaded Objects now: 6642.
-Memory consumption went from 236.1 MB to 234.6 MB.
-Total: 3.533600 ms (FindLiveObjects: 0.414500 ms CreateObjectMapping: 0.431000 ms MarkObjects: 2.272100 ms DeleteObjects: 0.415200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.92 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6642.
-Memory consumption went from 114.1 MB to 112.4 MB.
-Total: 4.598600 ms (FindLiveObjects: 0.437100 ms CreateObjectMapping: 0.397400 ms MarkObjects: 3.264000 ms DeleteObjects: 0.499600 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 7.15 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6642.
-Memory consumption went from 114.1 MB to 112.5 MB.
-Total: 3.781600 ms (FindLiveObjects: 0.418300 ms CreateObjectMapping: 0.443800 ms MarkObjects: 2.448600 ms DeleteObjects: 0.470000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.007183 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.136 seconds
-Domain Reload Profiling:
- ReloadAssembly (1136ms)
- BeginReloadAssembly (125ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (39ms)
- EndReloadAssembly (930ms)
- LoadAssemblies (81ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (304ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (66ms)
- SetupLoadedEditorAssemblies (435ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (88ms)
- ProcessInitializeOnLoadAttributes (248ms)
- ProcessInitializeOnLoadMethodAttributes (72ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 5.18 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6646.
-Memory consumption went from 235.3 MB to 233.6 MB.
-Total: 3.820100 ms (FindLiveObjects: 0.416200 ms CreateObjectMapping: 0.387800 ms MarkObjects: 2.566200 ms DeleteObjects: 0.449000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 602825.553747 seconds.
- path: Assets/Textures/index-gigapixel-standard-scale-6_00x.png
- artifactKey: Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/index-gigapixel-standard-scale-6_00x.png using Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b28114e2b7987d96d1da6caf4d03887d') in 0.224309 seconds
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005630 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.12 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.662 seconds
-Domain Reload Profiling:
- ReloadAssembly (1663ms)
- BeginReloadAssembly (220ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (45ms)
- EndReloadAssembly (1330ms)
- LoadAssemblies (172ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (631ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (66ms)
- SetupLoadedEditorAssemblies (461ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (90ms)
- ProcessInitializeOnLoadAttributes (268ms)
- ProcessInitializeOnLoadMethodAttributes (74ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (11ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.33 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6652.
-Memory consumption went from 235.4 MB to 233.7 MB.
-Total: 3.845500 ms (FindLiveObjects: 0.430300 ms CreateObjectMapping: 0.434400 ms MarkObjects: 2.512500 ms DeleteObjects: 0.467200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.006353 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.18 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.158 seconds
-Domain Reload Profiling:
- ReloadAssembly (1159ms)
- BeginReloadAssembly (139ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (49ms)
- EndReloadAssembly (938ms)
- LoadAssemblies (82ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (294ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (68ms)
- SetupLoadedEditorAssemblies (449ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (89ms)
- ProcessInitializeOnLoadAttributes (261ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (9ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6655.
-Memory consumption went from 235.4 MB to 233.7 MB.
-Total: 3.742800 ms (FindLiveObjects: 0.413100 ms CreateObjectMapping: 0.378100 ms MarkObjects: 2.479400 ms DeleteObjects: 0.471400 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005408 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.08 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.142 seconds
-Domain Reload Profiling:
- ReloadAssembly (1143ms)
- BeginReloadAssembly (116ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (42ms)
- EndReloadAssembly (945ms)
- LoadAssemblies (71ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (282ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (67ms)
- SetupLoadedEditorAssemblies (469ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (25ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (95ms)
- ProcessInitializeOnLoadAttributes (268ms)
- ProcessInitializeOnLoadMethodAttributes (77ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (9ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 3.91 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6658.
-Memory consumption went from 235.4 MB to 233.7 MB.
-Total: 4.245200 ms (FindLiveObjects: 0.499800 ms CreateObjectMapping: 0.829400 ms MarkObjects: 2.460200 ms DeleteObjects: 0.455100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Registering precompiled user dll's ...
-Registered in 0.005806 seconds.
-Begin MonoManager ReloadAssembly
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 1.08 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.133 seconds
-Domain Reload Profiling:
- ReloadAssembly (1134ms)
- BeginReloadAssembly (122ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (4ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (45ms)
- EndReloadAssembly (937ms)
- LoadAssemblies (71ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (296ms)
- ReleaseScriptCaches (2ms)
- RebuildScriptCaches (64ms)
- SetupLoadedEditorAssemblies (456ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (24ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (1ms)
- BeforeProcessingInitializeOnLoad (86ms)
- ProcessInitializeOnLoadAttributes (269ms)
- ProcessInitializeOnLoadMethodAttributes (74ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (9ms)
-Platform modules already initialized, skipping
-Refreshing native plugins compatible for Editor in 4.31 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6026 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6661.
-Memory consumption went from 235.4 MB to 233.7 MB.
-Total: 3.659400 ms (FindLiveObjects: 0.461300 ms CreateObjectMapping: 0.407000 ms MarkObjects: 2.335100 ms DeleteObjects: 0.455300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.75 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6661.
-Memory consumption went from 114.2 MB to 112.5 MB.
-Total: 3.537600 ms (FindLiveObjects: 0.422400 ms CreateObjectMapping: 0.400600 ms MarkObjects: 2.258300 ms DeleteObjects: 0.455500 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
diff --git a/Logs/AssetImportWorker3.log b/Logs/AssetImportWorker3.log
deleted file mode 100644
index 7df6290..0000000
--- a/Logs/AssetImportWorker3.log
+++ /dev/null
@@ -1,387 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker3
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker3.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 138.98 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56484
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002791 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 145.07 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.709 seconds
-Domain Reload Profiling:
- ReloadAssembly (710ms)
- BeginReloadAssembly (63ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (552ms)
- LoadAssemblies (62ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (118ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (31ms)
- SetupLoadedEditorAssemblies (355ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (59ms)
- SetLoadedEditorAssemblies (1ms)
- RefreshPlugins (145ms)
- BeforeProcessingInitializeOnLoad (2ms)
- ProcessInitializeOnLoadAttributes (106ms)
- ProcessInitializeOnLoadMethodAttributes (41ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005592 seconds.
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 125.83 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.404 seconds
-Domain Reload Profiling:
- ReloadAssembly (1405ms)
- BeginReloadAssembly (201ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (131ms)
- EndReloadAssembly (1113ms)
- LoadAssemblies (69ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (299ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (83ms)
- SetupLoadedEditorAssemblies (620ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (17ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (126ms)
- BeforeProcessingInitializeOnLoad (122ms)
- ProcessInitializeOnLoadAttributes (284ms)
- ProcessInitializeOnLoadMethodAttributes (68ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.07 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6201 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 248.1 MB to 246.3 MB.
-Total: 3.696500 ms (FindLiveObjects: 0.465800 ms CreateObjectMapping: 0.460300 ms MarkObjects: 2.333300 ms DeleteObjects: 0.436100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.89 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 114.8 MB to 113.1 MB.
-Total: 3.771000 ms (FindLiveObjects: 0.472400 ms CreateObjectMapping: 0.515200 ms MarkObjects: 2.346300 ms DeleteObjects: 0.436200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 9.14 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 114.8 MB to 113.1 MB.
-Total: 3.862900 ms (FindLiveObjects: 0.488800 ms CreateObjectMapping: 0.495200 ms MarkObjects: 2.453600 ms DeleteObjects: 0.424800 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 10.01 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 114.8 MB to 113.1 MB.
-Total: 6.347100 ms (FindLiveObjects: 0.704600 ms CreateObjectMapping: 0.718400 ms MarkObjects: 4.273400 ms DeleteObjects: 0.650000 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 859948.154768 seconds.
- path: Assets/Textures/UI/SplashImage.png
- artifactKey: Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/SplashImage.png using Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '85a747e93b26b50aaf089e3f80e0b367') in 0.109352 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.60 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 4.162900 ms (FindLiveObjects: 0.477100 ms CreateObjectMapping: 0.508500 ms MarkObjects: 2.676900 ms DeleteObjects: 0.499700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 10.65 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 10.377400 ms (FindLiveObjects: 3.536600 ms CreateObjectMapping: 0.798800 ms MarkObjects: 5.395400 ms DeleteObjects: 0.645900 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 402.682164 seconds.
- path: Assets/Textures/UI/SplashImage.png
- artifactKey: Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/UI/SplashImage.png using Guid(38fc45d547559c347b7d562f198e4998) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b8ca0252b75fd7541a09a20bf8d0af9d') in 0.026501 seconds
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.86 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 4.045700 ms (FindLiveObjects: 0.461700 ms CreateObjectMapping: 0.513200 ms MarkObjects: 2.632100 ms DeleteObjects: 0.438100 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Prepare
-Refreshing native plugins compatible for Editor in 6.60 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 61 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 61 unused Assets / (1.7 MB). Loaded Objects now: 6640.
-Memory consumption went from 114.9 MB to 113.2 MB.
-Total: 3.934400 ms (FindLiveObjects: 0.474500 ms CreateObjectMapping: 0.491800 ms MarkObjects: 2.521500 ms DeleteObjects: 0.446200 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 1003.930482 seconds.
- path: Assets/Textures/index-gigapixel-standard-scale-6_00x.png
- artifactKey: Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Textures/index-gigapixel-standard-scale-6_00x.png using Guid(cb4a85fc9b32c4e478996383be0ac13b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '224366e98e2445e9d55f08fe6bbc62c0') in 0.041236 seconds
-========================================================================
-Received Import Request.
- Time since last request: 40.867539 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-BlackItalic.ttf
- artifactKey: Guid(c973f2a054e076041b74485f023ce7af) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-BlackItalic.ttf using Guid(c973f2a054e076041b74485f023ce7af) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '32cc8486247035ac85fc642ed3f3a31e') in 0.309209 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000040 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-ExtraBold.ttf
- artifactKey: Guid(bdf0dd54117583449801d562faef14c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-ExtraBold.ttf using Guid(bdf0dd54117583449801d562faef14c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '644951ae46e0772aa78a9b7294455265') in 0.033134 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000058 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Regular.ttf
- artifactKey: Guid(ed0044bd1fed4954d867a06e8cbb3346) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Regular.ttf using Guid(ed0044bd1fed4954d867a06e8cbb3346) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f79fa4b7221527bf7242dcc1312d1a43') in 0.018122 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000037 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Bold.ttf
- artifactKey: Guid(22e07bc5e64463e4f940b74598f58250) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Bold.ttf using Guid(22e07bc5e64463e4f940b74598f58250) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '06b82951fa1e9928385c5e0fc998febc') in 0.018447 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000036 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-ThinItalic.ttf
- artifactKey: Guid(f39fb8cc734b9b341b9a16133330f06f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-ThinItalic.ttf using Guid(f39fb8cc734b9b341b9a16133330f06f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4e8d487023b3adb4ad2a3da7a9599f44') in 0.016167 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000025 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Heavy.ttf
- artifactKey: Guid(b4a1c3fd6b8379e498c5bfbbfcfe800e) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Heavy.ttf using Guid(b4a1c3fd6b8379e498c5bfbbfcfe800e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '05dba5c51fdc42c96431b7b06f4d2782') in 0.017364 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000032 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-Medium.ttf
- artifactKey: Guid(2bfbca21721154045bfb736e1d8627fb) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-Medium.ttf using Guid(2bfbca21721154045bfb736e1d8627fb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'dd6cf55ae06adc4fe70b11d42ed484d5') in 0.016688 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000029 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-BoldItalic.ttf
- artifactKey: Guid(2c5e56362b3a5984587dca9b5dd7bffb) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-BoldItalic.ttf using Guid(2c5e56362b3a5984587dca9b5dd7bffb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '13392affe01ee198e5b27e94ae40a746') in 0.018322 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000023 seconds.
- path: Assets/Fonts/TTNorms/TTNorms-LightItalic.ttf
- artifactKey: Guid(9b23b3bf0382d234aa902e9a401ee736) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/TTNorms/TTNorms-LightItalic.ttf using Guid(9b23b3bf0382d234aa902e9a401ee736) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a3f99c3bbce602b7567699971e437559') in 0.016332 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker4.log b/Logs/AssetImportWorker4.log
deleted file mode 100644
index 9d55396..0000000
--- a/Logs/AssetImportWorker4.log
+++ /dev/null
@@ -1,218 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker4
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker4.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 144.98 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56012
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002572 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 140.82 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.649 seconds
-Domain Reload Profiling:
- ReloadAssembly (649ms)
- BeginReloadAssembly (54ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (507ms)
- LoadAssemblies (54ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (105ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (27ms)
- SetupLoadedEditorAssemblies (328ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (56ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (141ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (89ms)
- ProcessInitializeOnLoadMethodAttributes (41ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005327 seconds.
-Android Extension - Scanning For ADB Devices 615 ms
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 129.85 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.295 seconds
-Domain Reload Profiling:
- ReloadAssembly (1296ms)
- BeginReloadAssembly (88ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (17ms)
- EndReloadAssembly (1118ms)
- LoadAssemblies (75ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (301ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (81ms)
- SetupLoadedEditorAssemblies (618ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (17ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (130ms)
- BeforeProcessingInitializeOnLoad (118ms)
- ProcessInitializeOnLoadAttributes (280ms)
- ProcessInitializeOnLoadMethodAttributes (70ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (4ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.09 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6201 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 248.1 MB to 246.4 MB.
-Total: 3.772600 ms (FindLiveObjects: 0.511900 ms CreateObjectMapping: 0.515900 ms MarkObjects: 2.307000 ms DeleteObjects: 0.437300 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 861636.821504 seconds.
- path: Assets/Materials/M_Skybox.mat
- artifactKey: Guid(211532c2d54640b449b02b9313d8c3e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Materials/M_Skybox.mat using Guid(211532c2d54640b449b02b9313d8c3e8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a80a39a418d4b889a29c11c4e59117a8') in 2.555310 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1179.272526 seconds.
- path: Assets/Fonts/Roboto/Roboto-Black.ttf
- artifactKey: Guid(1f93629574b73874bae2849d1b302c83) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Black.ttf using Guid(1f93629574b73874bae2849d1b302c83) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4ce2e53e00309aa2be7426e488434822') in 0.042770 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000039 seconds.
- path: Assets/Fonts/Roboto/Roboto-Italic.ttf
- artifactKey: Guid(5cad14564fee71a44838fd2f6d6620c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Italic.ttf using Guid(5cad14564fee71a44838fd2f6d6620c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '261e5931ed215bda9f2d3fc3f144cf1f') in 0.015534 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000030 seconds.
- path: Assets/Fonts/Roboto/Roboto-Medium.ttf
- artifactKey: Guid(ed6e26b91ffaaf84f974f55047a5d904) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Medium.ttf using Guid(ed6e26b91ffaaf84f974f55047a5d904) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a40f83fb6c43670305bd2a3c1be69d46') in 0.016332 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000033 seconds.
- path: Assets/Fonts/Roboto/Roboto-Bold.ttf
- artifactKey: Guid(83e08ff5242a2a74f8bb0bfa897a3714) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Bold.ttf using Guid(83e08ff5242a2a74f8bb0bfa897a3714) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5c3169d4b77aa2d9919f39c07fa4a562') in 0.014960 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000032 seconds.
- path: Assets/Fonts/Roboto/Roboto-MediumItalic.ttf
- artifactKey: Guid(1a715e2fe1c9f78418530027ee14dccc) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-MediumItalic.ttf using Guid(1a715e2fe1c9f78418530027ee14dccc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '401b3fa0866a16acacb5409805f50a32') in 0.016247 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000029 seconds.
- path: Assets/Fonts/Roboto/Roboto-BoldItalic.ttf
- artifactKey: Guid(a57d5aba6b8e822419920c4c635b3198) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-BoldItalic.ttf using Guid(a57d5aba6b8e822419920c4c635b3198) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1523954ea443e359bc3359380edfd9e1') in 0.015970 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker5.log b/Logs/AssetImportWorker5.log
deleted file mode 100644
index ef79c7a..0000000
--- a/Logs/AssetImportWorker5.log
+++ /dev/null
@@ -1,218 +0,0 @@
-Using pre-set license
-Built from '2021.3/staging' branch; Version is '2021.3.11f1 (0a5ca18544bf) revision 679073'; Using compiler version '192829333'; Build Type 'Release'
-OS: 'Windows 10 (10.0.19043) 64bit CoreSingleLanguage' Language: 'ru' Physical Memory: 32689 MB
-BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
-
-COMMAND LINE ARGUMENTS:
-D:\UnityInstalls\2021.3.11f1\Editor\Unity.exe
--adb2
--batchMode
--noUpm
--name
-AssetImportWorker5
--projectPath
-D:/UnityProjects/CPPK-AR
--logFile
-Logs/AssetImportWorker5.log
--srvPort
-55225
-Successfully changed project path to: D:/UnityProjects/CPPK-AR
-D:/UnityProjects/CPPK-AR
-[UnityMemory] Configuration Parameters - Can be set up in boot.config
- "memorysetup-bucket-allocator-granularity=16"
- "memorysetup-bucket-allocator-bucket-count=8"
- "memorysetup-bucket-allocator-block-size=33554432"
- "memorysetup-bucket-allocator-block-count=8"
- "memorysetup-main-allocator-block-size=16777216"
- "memorysetup-thread-allocator-block-size=16777216"
- "memorysetup-gfx-main-allocator-block-size=16777216"
- "memorysetup-gfx-thread-allocator-block-size=16777216"
- "memorysetup-cache-allocator-block-size=4194304"
- "memorysetup-typetree-allocator-block-size=2097152"
- "memorysetup-profiler-bucket-allocator-granularity=16"
- "memorysetup-profiler-bucket-allocator-bucket-count=8"
- "memorysetup-profiler-bucket-allocator-block-size=33554432"
- "memorysetup-profiler-bucket-allocator-block-count=8"
- "memorysetup-profiler-allocator-block-size=16777216"
- "memorysetup-profiler-editor-allocator-block-size=1048576"
- "memorysetup-temp-allocator-size-main=16777216"
- "memorysetup-job-temp-allocator-block-size=2097152"
- "memorysetup-job-temp-allocator-block-size-background=1048576"
- "memorysetup-job-temp-allocator-reduction-small-platforms=262144"
- "memorysetup-temp-allocator-size-background-worker=32768"
- "memorysetup-temp-allocator-size-job-worker=262144"
- "memorysetup-temp-allocator-size-preload-manager=33554432"
- "memorysetup-temp-allocator-size-nav-mesh-worker=65536"
- "memorysetup-temp-allocator-size-audio-worker=65536"
- "memorysetup-temp-allocator-size-cloud-worker=32768"
- "memorysetup-temp-allocator-size-gi-baking-worker=262144"
- "memorysetup-temp-allocator-size-gfx=262144"
-Refreshing native plugins compatible for Editor in 139.17 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Initialize engine version: 2021.3.11f1 (0a5ca18544bf)
-[Subsystems] Discovering subsystems at path D:/UnityInstalls/2021.3.11f1/Editor/Data/Resources/UnitySubsystems
-[Subsystems] Discovering subsystems at path D:/UnityProjects/CPPK-AR/Assets
-GfxDevice: creating device client; threaded=0; jobified=0
-Direct3D:
- Version: Direct3D 11.0 [level 11.1]
- Renderer: NVIDIA GeForce RTX 3070 (ID=0x2484)
- Vendor: NVIDIA
- VRAM: 8043 MB
- Driver: 30.0.15.1215
-Initialize mono
-Mono path[0] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/Managed'
-Mono path[1] = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
-Mono config path = 'D:/UnityInstalls/2021.3.11f1/Editor/Data/MonoBleedingEdge/etc'
-Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56504
-Begin MonoManager ReloadAssembly
-Registering precompiled unity dll's ...
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll
-Register platform support module: D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
-Registered in 0.002642 seconds.
-Native extension for WindowsStandalone target not found
-[usbmuxd] Start listen thread
-[usbmuxd] Listen thread started
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 132.03 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 0.636 seconds
-Domain Reload Profiling:
- ReloadAssembly (637ms)
- BeginReloadAssembly (62ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (0ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (1ms)
- EndReloadAssembly (488ms)
- LoadAssemblies (62ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (105ms)
- ReleaseScriptCaches (0ms)
- RebuildScriptCaches (27ms)
- SetupLoadedEditorAssemblies (309ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (53ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (132ms)
- BeforeProcessingInitializeOnLoad (1ms)
- ProcessInitializeOnLoadAttributes (84ms)
- ProcessInitializeOnLoadMethodAttributes (38ms)
- AfterProcessingInitializeOnLoad (0ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (0ms)
-Platform modules already initialized, skipping
-Registering precompiled user dll's ...
-Registered in 0.005423 seconds.
-Android Extension - Scanning For ADB Devices 615 ms
-Begin MonoManager ReloadAssembly
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
-Symbol file LoadedFromMemory doesn't match image D:\UnityProjects\CPPK-AR\Library\PackageCache\com.unity.visualscripting@1.7.8\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
-Native extension for WindowsStandalone target not found
-Native extension for iOS target not found
-Native extension for Android target not found
-Native extension for WebGL target not found
-Refreshing native plugins compatible for Editor in 130.35 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Mono: successfully reloaded assembly
-- Completed reload, in 1.296 seconds
-Domain Reload Profiling:
- ReloadAssembly (1297ms)
- BeginReloadAssembly (90ms)
- ExecutionOrderSort (0ms)
- DisableScriptedObjects (5ms)
- BackupInstance (0ms)
- ReleaseScriptingObjects (0ms)
- CreateAndSetChildDomain (17ms)
- EndReloadAssembly (1118ms)
- LoadAssemblies (76ms)
- RebuildTransferFunctionScriptingTraits (0ms)
- SetupTypeCache (297ms)
- ReleaseScriptCaches (1ms)
- RebuildScriptCaches (81ms)
- SetupLoadedEditorAssemblies (620ms)
- LogAssemblyErrors (0ms)
- InitializePlatformSupportModulesInManaged (17ms)
- SetLoadedEditorAssemblies (0ms)
- RefreshPlugins (130ms)
- BeforeProcessingInitializeOnLoad (119ms)
- ProcessInitializeOnLoadAttributes (280ms)
- ProcessInitializeOnLoadMethodAttributes (71ms)
- AfterProcessingInitializeOnLoad (2ms)
- EditorAssembliesLoaded (0ms)
- ExecutionOrderSort2 (0ms)
- AwakeInstancesAfterBackupRestoration (5ms)
-Platform modules already initialized, skipping
-========================================================================
-Worker process is ready to serve import requests
-Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
-Refreshing native plugins compatible for Editor in 1.13 ms, found 24 plugins.
-Preloading 0 native plugins for Editor in 0.00 ms.
-Unloading 6201 Unused Serialized files (Serialized files now loaded: 0)
-Unloading 70 unused Assets / (1.7 MB). Loaded Objects now: 6637.
-Memory consumption went from 248.1 MB to 246.4 MB.
-Total: 4.074200 ms (FindLiveObjects: 0.603900 ms CreateObjectMapping: 0.602800 ms MarkObjects: 2.412900 ms DeleteObjects: 0.453700 ms)
-
-AssetImportParameters requested are different than current active one (requested -> active):
- custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
- custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
- custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
- custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
- custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 ->
- custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
- custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
- custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
- custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
- custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
-========================================================================
-Received Import Request.
- Time since last request: 861636.821673 seconds.
- path: Assets/Materials/M_WithHolographic.mat
- artifactKey: Guid(7ca34446ec244db4c8657fbf65b1d815) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Materials/M_WithHolographic.mat using Guid(7ca34446ec244db4c8657fbf65b1d815) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '05fa951863aba2c945d3da6f06442c08') in 0.276247 seconds
-========================================================================
-Received Import Request.
- Time since last request: 1181.552161 seconds.
- path: Assets/Fonts/Roboto/Roboto-BlackItalic.ttf
- artifactKey: Guid(4a497a5667cd23f478e7d80610b17015) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-BlackItalic.ttf using Guid(4a497a5667cd23f478e7d80610b17015) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eaa65d5cee36d1d58e583707157825c4') in 0.038210 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000040 seconds.
- path: Assets/Fonts/Roboto/Roboto-LightItalic.ttf
- artifactKey: Guid(82da5b5215e5c914d9331eb37d2bce86) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-LightItalic.ttf using Guid(82da5b5215e5c914d9331eb37d2bce86) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'eb8f3b16797706801631fc528e723b55') in 0.016382 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000023 seconds.
- path: Assets/Fonts/Roboto/Roboto-Regular.ttf
- artifactKey: Guid(119aed8e6652b9b4392f34cb9a3dfdf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Regular.ttf using Guid(119aed8e6652b9b4392f34cb9a3dfdf0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f68afce22df4ef5929bcea9ec1f9c337') in 0.017065 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000031 seconds.
- path: Assets/Fonts/Roboto/Roboto-Thin.ttf
- artifactKey: Guid(f509e1f7c66cf2744a2ca7467f99b971) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Thin.ttf using Guid(f509e1f7c66cf2744a2ca7467f99b971) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '04d17388288c9e6a66ce4650f7fe7448') in 0.017242 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000031 seconds.
- path: Assets/Fonts/Roboto/Roboto-Light.ttf
- artifactKey: Guid(a1d0a1fb23b37554abaed61b540d2d63) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-Light.ttf using Guid(a1d0a1fb23b37554abaed61b540d2d63) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2092d70862d6801acbe70800380a76c6') in 0.016492 seconds
-========================================================================
-Received Import Request.
- Time since last request: 0.000028 seconds.
- path: Assets/Fonts/Roboto/Roboto-ThinItalic.ttf
- artifactKey: Guid(8e2f7c7c36fef2949baa0a6a5a8af0a6) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
-Start importing Assets/Fonts/Roboto/Roboto-ThinItalic.ttf using Guid(8e2f7c7c36fef2949baa0a6a5a8af0a6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '664411964586ec1c5b0beb395c2d1791') in 0.015780 seconds
-Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
-AssetImportWorker is now disconnected from the server
-Process exiting
-Exiting without the bug reporter. Application will terminate with return code 0
\ No newline at end of file
diff --git a/Logs/AssetImportWorker6.log b/Logs/AssetImportWorker6.log
deleted file mode 100644
index e69de29..0000000
diff --git a/Logs/AssetImportWorker7.log b/Logs/AssetImportWorker7.log
deleted file mode 100644
index e69de29..0000000
diff --git a/Logs/shadercompiler-AssetImportWorker0.log b/Logs/shadercompiler-AssetImportWorker0.log
deleted file mode 100644
index bb50bfd..0000000
--- a/Logs/shadercompiler-AssetImportWorker0.log
+++ /dev/null
@@ -1,6 +0,0 @@
-Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
-Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4)
-
-Quitting shader compiler process
diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Logs/shadercompiler-UnityShaderCompiler.exe0.log
index c9fa888..a828c78 100644
--- a/Logs/shadercompiler-UnityShaderCompiler.exe0.log
+++ b/Logs/shadercompiler-UnityShaderCompiler.exe0.log
@@ -1,21 +1,3 @@
Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler
-Cmd: preprocess
- insize=40680 file=/ surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_NO_CUBEMAP_ARRAY SHADER_API_MOBILE dKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=1966
-
-Cmd: preprocess
- insize=6165 file=/ surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_NO_CUBEMAP_ARRAY SHADER_API_MOBILE dKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=678
-
-Cmd: preprocess
- insize=10907 file=/ surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_NO_CUBEMAP_ARRAY SHADER_API_MOBILE dKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=809
-
-Cmd: preprocess
- insize=6687 file=/ surfaceOnly=0 cachingPP=1 buildPlatform=13 pKW=UNITY_NO_DXT5nm UNITY_NO_RGBM UNITY_NO_CUBEMAP_ARRAY SHADER_API_MOBILE dKW=UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=684
-
-Cmd: compileSnippet
- insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME 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 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=268435456 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=2510
-
-Cmd: compileSnippet
- insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME 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 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=268435456 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=7226
-
diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Logs/shadercompiler-UnityShaderCompiler.exe1.log
deleted file mode 100644
index 2831307..0000000
--- a/Logs/shadercompiler-UnityShaderCompiler.exe1.log
+++ /dev/null
@@ -1,6 +0,0 @@
-Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
-Cmd: compileSnippet
- insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME 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 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=268435456 lang=3 type=Vertex platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=2510
-
diff --git a/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Logs/shadercompiler-UnityShaderCompiler.exe2.log
deleted file mode 100644
index 092358c..0000000
--- a/Logs/shadercompiler-UnityShaderCompiler.exe2.log
+++ /dev/null
@@ -1,6 +0,0 @@
-Base path: 'D:/UnityInstalls/2021.3.11f1/Editor/Data', plugins path 'D:/UnityInstalls/2021.3.11f1/Editor/Data/PlaybackEngines'
-Cmd: initializeCompiler
-
-Cmd: compileSnippet
- insize=3367 file=Packages/com.unity.render-pipelines.universal/Shaders/Universal Render Pipeline/Lit pass=ForwardLit cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_RGBM UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_MOBILE UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW=_MAIN_LIGHT_SHADOWS _ADDITIONAL_LIGHT_SHADOWS _REFLECTION_PROBE_BLENDING _REFLECTION_PROBE_BOX_PROJECTION dKW=_MAIN_LIGHT_SHADOWS_CASCADE _MAIN_LIGHT_SHADOWS_SCREEN _ADDITIONAL_LIGHTS_VERTEX _ADDITIONAL_LIGHTS _SHADOWS_SOFT _SCREEN_SPACE_OCCLUSION _DBUFFER_MRT1 _DBUFFER_MRT2 _DBUFFER_MRT3 _LIGHT_LAYERS _LIGHT_COOKIES _CLUSTERED_RENDERING LIGHTMAP_SHADOW_MIXING SHADOWS_SHADOWMASK DIRLIGHTMAP_COMBINED LIGHTMAP_ON DYNAMICLIGHTMAP_ON DEBUG_DISPLAY DOTS_INSTANCING_ON FOG_LINEAR FOG_EXP FOG_EXP2 INSTANCING_ON _NORMALMAP _PARALLAXMAP _RECEIVE_SHADOWS_OFF _DETAIL_MULX2 _DETAIL_SCALED _SURFACE_TYPE_TRANSPARENT _ALPHATEST_ON _ALPHAPREMULTIPLY_ON _EMISSION _METALLICSPECGLOSSMAP _SMOOTHNESS_TEXTURE_ALBEDO_CHANNEL_A _OCCLUSIONMAP _SPECULARHIGHLIGHTS_OFF _ENVIRONMENTREFLECTIONS_OFF _SPECULAR_SETUP UNITY_NO_DXT5nm UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_ENABLE_NATIVE_SHADOW_LOOKUPS UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_LIGHT_PROBE_PROXY_VOLUME 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 UNITY_UNIFIED_SHADER_PRECISION_MODEL flags=268435456 lang=3 type=Fragment platform=d3d11 reqs=1101803 mask=6 start=93 ok=1 outsize=7226
-
diff --git a/UserSettings/Layouts/default-2021.dwlt b/UserSettings/Layouts/default-2021.dwlt
index 60d2977..1c0d75c 100644
--- a/UserSettings/Layouts/default-2021.dwlt
+++ b/UserSettings/Layouts/default-2021.dwlt
@@ -19,12 +19,38 @@ MonoBehaviour:
width: 2560
height: 1357
m_ShowMode: 4
- m_Title: Hierarchy
- m_RootView: {fileID: 9}
+ m_Title: Inspector
+ m_RootView: {fileID: 10}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
m_Maximized: 1
--- !u!114 &2
+MonoBehaviour:
+ m_ObjectHideFlags: 52
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 0
+ m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
+ m_Name: GameView
+ m_EditorClassIdentifier:
+ m_Children: []
+ m_Position:
+ serializedVersion: 2
+ x: 1255
+ y: 0
+ width: 784
+ height: 988
+ m_MinSize: {x: 202, y: 221}
+ m_MaxSize: {x: 4002, y: 4021}
+ m_ActualView: {fileID: 22}
+ m_Panes:
+ - {fileID: 22}
+ m_Selected: 0
+ m_LastSelected: 0
+--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -41,18 +67,17 @@ MonoBehaviour:
serializedVersion: 2
x: 333
y: 0
- width: 1706
+ width: 922
height: 988
m_MinSize: {x: 202, y: 221}
m_MaxSize: {x: 4002, y: 4021}
- m_ActualView: {fileID: 20}
+ m_ActualView: {fileID: 21}
m_Panes:
- - {fileID: 20}
- {fileID: 21}
- - {fileID: 14}
+ - {fileID: 15}
m_Selected: 0
- m_LastSelected: 2
---- !u!114 &3
+ m_LastSelected: 0
+--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -73,12 +98,12 @@ MonoBehaviour:
height: 319
m_MinSize: {x: 102, y: 121}
m_MaxSize: {x: 4002, y: 4021}
- m_ActualView: {fileID: 22}
+ m_ActualView: {fileID: 23}
m_Panes:
- - {fileID: 22}
+ - {fileID: 23}
m_Selected: 0
m_LastSelected: 0
---- !u!114 &4
+--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -91,8 +116,8 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 8}
- - {fileID: 3}
+ - {fileID: 9}
+ - {fileID: 4}
m_Position:
serializedVersion: 2
x: 0
@@ -102,8 +127,8 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
- controlID: 18
---- !u!114 &5
+ controlID: 124
+--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -116,19 +141,19 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 12}
- - {fileID: 6}
+ - {fileID: 13}
+ - {fileID: 7}
m_Position:
serializedVersion: 2
x: 0
y: 30
width: 2560
height: 1307
- m_MinSize: {x: 300, y: 200}
- m_MaxSize: {x: 24288, y: 16192}
+ m_MinSize: {x: 400, y: 200}
+ m_MaxSize: {x: 32384, y: 16192}
vertical: 0
- controlID: 105
---- !u!114 &6
+ controlID: 117
+--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -147,16 +172,16 @@ MonoBehaviour:
y: 0
width: 521
height: 1307
- m_MinSize: {x: 275, y: 50}
- m_MaxSize: {x: 4000, y: 4000}
- m_ActualView: {fileID: 18}
+ m_MinSize: {x: 276, y: 71}
+ m_MaxSize: {x: 4001, y: 4021}
+ m_ActualView: {fileID: 19}
m_Panes:
- - {fileID: 18}
- - {fileID: 15}
+ - {fileID: 19}
- {fileID: 16}
+ - {fileID: 17}
m_Selected: 0
- m_LastSelected: 2
---- !u!114 &7
+ m_LastSelected: 1
+--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -177,12 +202,12 @@ MonoBehaviour:
height: 988
m_MinSize: {x: 201, y: 221}
m_MaxSize: {x: 4001, y: 4021}
- m_ActualView: {fileID: 19}
+ m_ActualView: {fileID: 20}
m_Panes:
- - {fileID: 19}
+ - {fileID: 20}
m_Selected: 0
m_LastSelected: 0
---- !u!114 &8
+--- !u!114 &9
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -203,12 +228,12 @@ MonoBehaviour:
height: 319
m_MinSize: {x: 231, y: 271}
m_MaxSize: {x: 10001, y: 10021}
- m_ActualView: {fileID: 17}
+ m_ActualView: {fileID: 18}
m_Panes:
- - {fileID: 17}
+ - {fileID: 18}
m_Selected: 0
m_LastSelected: 0
---- !u!114 &9
+--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -221,9 +246,9 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 10}
- - {fileID: 5}
- {fileID: 11}
+ - {fileID: 6}
+ - {fileID: 12}
m_Position:
serializedVersion: 2
x: 0
@@ -236,7 +261,7 @@ MonoBehaviour:
m_TopViewHeight: 30
m_UseBottomView: 1
m_BottomViewHeight: 20
---- !u!114 &10
+--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -258,7 +283,7 @@ MonoBehaviour:
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
m_LastLoadedLayoutName:
---- !u!114 &11
+--- !u!114 &12
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -279,31 +304,6 @@ MonoBehaviour:
height: 20
m_MinSize: {x: 0, y: 0}
m_MaxSize: {x: 0, y: 0}
---- !u!114 &12
-MonoBehaviour:
- m_ObjectHideFlags: 52
- m_CorrespondingSourceObject: {fileID: 0}
- m_PrefabInstance: {fileID: 0}
- m_PrefabAsset: {fileID: 0}
- m_GameObject: {fileID: 0}
- m_Enabled: 1
- m_EditorHideFlags: 1
- m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
- m_Name:
- m_EditorClassIdentifier:
- m_Children:
- - {fileID: 13}
- - {fileID: 4}
- m_Position:
- serializedVersion: 2
- x: 0
- y: 0
- width: 2039
- height: 1307
- m_MinSize: {x: 200, y: 200}
- m_MaxSize: {x: 16192, y: 16192}
- vertical: 1
- controlID: 106
--- !u!114 &13
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -317,7 +317,33 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
m_Children:
- - {fileID: 7}
+ - {fileID: 14}
+ - {fileID: 5}
+ m_Position:
+ serializedVersion: 2
+ x: 0
+ y: 0
+ width: 2039
+ height: 1307
+ m_MinSize: {x: 300, y: 200}
+ m_MaxSize: {x: 24288, y: 16192}
+ vertical: 1
+ controlID: 26
+--- !u!114 &14
+MonoBehaviour:
+ m_ObjectHideFlags: 52
+ m_CorrespondingSourceObject: {fileID: 0}
+ m_PrefabInstance: {fileID: 0}
+ m_PrefabAsset: {fileID: 0}
+ m_GameObject: {fileID: 0}
+ m_Enabled: 1
+ m_EditorHideFlags: 1
+ m_Script: {fileID: 12010, guid: 0000000000000000e000000000000000, type: 0}
+ m_Name:
+ m_EditorClassIdentifier:
+ m_Children:
+ - {fileID: 8}
+ - {fileID: 3}
- {fileID: 2}
m_Position:
serializedVersion: 2
@@ -325,11 +351,11 @@ MonoBehaviour:
y: 0
width: 2039
height: 988
- m_MinSize: {x: 200, y: 100}
- m_MaxSize: {x: 16192, y: 8096}
+ m_MinSize: {x: 300, y: 100}
+ m_MaxSize: {x: 24288, y: 8096}
vertical: 0
- controlID: 107
---- !u!114 &14
+ controlID: 27
+--- !u!114 &15
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1423,7 +1449,7 @@ MonoBehaviour:
0.0\n },\n \"m_Labels\": [],\n \"m_Space\": 3\n}\n\n"
m_AssetMaybeChangedOnDisk: 0
m_AssetMaybeDeleted: 0
---- !u!114 &15
+--- !u!114 &16
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1443,9 +1469,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1954
+ x: 2039
y: 73
- width: 605
+ width: 520
height: 1286
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -1469,7 +1495,7 @@ MonoBehaviour:
lightProbeReadSize: 16
lightProbeMaxCoeffs: 9
renderSettingsStorage: {fileID: 0}
---- !u!114 &16
+--- !u!114 &17
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1489,15 +1515,15 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 1954
+ x: 2039
y: 73
- width: 605
+ width: 520
height: 1286
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
m_LastAppliedPresetName: Default
m_SaveData: []
---- !u!114 &17
+--- !u!114 &18
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1538,22 +1564,22 @@ MonoBehaviour:
m_SkipHidden: 0
m_SearchArea: 1
m_Folders:
- - Assets/Scripts
+ - Assets/Textures/UI/Buttons
m_Globs: []
m_OriginalText:
m_ViewMode: 1
m_StartGridSize: 64
m_LastFolders:
- - Assets/Scripts
+ - Assets/Textures/UI/Buttons
m_LastFoldersGridSize: -1
m_LastProjectPath: D:\UnityProjects\CPPK-AR
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
- scrollPos: {x: 0, y: 79}
- m_SelectedIDs: b6720000
- m_LastClickedID: 29366
- m_ExpandedIDs: 000000009a720000b8720000ba72000000ca9a3bffffff7f
+ scrollPos: {x: 0, y: 138}
+ m_SelectedIDs: 90740000
+ m_LastClickedID: 29840
+ m_ExpandedIDs: 00000000907200005c7400009274000000ca9a3bffffff7f
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1581,7 +1607,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 000000009a720000
+ m_ExpandedIDs: 0000000090720000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1625,7 +1651,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 1
- m_ClientGUIView: {fileID: 8}
+ m_ClientGUIView: {fileID: 9}
m_CreateAssetUtility:
m_EndAction: {fileID: 0}
m_InstanceID: 0
@@ -1637,7 +1663,7 @@ MonoBehaviour:
m_GridSize: 64
m_SkipHiddenPackages: 0
m_DirectoriesAreaWidth: 207
---- !u!114 &18
+--- !u!114 &19
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1678,7 +1704,7 @@ MonoBehaviour:
m_LockTracker:
m_IsLocked: 0
m_PreviewWindow: {fileID: 0}
---- !u!114 &19
+--- !u!114 &20
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1711,7 +1737,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 389bfeffea9bfeff649efeff0289ffffb689ffff2a8cffff6294ffff1695ffff2e95ffff1ab1ffffceb1ffff42b4ffff30fbffffdc9f0000
+ m_ExpandedIDs: 30fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1727,7 +1753,7 @@ MonoBehaviour:
m_IsRenaming: 0
m_OriginalEventType: 11
m_IsRenamingFilename: 0
- m_ClientGUIView: {fileID: 7}
+ m_ClientGUIView: {fileID: 8}
m_SearchString:
m_ExpandedScenes: []
m_CurrenRootInstanceID: 0
@@ -1735,7 +1761,7 @@ MonoBehaviour:
m_IsLocked: 0
m_CurrentSortingName: TransformSorting
m_WindowGUID: 4c969a2b90040154d917609493e03593
---- !u!114 &20
+--- !u!114 &21
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -1757,7 +1783,7 @@ MonoBehaviour:
serializedVersion: 2
x: 333
y: 73
- width: 1704
+ width: 920
height: 967
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -1984,18 +2010,18 @@ MonoBehaviour:
index: 13
layout: 4
m_WindowGUID: cc27987af1a868c49b0894db9c0f5429
- m_Gizmos: 0
+ m_Gizmos: 1
m_OverrideSceneCullingMask: 6917529027641081856
m_SceneIsLit: 1
m_SceneLighting: 1
- m_2DMode: 0
+ m_2DMode: 1
m_isRotationLocked: 0
m_PlayAudio: 0
m_AudioPlay: 0
m_Position:
- m_Target: {x: -1.2664126, y: 2.5542288, z: 7.8138385}
+ m_Target: {x: 380.4546, y: 1073.7385, z: 105.980934}
speed: 2
- m_Value: {x: -1.2664126, y: 2.5542288, z: 7.8138385}
+ m_Value: {x: 362.10703, y: 1088.5709, z: 105.980934}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -2024,17 +2050,17 @@ MonoBehaviour:
m_Size: {x: 0, y: 0}
yGrid:
m_Fade:
- m_Target: 1
+ m_Target: 0
speed: 2
- m_Value: 1
+ m_Value: 0
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
m_Size: {x: 1, y: 1}
zGrid:
m_Fade:
- m_Target: 0
+ m_Target: 1
speed: 2
- m_Value: 0
+ m_Value: 1
m_Color: {r: 0.5, g: 0.5, b: 0.5, a: 0.4}
m_Pivot: {x: 0, y: 0, z: 0}
m_Size: {x: 1, y: 1}
@@ -2042,17 +2068,17 @@ MonoBehaviour:
m_GridAxis: 1
m_gridOpacity: 0.5
m_Rotation:
- m_Target: {x: 0.046012186, y: 0.082916625, z: 0.0038765846, w: -0.9955371}
+ m_Target: {x: 0, y: 0, z: 0, w: 1}
speed: 2
- m_Value: {x: 0.04451658, y: 0.082918145, z: 0.0037519904, w: -0.99555457}
+ m_Value: {x: 0, y: 0, z: 0, w: 1}
m_Size:
- m_Target: 1.0066829
+ m_Target: 1673.9509
speed: 2
- m_Value: 1.0066829
+ m_Value: 1752.8282
m_Ortho:
- m_Target: 0
+ m_Target: 1
speed: 2
- m_Value: 0
+ m_Value: 1
m_CameraSettings:
m_Speed: 0.100949965
m_SpeedNormalized: 0.049999982
@@ -2066,14 +2092,14 @@ MonoBehaviour:
m_FarClip: 10000
m_DynamicClip: 0
m_OcclusionCulling: 0
- m_LastSceneViewRotation: {x: -0.03325365, y: 0.7029651, z: -0.032923754, w: -0.70974886}
+ m_LastSceneViewRotation: {x: -0.08717229, y: 0.89959055, z: -0.21045254, w: -0.3726226}
m_LastSceneViewOrtho: 0
m_ReplacementShader: {fileID: 0}
m_ReplacementString:
m_SceneVisActive: 1
m_LastLockedObject: {fileID: 0}
m_ViewIsLockedToObject: 0
---- !u!114 &21
+--- !u!114 &22
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}
@@ -2093,9 +2119,9 @@ MonoBehaviour:
m_Tooltip:
m_Pos:
serializedVersion: 2
- x: 317
+ x: 1255
y: 73
- width: 1720
+ width: 782
height: 967
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
@@ -2132,7 +2158,7 @@ MonoBehaviour:
m_VAllowExceedBaseRangeMax: 1
m_ScaleWithWindow: 0
m_HSlider: 0
- m_VSlider: 0
+ m_VSlider: 1
m_IgnoreScrollWheelUntilClicked: 0
m_EnableMouseInput: 1
m_EnableSliderZoomHorizontal: 0
@@ -2143,29 +2169,29 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
- width: 1720
+ width: 782
height: 946
- m_Scale: {x: 0.43796295, y: 0.43796295}
- m_Translation: {x: 860, y: 473}
+ m_Scale: {x: 0.44768518, y: 0.44768518}
+ m_Translation: {x: 391, y: 473}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
- x: -1963.6365
- y: -1080
- width: 3927.273
- height: 2160
+ x: -873.3816
+ y: -1056.546
+ width: 1746.7632
+ height: 2113.092
m_MinimalGUI: 1
- m_defaultScale: 0.43796295
- m_LastWindowPixelSize: {x: 1720, y: 967}
+ m_defaultScale: 0.44768518
+ m_LastWindowPixelSize: {x: 782, y: 967}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000001000000000000
m_XRRenderMode: 0
m_RenderTexture: {fileID: 0}
---- !u!114 &22
+--- !u!114 &23
MonoBehaviour:
m_ObjectHideFlags: 52
m_CorrespondingSourceObject: {fileID: 0}