열차 목업의 내부 확인용 프로젝트
smchoi
2024-07-23 891576775c982322c685f6bedae3460ed1116011
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
Using pre-set license
Built from '2022.3/release' branch; Version is '2022.3.5f1 (9674261d40ee) revision 9860134'; Using compiler version '192829333'; Build Type 'Release'
OS: 'Windows 11  (10.0.22631) 64bit Professional' Language: 'ko' Physical Memory: 65276 MB
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1
 
COMMAND LINE ARGUMENTS:
C:\Program Files\Unity\Hub\Editor\2022.3.5f1\Editor\Unity.exe
-adb2
-batchMode
-noUpm
-name
AssetImportWorker0
-projectPath
D:/dev/korail_vr_interior
-logFile
Logs/AssetImportWorker0.log
-srvPort
9449
Successfully changed project path to: D:/dev/korail_vr_interior
D:/dev/korail_vr_interior
[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-allocator-temp-initial-block-size-main=262144"
    "memorysetup-allocator-temp-initial-block-size-worker=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"
Player connection [32408] Host "[IP] 192.168.0.5 [Port] 0 [Flags] 2 [Guid] 812641991 [EditorId] 812641991 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-T2ILV53) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]...
 
Player connection [32408] Host "[IP] 192.168.0.5 [Port] 0 [Flags] 2 [Guid] 812641991 [EditorId] 812641991 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-T2ILV53) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]...
 
Refreshing native plugins compatible for Editor in 18.50 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2022.3.5f1 (9674261d40ee)
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/Resources/UnitySubsystems
[Subsystems] Discovering subsystems at path D:/dev/korail_vr_interior/Assets
GfxDevice: creating device client; threaded=0; jobified=0
Direct3D:
    Version:  Direct3D 11.0 [level 11.1]
    Renderer: NVIDIA GeForce RTX 4070 (ID=0x2786)
    Vendor:   NVIDIA
    VRAM:     12026 MB
    Driver:   31.0.15.3667
Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56256
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll
Register platform support module: C:/Program Files/Unity/Hub/Editor/2022.3.5f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Registered in 0.015009 seconds.
- Loaded All Assemblies, in  0.349 seconds
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Android Extension - Scanning For ADB Devices 451 ms
Native extension for WebGL target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in  0.670 seconds
Domain Reload Profiling: 1012ms
    BeginReloadAssembly (112ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (0ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (0ms)
    RebuildCommonClasses (21ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (71ms)
    LoadAllAssembliesAndSetupDomain (132ms)
        LoadAssemblies (113ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (116ms)
            TypeCache.Refresh (116ms)
                TypeCache.ScanAssembly (108ms)
            ScanForSourceGeneratedMonoScriptInfo (0ms)
            ResolveRequiredComponents (0ms)
    FinalizeReload (670ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (632ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (527ms)
            SetLoadedEditorAssemblies (3ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (2ms)
            ProcessInitializeOnLoadAttributes (64ms)
            ProcessInitializeOnLoadMethodAttributes (36ms)
            AfterProcessingInitializeOnLoad (0ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (0ms)
========================================================================
Worker process is ready to serve import requests
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.730 seconds
Refreshing native plugins compatible for Editor in 9.24 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
Package Manager log level set to [2]
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.643 seconds
Domain Reload Profiling: 1370ms
    BeginReloadAssembly (106ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (3ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (13ms)
    RebuildCommonClasses (23ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (31ms)
    LoadAllAssembliesAndSetupDomain (560ms)
        LoadAssemblies (382ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (232ms)
            TypeCache.Refresh (206ms)
                TypeCache.ScanAssembly (197ms)
            ScanForSourceGeneratedMonoScriptInfo (21ms)
            ResolveRequiredComponents (5ms)
    FinalizeReload (644ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (510ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (22ms)
            SetLoadedEditorAssemblies (3ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (90ms)
            ProcessInitializeOnLoadAttributes (342ms)
            ProcessInitializeOnLoadMethodAttributes (39ms)
            AfterProcessingInitializeOnLoad (13ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (13ms)
Launched and connected shader compiler UnityShaderCompiler.exe after 0.10 seconds
Refreshing native plugins compatible for Editor in 8.20 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5206 Unused Serialized files (Serialized files now loaded: 0)
Unloading 107 unused Assets / (1.7 MB). Loaded Objects now: 5697.
Memory consumption went from 231.0 MB to 229.3 MB.
Total: 2.854700 ms (FindLiveObjects: 0.230600 ms CreateObjectMapping: 0.082600 ms MarkObjects: 2.123700 ms  DeleteObjects: 0.416900 ms)
 
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Import Request.
  Time since last request: 496280.362224 seconds.
  path: Assets/Scenes/Train.unity
  artifactKey: Guid(881ff242f0bad54439b11aee131bc86a) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scenes/Train.unity using Guid(881ff242f0bad54439b11aee131bc86a) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '83dbbae0bd4bb5603b4657187c9c7bb3') in 0.004182 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 0
========================================================================
Received Prepare
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.560 seconds
Refreshing native plugins compatible for Editor in 7.99 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.815 seconds
Domain Reload Profiling: 1372ms
    BeginReloadAssembly (123ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (3ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (27ms)
    RebuildCommonClasses (20ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (24ms)
    LoadAllAssembliesAndSetupDomain (384ms)
        LoadAssemblies (252ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (187ms)
            TypeCache.Refresh (179ms)
                TypeCache.ScanAssembly (171ms)
            ScanForSourceGeneratedMonoScriptInfo (4ms)
            ResolveRequiredComponents (4ms)
    FinalizeReload (815ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (349ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (19ms)
            SetLoadedEditorAssemblies (3ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (80ms)
            ProcessInitializeOnLoadAttributes (214ms)
            ProcessInitializeOnLoadMethodAttributes (25ms)
            AfterProcessingInitializeOnLoad (7ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (9ms)
Refreshing native plugins compatible for Editor in 7.43 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5079 Unused Serialized files (Serialized files now loaded: 0)
Unloading 79 unused Assets / (1.7 MB). Loaded Objects now: 5701.
Memory consumption went from 201.8 MB to 200.2 MB.
Total: 2.791200 ms (FindLiveObjects: 0.239400 ms CreateObjectMapping: 0.082300 ms MarkObjects: 2.093600 ms  DeleteObjects: 0.374700 ms)
 
Prepare: number of updated asset objects reloaded= 0
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:CustomObjectIndexerAttribute: 756ad292c208cfabdd7b50bc23989ffe -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Prepare
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.564 seconds
Refreshing native plugins compatible for Editor in 7.73 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.800 seconds
Domain Reload Profiling: 1361ms
    BeginReloadAssembly (128ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (3ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (29ms)
    RebuildCommonClasses (20ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (25ms)
    LoadAllAssembliesAndSetupDomain (380ms)
        LoadAssemblies (260ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (179ms)
            TypeCache.Refresh (171ms)
                TypeCache.ScanAssembly (164ms)
            ScanForSourceGeneratedMonoScriptInfo (4ms)
            ResolveRequiredComponents (4ms)
    FinalizeReload (800ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (370ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (21ms)
            SetLoadedEditorAssemblies (5ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (84ms)
            ProcessInitializeOnLoadAttributes (217ms)
            ProcessInitializeOnLoadMethodAttributes (35ms)
            AfterProcessingInitializeOnLoad (7ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (9ms)
Refreshing native plugins compatible for Editor in 8.07 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5080 Unused Serialized files (Serialized files now loaded: 0)
Unloading 79 unused Assets / (1.7 MB). Loaded Objects now: 5705.
Memory consumption went from 202.2 MB to 200.5 MB.
Total: 2.538200 ms (FindLiveObjects: 0.256600 ms CreateObjectMapping: 0.088400 ms MarkObjects: 1.801100 ms  DeleteObjects: 0.391500 ms)
 
Prepare: number of updated asset objects reloaded= 0
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:CustomObjectIndexerAttribute: 756ad292c208cfabdd7b50bc23989ffe -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Prepare
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.590 seconds
Refreshing native plugins compatible for Editor in 8.28 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.828 seconds
Domain Reload Profiling: 1415ms
    BeginReloadAssembly (129ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (5ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (32ms)
    RebuildCommonClasses (21ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (26ms)
    LoadAllAssembliesAndSetupDomain (405ms)
        LoadAssemblies (268ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (192ms)
            TypeCache.Refresh (183ms)
                TypeCache.ScanAssembly (175ms)
            ScanForSourceGeneratedMonoScriptInfo (4ms)
            ResolveRequiredComponents (4ms)
    FinalizeReload (829ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (367ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (22ms)
            SetLoadedEditorAssemblies (3ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (85ms)
            ProcessInitializeOnLoadAttributes (222ms)
            ProcessInitializeOnLoadMethodAttributes (28ms)
            AfterProcessingInitializeOnLoad (8ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (10ms)
Refreshing native plugins compatible for Editor in 8.62 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5080 Unused Serialized files (Serialized files now loaded: 0)
Unloading 79 unused Assets / (1.7 MB). Loaded Objects now: 5709.
Memory consumption went from 202.2 MB to 200.5 MB.
Total: 2.577700 ms (FindLiveObjects: 0.281300 ms CreateObjectMapping: 0.099600 ms MarkObjects: 1.834900 ms  DeleteObjects: 0.361200 ms)
 
Prepare: number of updated asset objects reloaded= 0
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:CustomObjectIndexerAttribute: 756ad292c208cfabdd7b50bc23989ffe -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Prepare
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.538 seconds
Refreshing native plugins compatible for Editor in 7.27 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.828 seconds
Domain Reload Profiling: 1363ms
    BeginReloadAssembly (118ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (2ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (25ms)
    RebuildCommonClasses (20ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (22ms)
    LoadAllAssembliesAndSetupDomain (368ms)
        LoadAssemblies (248ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (174ms)
            TypeCache.Refresh (169ms)
                TypeCache.ScanAssembly (162ms)
            ScanForSourceGeneratedMonoScriptInfo (0ms)
            ResolveRequiredComponents (5ms)
    FinalizeReload (828ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (377ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (23ms)
            SetLoadedEditorAssemblies (4ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (94ms)
            ProcessInitializeOnLoadAttributes (220ms)
            ProcessInitializeOnLoadMethodAttributes (26ms)
            AfterProcessingInitializeOnLoad (9ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (10ms)
Refreshing native plugins compatible for Editor in 6.44 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5080 Unused Serialized files (Serialized files now loaded: 0)
Unloading 79 unused Assets / (1.7 MB). Loaded Objects now: 5713.
Memory consumption went from 202.2 MB to 200.5 MB.
Total: 2.522000 ms (FindLiveObjects: 0.230300 ms CreateObjectMapping: 0.077800 ms MarkObjects: 1.792500 ms  DeleteObjects: 0.420600 ms)
 
Prepare: number of updated asset objects reloaded= 0
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:CustomObjectIndexerAttribute: 756ad292c208cfabdd7b50bc23989ffe -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Prepare
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image D:\dev\korail_vr_interior\Library\PackageCache\com.unity.visualscripting@1.8.0\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
- Loaded All Assemblies, in  0.551 seconds
Refreshing native plugins compatible for Editor in 8.71 ms, found 10 plugins.
Native extension for WindowsStandalone target not found
Native extension for Android target not found
Native extension for WebGL target not found
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
Mono: successfully reloaded assembly
[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument
[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process).
[Package Manager] Cannot connect to Unity Package Manager local server
- Finished resetting the current domain, in  0.904 seconds
Domain Reload Profiling: 1452ms
    BeginReloadAssembly (122ms)
        ExecutionOrderSort (0ms)
        DisableScriptedObjects (4ms)
        BackupInstance (0ms)
        ReleaseScriptingObjects (0ms)
        CreateAndSetChildDomain (26ms)
    RebuildCommonClasses (19ms)
    RebuildNativeTypeToScriptingClass (6ms)
    initialDomainReloadingComplete (23ms)
    LoadAllAssembliesAndSetupDomain (377ms)
        LoadAssemblies (249ms)
        RebuildTransferFunctionScriptingTraits (0ms)
        AnalyzeDomain (181ms)
            TypeCache.Refresh (175ms)
                TypeCache.ScanAssembly (168ms)
            ScanForSourceGeneratedMonoScriptInfo (0ms)
            ResolveRequiredComponents (5ms)
    FinalizeReload (904ms)
        ReleaseScriptCaches (0ms)
        RebuildScriptCaches (0ms)
        SetupLoadedEditorAssemblies (391ms)
            LogAssemblyErrors (0ms)
            InitializePlatformSupportModulesInManaged (26ms)
            SetLoadedEditorAssemblies (4ms)
            RefreshPlugins (0ms)
            BeforeProcessingInitializeOnLoad (104ms)
            ProcessInitializeOnLoadAttributes (223ms)
            ProcessInitializeOnLoadMethodAttributes (27ms)
            AfterProcessingInitializeOnLoad (7ms)
            EditorAssembliesLoaded (0ms)
        ExecutionOrderSort2 (0ms)
        AwakeInstancesAfterBackupRestoration (10ms)
Refreshing native plugins compatible for Editor in 9.88 ms, found 10 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 5080 Unused Serialized files (Serialized files now loaded: 0)
Unloading 79 unused Assets / (1.7 MB). Loaded Objects now: 5717.
Memory consumption went from 202.2 MB to 200.5 MB.
Total: 2.584700 ms (FindLiveObjects: 0.225900 ms CreateObjectMapping: 0.080900 ms MarkObjects: 1.909600 ms  DeleteObjects: 0.367500 ms)
 
Prepare: number of updated asset objects reloaded= 0
AssetImportParameters requested are different than current active one (requested -> active):
  custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> 
  custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> 
  custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> 
  custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> 
  custom:CustomObjectIndexerAttribute: 756ad292c208cfabdd7b50bc23989ffe -> 
  custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> 
  custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> 
  custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> 
  custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> 
  custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> 
  custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
  custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> 
========================================================================
Received Import Request.
  Time since last request: 530.532986 seconds.
  path: Assets/Train_Yard_Environment/Materials/BrokenWindow.mat
  artifactKey: Guid(eee672041e0e4994daf4e37ba3011375) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Train_Yard_Environment/Materials/BrokenWindow.mat using Guid(eee672041e0e4994daf4e37ba3011375) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '4e164ddd4883b0ae4e667a4ec71de1b4') in 0.162660 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 4
========================================================================
Received Import Request.
  Time since last request: 0.000027 seconds.
  path: Assets/TreePackVol.1/Sample/Skybox/DawnDusk/DawnDusk_down.tif
  artifactKey: Guid(9d2a2ce9c718dc24dae3b1ee427b27ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/TreePackVol.1/Sample/Skybox/DawnDusk/DawnDusk_down.tif using Guid(9d2a2ce9c718dc24dae3b1ee427b27ee) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: 'da0ee7baf6e62d151191d607fb14c671') in 0.020466 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 2
========================================================================
Received Import Request.
  Time since last request: 0.000024 seconds.
  path: Assets/Scenes/Sample/Materials/glow.mat
  artifactKey: Guid(11bce9dbd491e6b4b89d570ebedfd816) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scenes/Sample/Materials/glow.mat using Guid(11bce9dbd491e6b4b89d570ebedfd816) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '2a65c552870549598cf7f4d8826911a2') in 0.033247 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 1
========================================================================
Received Import Request.
  Time since last request: 0.000039 seconds.
  path: Assets/TreePackVol.1/Sample/Skybox/DawnDusk/DawnDusk_front.tif
  artifactKey: Guid(0568ecdd797316641b0203860b3929d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/TreePackVol.1/Sample/Skybox/DawnDusk/DawnDusk_front.tif using Guid(0568ecdd797316641b0203860b3929d9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '92443e6d1e9d0fea58fddc862f071175') in 0.014246 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 2
========================================================================
Received Import Request.
  Time since last request: 0.000012 seconds.
  path: Assets/Resources/3D Model/prefabs/interior_view_240705.prefab
  artifactKey: Guid(62f6dfca031b1c8418720ce1e6a0ae56) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Resources/3D Model/prefabs/interior_view_240705.prefab using Guid(62f6dfca031b1c8418720ce1e6a0ae56) Importer(815301076,1909f56bfc062723c751e8b465ee728b)  -> (artifact id: '7917747190c7c436b0db005f65a8973a') in 0.356559 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 10491
Editor requested this worker to shutdown with reason: Scaling down because of idle timeout
TcpMessagingSession - receive error: operation aborted. errorcode: 995, details: ½º·¹µå Á¾·á ¶Ç´Â ÀÀ¿ë ÇÁ·Î±×·¥ ¿äû ¶§¹®¿¡ I/O ÀÛ¾÷ÀÌ Ãë¼ÒµÇ¾ú½À´Ï´Ù.
AssetImportWorker is now disconnected from the server
Process exiting
Exiting without the bug reporter. Application will terminate with return code 0