The playable game

This commit is contained in:
firefighter198
2021-10-03 00:23:31 +02:00
parent 29ec7e7eed
commit 4041338420
6 changed files with 710 additions and 355 deletions
+361 -61
View File
@@ -15,11 +15,11 @@ F:/Gihub Projects/Chess Unity/Chess-Unity/Chess
-logFile
Logs/AssetImportWorker0.log
-srvPort
56741
63736
Successfully changed project path to: F:/Gihub Projects/Chess Unity/Chess-Unity/Chess
F:/Gihub Projects/Chess Unity/Chess-Unity/Chess
Using Asset Import Pipeline V2.
Refreshing native plugins compatible for Editor in 136.04 ms, found 4 plugins.
Refreshing native plugins compatible for Editor in 173.77 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Initialize engine version: 2021.1.13f1 (a03098edbbe0)
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/Resources/UnitySubsystems
@@ -35,75 +35,75 @@ Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56416
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56076
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Registered in 0.001597 seconds.
Registered in 0.002505 seconds.
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 131.76 ms, found 4 plugins.
Refreshing native plugins compatible for Editor in 445.06 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 2.047 seconds
- Completed reload, in 10.329 seconds
Domain Reload Profiling:
ReloadAssembly (2048ms)
BeginReloadAssembly (70ms)
ReloadAssembly (10330ms)
BeginReloadAssembly (68ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (0ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (1ms)
EndReloadAssembly (625ms)
LoadAssemblies (68ms)
EndReloadAssembly (3567ms)
LoadAssemblies (64ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (222ms)
SetupTypeCache (1719ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (36ms)
SetupLoadedEditorAssemblies (309ms)
RebuildScriptCaches (93ms)
SetupLoadedEditorAssemblies (1554ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (9ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (132ms)
InitializePlatformSupportModulesInManaged (92ms)
SetLoadedEditorAssemblies (1ms)
RefreshPlugins (445ms)
BeforeProcessingInitializeOnLoad (2ms)
ProcessInitializeOnLoadAttributes (127ms)
ProcessInitializeOnLoadMethodAttributes (38ms)
ProcessInitializeOnLoadAttributes (953ms)
ProcessInitializeOnLoadMethodAttributes (61ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (0ms)
Platform modules already initialized, skipping
Registering precompiled user dll's ...
Registered in 0.005561 seconds.
Registered in 0.093153 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 133.58 ms, found 4 plugins.
Refreshing native plugins compatible for Editor in 120.73 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 2.133 seconds
- Completed reload, in 3.909 seconds
Domain Reload Profiling:
ReloadAssembly (2134ms)
BeginReloadAssembly (197ms)
ReloadAssembly (3910ms)
BeginReloadAssembly (220ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
DisableScriptedObjects (5ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (25ms)
EndReloadAssembly (1824ms)
LoadAssemblies (516ms)
CreateAndSetChildDomain (49ms)
EndReloadAssembly (3617ms)
LoadAssemblies (113ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (494ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (76ms)
SetupLoadedEditorAssemblies (598ms)
SetupTypeCache (593ms)
ReleaseScriptCaches (4ms)
RebuildScriptCaches (123ms)
SetupLoadedEditorAssemblies (2108ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (4ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (134ms)
BeforeProcessingInitializeOnLoad (106ms)
ProcessInitializeOnLoadAttributes (326ms)
ProcessInitializeOnLoadMethodAttributes (22ms)
RefreshPlugins (121ms)
BeforeProcessingInitializeOnLoad (95ms)
ProcessInitializeOnLoadAttributes (1850ms)
ProcessInitializeOnLoadMethodAttributes (31ms)
AfterProcessingInitializeOnLoad (6ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
@@ -111,15 +111,15 @@ Domain Reload Profiling:
Platform modules already initialized, skipping
========================================================================
Worker process is ready to serve import requests
Launched and connected shader compiler UnityShaderCompiler.exe after 0.05 seconds
Refreshing native plugins compatible for Editor in 0.76 ms, found 4 plugins.
Launched and connected shader compiler UnityShaderCompiler.exe after 0.08 seconds
Refreshing native plugins compatible for Editor in 1.23 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3673 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.3 MB.
System memory in use after: 136.4 MB.
System memory in use before: 136.4 MB.
System memory in use after: 136.5 MB.
Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 4117.
Total: 3.073000 ms (FindLiveObjects: 0.271200 ms CreateObjectMapping: 0.197600 ms MarkObjects: 2.478900 ms DeleteObjects: 0.123600 ms)
Total: 5.205000 ms (FindLiveObjects: 0.294500 ms CreateObjectMapping: 0.210800 ms MarkObjects: 4.327200 ms DeleteObjects: 0.370600 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
@@ -133,19 +133,75 @@ AssetImportParameters requested are different than current active one (requested
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
path: Assets/Graphics/Characters/blackQueen.png
artifactKey: Guid(cefa153c358d0d849aa87c0060366220) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Graphics/Characters/blackQueen.png using Guid(cefa153c358d0d849aa87c0060366220) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ac9aec68a5514b73f7ebb7cf1512f2a6') in 0.159727 seconds
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '53dc9c63bdcc6391146f4fe7bd2aa524') in 0.729981 seconds
========================================================================
Received Import Request.
Time since last request: 146.481429 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd67064153d7a03a831c8af839f7c5f2d') in 0.008920 seconds
========================================================================
Received Import Request.
Time since last request: 11.335881 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '751a7ac41dcd0be1ef8982afa65f5ace') in 0.004465 seconds
========================================================================
Received Import Request.
Time since last request: 24.888040 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '591bcd7281832faee4086db4950bbc59') in 0.047392 seconds
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 3.75 ms, found 4 plugins.
Registering precompiled user dll's ...
Registered in 0.014849 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.70 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 23 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 68.3 MB.
System memory in use after: 68.4 MB.
Mono: successfully reloaded assembly
- Completed reload, in 1.121 seconds
Domain Reload Profiling:
ReloadAssembly (1121ms)
BeginReloadAssembly (131ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (41ms)
EndReloadAssembly (931ms)
LoadAssemblies (91ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (372ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (45ms)
SetupLoadedEditorAssemblies (314ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (63ms)
ProcessInitializeOnLoadAttributes (230ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (12ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.75 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3671 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.5 MB.
System memory in use after: 136.6 MB.
Unloading 23 unused Assets to reduce memory usage. Loaded Objects now: 4124.
Total: 3.515800 ms (FindLiveObjects: 0.256700 ms CreateObjectMapping: 0.179100 ms MarkObjects: 2.945000 ms DeleteObjects: 0.134100 ms)
Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4121.
Total: 3.341500 ms (FindLiveObjects: 0.257800 ms CreateObjectMapping: 0.162700 ms MarkObjects: 2.758000 ms DeleteObjects: 0.162100 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
@@ -155,18 +211,63 @@ AssetImportParameters requested are different than current active one (requested
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 31.170908 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ae9017f9d38bea4d21b12083a079d53a') in 0.028347 seconds
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 4.24 ms, found 4 plugins.
Registering precompiled user dll's ...
Registered in 0.004319 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.72 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 23 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 68.3 MB.
System memory in use after: 68.4 MB.
Mono: successfully reloaded assembly
- Completed reload, in 1.128 seconds
Domain Reload Profiling:
ReloadAssembly (1128ms)
BeginReloadAssembly (119ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (43ms)
EndReloadAssembly (942ms)
LoadAssemblies (91ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (378ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (46ms)
SetupLoadedEditorAssemblies (310ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (63ms)
ProcessInitializeOnLoadAttributes (227ms)
ProcessInitializeOnLoadMethodAttributes (9ms)
AfterProcessingInitializeOnLoad (4ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (11ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.67 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3671 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.5 MB.
System memory in use after: 136.6 MB.
Unloading 23 unused Assets to reduce memory usage. Loaded Objects now: 4124.
Total: 3.172100 ms (FindLiveObjects: 0.282500 ms CreateObjectMapping: 0.194200 ms MarkObjects: 2.572600 ms DeleteObjects: 0.122000 ms)
Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4125.
Total: 3.242300 ms (FindLiveObjects: 0.261000 ms CreateObjectMapping: 0.406600 ms MarkObjects: 2.465500 ms DeleteObjects: 0.107900 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
@@ -176,18 +277,217 @@ AssetImportParameters requested are different than current active one (requested
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 17.889575 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '679ddcf4371d8dd1a566ae8a9f6ff801') in 0.011524 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004481 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.94 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1.459 seconds
Domain Reload Profiling:
ReloadAssembly (1459ms)
BeginReloadAssembly (107ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (38ms)
EndReloadAssembly (1287ms)
LoadAssemblies (122ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (532ms)
ReleaseScriptCaches (3ms)
RebuildScriptCaches (48ms)
SetupLoadedEditorAssemblies (439ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (1ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (71ms)
ProcessInitializeOnLoadAttributes (345ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (5ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (11ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.80 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3671 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.6 MB.
System memory in use after: 136.7 MB.
Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4129.
Total: 4.568800 ms (FindLiveObjects: 0.332500 ms CreateObjectMapping: 0.270800 ms MarkObjects: 3.337600 ms DeleteObjects: 0.626100 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 8.447380 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ddef6cba9357184f80d0865c09c2dcd') in 0.017652 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0.004849 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.84 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1.988 seconds
Domain Reload Profiling:
ReloadAssembly (1988ms)
BeginReloadAssembly (138ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (7ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (45ms)
EndReloadAssembly (1777ms)
LoadAssemblies (100ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (634ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (82ms)
SetupLoadedEditorAssemblies (475ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (1ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (90ms)
ProcessInitializeOnLoadAttributes (365ms)
ProcessInitializeOnLoadMethodAttributes (9ms)
AfterProcessingInitializeOnLoad (5ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (11ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.68 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3671 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.6 MB.
System memory in use after: 136.7 MB.
Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4133.
Total: 2.817900 ms (FindLiveObjects: 0.274600 ms CreateObjectMapping: 0.193300 ms MarkObjects: 2.247000 ms DeleteObjects: 0.101700 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 3.52 ms, found 4 plugins.
Registering precompiled user dll's ...
Registered in 0.004351 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image F:\Gihub Projects\Chess Unity\Chess-Unity\Chess\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
Native extension for WindowsStandalone target not found
Refreshing native plugins compatible for Editor in 0.70 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1.222 seconds
Domain Reload Profiling:
ReloadAssembly (1223ms)
BeginReloadAssembly (135ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (43ms)
EndReloadAssembly (1021ms)
LoadAssemblies (101ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (404ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (46ms)
SetupLoadedEditorAssemblies (326ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (5ms)
SetLoadedEditorAssemblies (0ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (66ms)
ProcessInitializeOnLoadAttributes (238ms)
ProcessInitializeOnLoadMethodAttributes (11ms)
AfterProcessingInitializeOnLoad (5ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (13ms)
Platform modules already initialized, skipping
Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform(13) subTarget(537395200) extendedPlatform(0)
Refreshing native plugins compatible for Editor in 0.75 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3671 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 136.6 MB.
System memory in use after: 136.7 MB.
Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4137.
Total: 3.375600 ms (FindLiveObjects: 0.276000 ms CreateObjectMapping: 0.205000 ms MarkObjects: 2.734700 ms DeleteObjects: 0.158600 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 11.313192 seconds.
path: Assets/Scripts/Game.cs
artifactKey: Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Scripts/Game.cs using Guid(64bccbbe14a86034a904585f5656f5e4) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1bad41fa731f85abd96ffd02b550d818') in 0.005922 seconds
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 4.87 ms, found 4 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 23 Unused Serialized files (Serialized files now loaded: 0)
System memory in use before: 68.3 MB.
System memory in use after: 68.4 MB.
System memory in use before: 64.5 MB.
System memory in use after: 64.6 MB.
Unloading 23 unused Assets to reduce memory usage. Loaded Objects now: 4124.
Total: 4.237100 ms (FindLiveObjects: 0.266500 ms CreateObjectMapping: 0.173100 ms MarkObjects: 3.663800 ms DeleteObjects: 0.132700 ms)
Unloading 23 unused Assets to reduce memory usage. Loaded Objects now: 4137.
Total: 3.588600 ms (FindLiveObjects: 0.442700 ms CreateObjectMapping: 0.328600 ms MarkObjects: 2.652800 ms DeleteObjects: 0.163500 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->