changes in .gitignore

This commit is contained in:
2022-11-02 16:01:40 +05:00
parent 1ddd2439ee
commit 62f0ff2aac
20 changed files with 206 additions and 6021 deletions
+60 -4
View File
@@ -1,4 +1,60 @@
/Library
/Temp
/Bakery/examples
*.cache
# 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
+1 -1
View File
@@ -44,10 +44,10 @@
<Compile Include="Assets\DOTween\Modules\DOTweenModuleAudio.cs" />
<Compile Include="Assets\DOTween\Modules\DOTweenModulePhysics.cs" />
<Compile Include="Assets\DOTween\Modules\DOTweenModuleEPOOutline.cs" />
<Compile Include="Assets\Scripts\Interfaces\IGameComponent.cs" />
<Compile Include="Assets\Scripts\InputHandler.cs" />
<Compile Include="Assets\DOTween\Modules\DOTweenModuleUI.cs" />
<Compile Include="Assets\DOTween\Modules\DOTweenModuleUtils.cs" />
<Compile Include="Assets\Scripts\Interfaces\IGameComponent.cs" />
<Compile Include="Assets\Scripts\GameSystem.cs" />
<None Include="Assets\DOTween\readme.txt" />
<Reference Include="UnityEngine">
+1 -191
View File
@@ -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
-279
View File
@@ -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
File diff suppressed because it is too large Load Diff
-273
View File
@@ -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
File diff suppressed because it is too large Load Diff
-710
View File
@@ -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=Óäàëåííûé õîñò ïðèíóäèòåëüíî ðàçîðâàë ñóùåñòâóþùåå ïîäêëþ÷åíèå.
-405
View File
@@ -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
-679
View File
@@ -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 ->
-387
View File
@@ -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
-218
View File
@@ -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
-218
View File
@@ -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
View File
View File
@@ -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
@@ -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
@@ -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
@@ -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
+144 -118
View File
@@ -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}