From 12aeb116ddd8d94c869168c4951a6c03c711ee6c Mon Sep 17 00:00:00 2001 From: firefighter198 Date: Mon, 4 Oct 2021 23:10:35 +0200 Subject: [PATCH] Recode --- .../.idea/.idea.Chess Recode/.idea/.gitignore | 13 + .../.idea.Chess Recode}/.idea/encodings.xml | 0 .../.idea.Chess Recode}/.idea/indexLayout.xml | 0 .../.idea/.idea.Chess/.idea/.gitignore | 0 .../.idea/.idea.Chess/.idea/encodings.xml | 4 + .../.idea/.idea.Chess/.idea/indexLayout.xml | 8 + {Chess => Chess Recode}/Assets/Graphics.meta | 0 .../Assets/Graphics/BlackField.png | Bin .../Assets/Graphics/BlackField.png.meta | 0 .../Assets/Graphics/BlackField.prefab | 0 .../Assets/Graphics/BlackField.prefab.meta | 0 .../Assets/Graphics/Characters.meta | 0 .../Graphics/Characters/blackBishop.png | Bin .../Graphics/Characters/blackBishop.png.meta | 0 .../Assets/Graphics/Characters/blackKing.png | Bin .../Graphics/Characters/blackKing.png.meta | 0 .../Graphics/Characters/blackKnight.png | Bin .../Graphics/Characters/blackKnight.png.meta | 0 .../Assets/Graphics/Characters/blackPawn.png | Bin .../Graphics/Characters/blackPawn.png.meta | 0 .../Assets/Graphics/Characters/blackQueen.png | Bin .../Graphics/Characters/blackQueen.png.meta | 0 .../Assets/Graphics/Characters/blackRook.png | Bin .../Graphics/Characters/blackRook.png.meta | 0 .../Graphics/Characters/whiteBishop.png | Bin .../Graphics/Characters/whiteBishop.png.meta | 0 .../Assets/Graphics/Characters/whiteKing.png | Bin .../Graphics/Characters/whiteKing.png.meta | 0 .../Graphics/Characters/whiteKnight.png | Bin .../Graphics/Characters/whiteKnight.png.meta | 0 .../Assets/Graphics/Characters/whitePawn.png | Bin .../Graphics/Characters/whitePawn.png.meta | 0 .../Assets/Graphics/Characters/whiteQueen.png | Bin .../Graphics/Characters/whiteQueen.png.meta | 0 .../Assets/Graphics/Characters/whiteRook.png | Bin .../Graphics/Characters/whiteRook.png.meta | 0 .../Assets/Graphics/WhiteField.png | Bin .../Assets/Graphics/WhiteField.png.meta | 0 .../Assets/Graphics/WhiteField.prefab | 0 .../Assets/Graphics/WhiteField.prefab.meta | 0 {Chess => Chess Recode}/Assets/Scenes.meta | 0 .../Assets/Scenes/Game.unity | 224 +- .../Assets/Scenes/Game.unity.meta | 0 {Chess => Chess Recode}/Assets/Scripts.meta | 0 Chess Recode/Assets/Scripts/Bishop.cs | 11 + .../Assets/Scripts/Bishop.cs.meta | 2 +- .../Assets/Scripts/Cell.cs | 2 +- .../Assets/Scripts/Cell.cs.meta | 0 Chess Recode/Assets/Scripts/Character.cs | 25 + .../Assets/Scripts/Character.cs.meta | 0 Chess Recode/Assets/Scripts/Game.cs | 187 + .../Assets/Scripts/Game.cs.meta | 0 Chess Recode/Assets/Scripts/King.cs | 11 + Chess Recode/Assets/Scripts/King.cs.meta | 11 + Chess Recode/Assets/Scripts/Knight.cs | 64 + Chess Recode/Assets/Scripts/Knight.cs.meta | 11 + Chess Recode/Assets/Scripts/Pawn.cs | 106 + Chess Recode/Assets/Scripts/Pawn.cs.meta | 11 + Chess Recode/Assets/Scripts/Queen.cs | 11 + Chess Recode/Assets/Scripts/Queen.cs.meta | 11 + Chess Recode/Assets/Scripts/Rook.cs | 67 + Chess Recode/Assets/Scripts/Rook.cs.meta | 11 + .../Logs/AssetImportWorker0-prev.log | 890 +- Chess Recode/Logs/AssetImportWorker0.log | 7883 +++++++++++++++++ .../Logs/Packages-Update.log | 0 .../shadercompiler-AssetImportWorker0.log | 12 + ...hadercompiler-UnityShaderCompiler.exe0.log | 15 + .../Packages/manifest.json | 0 .../Packages/packages-lock.json | 0 .../ProjectSettings/AudioManager.asset | 0 .../ProjectSettings/ClusterInputManager.asset | 0 .../ProjectSettings/DynamicsManager.asset | 0 .../ProjectSettings/EditorBuildSettings.asset | 0 .../ProjectSettings/EditorSettings.asset | 0 .../ProjectSettings/GraphicsSettings.asset | 0 .../ProjectSettings/InputManager.asset | 0 .../ProjectSettings/NavMeshAreas.asset | 0 .../ProjectSettings/NetworkManager.asset | 0 .../PackageManagerSettings.asset | 0 .../ProjectSettings/Physics2DSettings.asset | 0 .../ProjectSettings/PresetManager.asset | 0 .../ProjectSettings/ProjectSettings.asset | 0 .../ProjectSettings/ProjectVersion.txt | 0 .../ProjectSettings/QualitySettings.asset | 0 .../SceneTemplateSettings.json | 0 .../ProjectSettings/TagManager.asset | 0 .../ProjectSettings/TimeManager.asset | 0 .../UnityConnectSettings.asset | 0 .../ProjectSettings/VFXManager.asset | 0 .../VersionControlSettings.asset | 0 .../ProjectSettings/XRSettings.asset | 0 .../UserSettings/EditorUserSettings.asset | 0 .../UserSettings/Search.index | 0 .../UserSettings/Search.settings | 0 Chess/Assets/Scripts/Character.cs | 14 - Chess/Assets/Scripts/CharacterData.cs | 245 - Chess/Assets/Scripts/Game.cs | 442 - Chess/Logs/AssetImportWorker0-prev.log | 502 -- .../shadercompiler-AssetImportWorker0.log | 6 - ...hadercompiler-UnityShaderCompiler.exe0.log | 4 - ...hadercompiler-UnityShaderCompiler.exe1.log | 4 - ...hadercompiler-UnityShaderCompiler.exe2.log | 6 - ...hadercompiler-UnityShaderCompiler.exe3.log | 4 - 103 files changed, 9067 insertions(+), 1750 deletions(-) create mode 100644 Chess Recode/.idea/.idea.Chess Recode/.idea/.gitignore rename {Chess/.idea/.idea.Chess => Chess Recode/.idea/.idea.Chess Recode}/.idea/encodings.xml (100%) rename {Chess/.idea/.idea.Chess => Chess Recode/.idea/.idea.Chess Recode}/.idea/indexLayout.xml (100%) rename {Chess => Chess Recode}/.idea/.idea.Chess/.idea/.gitignore (100%) create mode 100644 Chess Recode/.idea/.idea.Chess/.idea/encodings.xml create mode 100644 Chess Recode/.idea/.idea.Chess/.idea/indexLayout.xml rename {Chess => Chess Recode}/Assets/Graphics.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/BlackField.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/BlackField.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/BlackField.prefab (100%) rename {Chess => Chess Recode}/Assets/Graphics/BlackField.prefab.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackBishop.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackBishop.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackKing.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackKing.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackKnight.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackKnight.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackPawn.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackPawn.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackQueen.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackQueen.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackRook.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/blackRook.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteBishop.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteBishop.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteKing.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteKing.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteKnight.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteKnight.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whitePawn.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whitePawn.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteQueen.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteQueen.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteRook.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/Characters/whiteRook.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/WhiteField.png (100%) rename {Chess => Chess Recode}/Assets/Graphics/WhiteField.png.meta (100%) rename {Chess => Chess Recode}/Assets/Graphics/WhiteField.prefab (100%) rename {Chess => Chess Recode}/Assets/Graphics/WhiteField.prefab.meta (100%) rename {Chess => Chess Recode}/Assets/Scenes.meta (100%) rename {Chess => Chess Recode}/Assets/Scenes/Game.unity (98%) rename {Chess => Chess Recode}/Assets/Scenes/Game.unity.meta (100%) rename {Chess => Chess Recode}/Assets/Scripts.meta (100%) create mode 100644 Chess Recode/Assets/Scripts/Bishop.cs rename Chess/Assets/Scripts/CharacterData.cs.meta => Chess Recode/Assets/Scripts/Bishop.cs.meta (83%) rename {Chess => Chess Recode}/Assets/Scripts/Cell.cs (78%) rename {Chess => Chess Recode}/Assets/Scripts/Cell.cs.meta (100%) create mode 100644 Chess Recode/Assets/Scripts/Character.cs rename {Chess => Chess Recode}/Assets/Scripts/Character.cs.meta (100%) create mode 100644 Chess Recode/Assets/Scripts/Game.cs rename {Chess => Chess Recode}/Assets/Scripts/Game.cs.meta (100%) create mode 100644 Chess Recode/Assets/Scripts/King.cs create mode 100644 Chess Recode/Assets/Scripts/King.cs.meta create mode 100644 Chess Recode/Assets/Scripts/Knight.cs create mode 100644 Chess Recode/Assets/Scripts/Knight.cs.meta create mode 100644 Chess Recode/Assets/Scripts/Pawn.cs create mode 100644 Chess Recode/Assets/Scripts/Pawn.cs.meta create mode 100644 Chess Recode/Assets/Scripts/Queen.cs create mode 100644 Chess Recode/Assets/Scripts/Queen.cs.meta create mode 100644 Chess Recode/Assets/Scripts/Rook.cs create mode 100644 Chess Recode/Assets/Scripts/Rook.cs.meta rename Chess/Logs/AssetImportWorker0.log => Chess Recode/Logs/AssetImportWorker0-prev.log (69%) create mode 100644 Chess Recode/Logs/AssetImportWorker0.log rename {Chess => Chess Recode}/Logs/Packages-Update.log (100%) create mode 100644 Chess Recode/Logs/shadercompiler-AssetImportWorker0.log create mode 100644 Chess Recode/Logs/shadercompiler-UnityShaderCompiler.exe0.log rename {Chess => Chess Recode}/Packages/manifest.json (100%) rename {Chess => Chess Recode}/Packages/packages-lock.json (100%) rename {Chess => Chess Recode}/ProjectSettings/AudioManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/ClusterInputManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/DynamicsManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/EditorBuildSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/EditorSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/GraphicsSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/InputManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/NavMeshAreas.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/NetworkManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/PackageManagerSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/Physics2DSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/PresetManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/ProjectSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/ProjectVersion.txt (100%) rename {Chess => Chess Recode}/ProjectSettings/QualitySettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/SceneTemplateSettings.json (100%) rename {Chess => Chess Recode}/ProjectSettings/TagManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/TimeManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/UnityConnectSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/VFXManager.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/VersionControlSettings.asset (100%) rename {Chess => Chess Recode}/ProjectSettings/XRSettings.asset (100%) rename {Chess => Chess Recode}/UserSettings/EditorUserSettings.asset (100%) rename {Chess => Chess Recode}/UserSettings/Search.index (100%) rename {Chess => Chess Recode}/UserSettings/Search.settings (100%) delete mode 100644 Chess/Assets/Scripts/Character.cs delete mode 100644 Chess/Assets/Scripts/CharacterData.cs delete mode 100644 Chess/Assets/Scripts/Game.cs delete mode 100644 Chess/Logs/AssetImportWorker0-prev.log delete mode 100644 Chess/Logs/shadercompiler-AssetImportWorker0.log delete mode 100644 Chess/Logs/shadercompiler-UnityShaderCompiler.exe0.log delete mode 100644 Chess/Logs/shadercompiler-UnityShaderCompiler.exe1.log delete mode 100644 Chess/Logs/shadercompiler-UnityShaderCompiler.exe2.log delete mode 100644 Chess/Logs/shadercompiler-UnityShaderCompiler.exe3.log diff --git a/Chess Recode/.idea/.idea.Chess Recode/.idea/.gitignore b/Chess Recode/.idea/.idea.Chess Recode/.idea/.gitignore new file mode 100644 index 0000000..157e981 --- /dev/null +++ b/Chess Recode/.idea/.idea.Chess Recode/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.Chess Recode.iml +/contentModel.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/Chess/.idea/.idea.Chess/.idea/encodings.xml b/Chess Recode/.idea/.idea.Chess Recode/.idea/encodings.xml similarity index 100% rename from Chess/.idea/.idea.Chess/.idea/encodings.xml rename to Chess Recode/.idea/.idea.Chess Recode/.idea/encodings.xml diff --git a/Chess/.idea/.idea.Chess/.idea/indexLayout.xml b/Chess Recode/.idea/.idea.Chess Recode/.idea/indexLayout.xml similarity index 100% rename from Chess/.idea/.idea.Chess/.idea/indexLayout.xml rename to Chess Recode/.idea/.idea.Chess Recode/.idea/indexLayout.xml diff --git a/Chess/.idea/.idea.Chess/.idea/.gitignore b/Chess Recode/.idea/.idea.Chess/.idea/.gitignore similarity index 100% rename from Chess/.idea/.idea.Chess/.idea/.gitignore rename to Chess Recode/.idea/.idea.Chess/.idea/.gitignore diff --git a/Chess Recode/.idea/.idea.Chess/.idea/encodings.xml b/Chess Recode/.idea/.idea.Chess/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/Chess Recode/.idea/.idea.Chess/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Chess Recode/.idea/.idea.Chess/.idea/indexLayout.xml b/Chess Recode/.idea/.idea.Chess/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/Chess Recode/.idea/.idea.Chess/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Chess/Assets/Graphics.meta b/Chess Recode/Assets/Graphics.meta similarity index 100% rename from Chess/Assets/Graphics.meta rename to Chess Recode/Assets/Graphics.meta diff --git a/Chess/Assets/Graphics/BlackField.png b/Chess Recode/Assets/Graphics/BlackField.png similarity index 100% rename from Chess/Assets/Graphics/BlackField.png rename to Chess Recode/Assets/Graphics/BlackField.png diff --git a/Chess/Assets/Graphics/BlackField.png.meta b/Chess Recode/Assets/Graphics/BlackField.png.meta similarity index 100% rename from Chess/Assets/Graphics/BlackField.png.meta rename to Chess Recode/Assets/Graphics/BlackField.png.meta diff --git a/Chess/Assets/Graphics/BlackField.prefab b/Chess Recode/Assets/Graphics/BlackField.prefab similarity index 100% rename from Chess/Assets/Graphics/BlackField.prefab rename to Chess Recode/Assets/Graphics/BlackField.prefab diff --git a/Chess/Assets/Graphics/BlackField.prefab.meta b/Chess Recode/Assets/Graphics/BlackField.prefab.meta similarity index 100% rename from Chess/Assets/Graphics/BlackField.prefab.meta rename to Chess Recode/Assets/Graphics/BlackField.prefab.meta diff --git a/Chess/Assets/Graphics/Characters.meta b/Chess Recode/Assets/Graphics/Characters.meta similarity index 100% rename from Chess/Assets/Graphics/Characters.meta rename to Chess Recode/Assets/Graphics/Characters.meta diff --git a/Chess/Assets/Graphics/Characters/blackBishop.png b/Chess Recode/Assets/Graphics/Characters/blackBishop.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackBishop.png rename to Chess Recode/Assets/Graphics/Characters/blackBishop.png diff --git a/Chess/Assets/Graphics/Characters/blackBishop.png.meta b/Chess Recode/Assets/Graphics/Characters/blackBishop.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackBishop.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackBishop.png.meta diff --git a/Chess/Assets/Graphics/Characters/blackKing.png b/Chess Recode/Assets/Graphics/Characters/blackKing.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackKing.png rename to Chess Recode/Assets/Graphics/Characters/blackKing.png diff --git a/Chess/Assets/Graphics/Characters/blackKing.png.meta b/Chess Recode/Assets/Graphics/Characters/blackKing.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackKing.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackKing.png.meta diff --git a/Chess/Assets/Graphics/Characters/blackKnight.png b/Chess Recode/Assets/Graphics/Characters/blackKnight.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackKnight.png rename to Chess Recode/Assets/Graphics/Characters/blackKnight.png diff --git a/Chess/Assets/Graphics/Characters/blackKnight.png.meta b/Chess Recode/Assets/Graphics/Characters/blackKnight.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackKnight.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackKnight.png.meta diff --git a/Chess/Assets/Graphics/Characters/blackPawn.png b/Chess Recode/Assets/Graphics/Characters/blackPawn.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackPawn.png rename to Chess Recode/Assets/Graphics/Characters/blackPawn.png diff --git a/Chess/Assets/Graphics/Characters/blackPawn.png.meta b/Chess Recode/Assets/Graphics/Characters/blackPawn.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackPawn.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackPawn.png.meta diff --git a/Chess/Assets/Graphics/Characters/blackQueen.png b/Chess Recode/Assets/Graphics/Characters/blackQueen.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackQueen.png rename to Chess Recode/Assets/Graphics/Characters/blackQueen.png diff --git a/Chess/Assets/Graphics/Characters/blackQueen.png.meta b/Chess Recode/Assets/Graphics/Characters/blackQueen.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackQueen.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackQueen.png.meta diff --git a/Chess/Assets/Graphics/Characters/blackRook.png b/Chess Recode/Assets/Graphics/Characters/blackRook.png similarity index 100% rename from Chess/Assets/Graphics/Characters/blackRook.png rename to Chess Recode/Assets/Graphics/Characters/blackRook.png diff --git a/Chess/Assets/Graphics/Characters/blackRook.png.meta b/Chess Recode/Assets/Graphics/Characters/blackRook.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/blackRook.png.meta rename to Chess Recode/Assets/Graphics/Characters/blackRook.png.meta diff --git a/Chess/Assets/Graphics/Characters/whiteBishop.png b/Chess Recode/Assets/Graphics/Characters/whiteBishop.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteBishop.png rename to Chess Recode/Assets/Graphics/Characters/whiteBishop.png diff --git a/Chess/Assets/Graphics/Characters/whiteBishop.png.meta b/Chess Recode/Assets/Graphics/Characters/whiteBishop.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteBishop.png.meta rename to Chess Recode/Assets/Graphics/Characters/whiteBishop.png.meta diff --git a/Chess/Assets/Graphics/Characters/whiteKing.png b/Chess Recode/Assets/Graphics/Characters/whiteKing.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteKing.png rename to Chess Recode/Assets/Graphics/Characters/whiteKing.png diff --git a/Chess/Assets/Graphics/Characters/whiteKing.png.meta b/Chess Recode/Assets/Graphics/Characters/whiteKing.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteKing.png.meta rename to Chess Recode/Assets/Graphics/Characters/whiteKing.png.meta diff --git a/Chess/Assets/Graphics/Characters/whiteKnight.png b/Chess Recode/Assets/Graphics/Characters/whiteKnight.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteKnight.png rename to Chess Recode/Assets/Graphics/Characters/whiteKnight.png diff --git a/Chess/Assets/Graphics/Characters/whiteKnight.png.meta b/Chess Recode/Assets/Graphics/Characters/whiteKnight.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteKnight.png.meta rename to Chess Recode/Assets/Graphics/Characters/whiteKnight.png.meta diff --git a/Chess/Assets/Graphics/Characters/whitePawn.png b/Chess Recode/Assets/Graphics/Characters/whitePawn.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whitePawn.png rename to Chess Recode/Assets/Graphics/Characters/whitePawn.png diff --git a/Chess/Assets/Graphics/Characters/whitePawn.png.meta b/Chess Recode/Assets/Graphics/Characters/whitePawn.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whitePawn.png.meta rename to Chess Recode/Assets/Graphics/Characters/whitePawn.png.meta diff --git a/Chess/Assets/Graphics/Characters/whiteQueen.png b/Chess Recode/Assets/Graphics/Characters/whiteQueen.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteQueen.png rename to Chess Recode/Assets/Graphics/Characters/whiteQueen.png diff --git a/Chess/Assets/Graphics/Characters/whiteQueen.png.meta b/Chess Recode/Assets/Graphics/Characters/whiteQueen.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteQueen.png.meta rename to Chess Recode/Assets/Graphics/Characters/whiteQueen.png.meta diff --git a/Chess/Assets/Graphics/Characters/whiteRook.png b/Chess Recode/Assets/Graphics/Characters/whiteRook.png similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteRook.png rename to Chess Recode/Assets/Graphics/Characters/whiteRook.png diff --git a/Chess/Assets/Graphics/Characters/whiteRook.png.meta b/Chess Recode/Assets/Graphics/Characters/whiteRook.png.meta similarity index 100% rename from Chess/Assets/Graphics/Characters/whiteRook.png.meta rename to Chess Recode/Assets/Graphics/Characters/whiteRook.png.meta diff --git a/Chess/Assets/Graphics/WhiteField.png b/Chess Recode/Assets/Graphics/WhiteField.png similarity index 100% rename from Chess/Assets/Graphics/WhiteField.png rename to Chess Recode/Assets/Graphics/WhiteField.png diff --git a/Chess/Assets/Graphics/WhiteField.png.meta b/Chess Recode/Assets/Graphics/WhiteField.png.meta similarity index 100% rename from Chess/Assets/Graphics/WhiteField.png.meta rename to Chess Recode/Assets/Graphics/WhiteField.png.meta diff --git a/Chess/Assets/Graphics/WhiteField.prefab b/Chess Recode/Assets/Graphics/WhiteField.prefab similarity index 100% rename from Chess/Assets/Graphics/WhiteField.prefab rename to Chess Recode/Assets/Graphics/WhiteField.prefab diff --git a/Chess/Assets/Graphics/WhiteField.prefab.meta b/Chess Recode/Assets/Graphics/WhiteField.prefab.meta similarity index 100% rename from Chess/Assets/Graphics/WhiteField.prefab.meta rename to Chess Recode/Assets/Graphics/WhiteField.prefab.meta diff --git a/Chess/Assets/Scenes.meta b/Chess Recode/Assets/Scenes.meta similarity index 100% rename from Chess/Assets/Scenes.meta rename to Chess Recode/Assets/Scenes.meta diff --git a/Chess/Assets/Scenes/Game.unity b/Chess Recode/Assets/Scenes/Game.unity similarity index 98% rename from Chess/Assets/Scenes/Game.unity rename to Chess Recode/Assets/Scenes/Game.unity index fa8597e..0a7b6b2 100644 --- a/Chess/Assets/Scenes/Game.unity +++ b/Chess Recode/Assets/Scenes/Game.unity @@ -195,7 +195,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1849964557} + objectReference: {fileID: 1849964560} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 58 @@ -344,11 +344,10 @@ MonoBehaviour: m_GameObject: {fileID: 27236948} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 4ecf79ff7b31c234f89070f40365082e, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 3 + team: 0 --- !u!1001 &59162149 PrefabInstance: m_ObjectHideFlags: 0 @@ -359,7 +358,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 886710715} + objectReference: {fileID: 886710718} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 5 @@ -508,11 +507,10 @@ MonoBehaviour: m_GameObject: {fileID: 62750385} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: e472b40b9823e414690354398c441ee1, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 0 + team: 1 --- !u!1001 &69153175 PrefabInstance: m_ObjectHideFlags: 0 @@ -523,7 +521,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 972553570} + objectReference: {fileID: 972553573} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 10 @@ -651,7 +649,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 612718680} + objectReference: {fileID: 612718683} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 52 @@ -717,7 +715,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 623214076} + objectReference: {fileID: 585725649} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 6 @@ -928,11 +926,10 @@ MonoBehaviour: m_GameObject: {fileID: 251602554} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 4ecf79ff7b31c234f89070f40365082e, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 3 + team: 1 --- !u!1 &262320270 GameObject: m_ObjectHideFlags: 0 @@ -1026,11 +1023,10 @@ MonoBehaviour: m_GameObject: {fileID: 262320270} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &278055036 PrefabInstance: m_ObjectHideFlags: 0 @@ -1041,7 +1037,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 1499851949} + objectReference: {fileID: 1499851952} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 48 @@ -1231,7 +1227,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1480078459} + objectReference: {fileID: 1480078462} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 56 @@ -1442,11 +1438,10 @@ MonoBehaviour: m_GameObject: {fileID: 399979559} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1 &410318053 GameObject: m_ObjectHideFlags: 0 @@ -1540,11 +1535,10 @@ MonoBehaviour: m_GameObject: {fileID: 410318053} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1001 &465495056 PrefabInstance: m_ObjectHideFlags: 0 @@ -1555,7 +1549,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 410318053} + objectReference: {fileID: 410318056} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 54 @@ -1621,7 +1615,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 668056906} + objectReference: {fileID: 668056909} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 62 @@ -1894,7 +1888,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1120554186} + objectReference: {fileID: 1120554189} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 14 @@ -2043,11 +2037,10 @@ MonoBehaviour: m_GameObject: {fileID: 585725646} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: e472b40b9823e414690354398c441ee1, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 0 + team: 1 --- !u!1 &612718680 GameObject: m_ObjectHideFlags: 0 @@ -2141,11 +2134,10 @@ MonoBehaviour: m_GameObject: {fileID: 612718680} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1001 &614185885 PrefabInstance: m_ObjectHideFlags: 0 @@ -2317,11 +2309,10 @@ MonoBehaviour: m_GameObject: {fileID: 623214076} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 413f30f504354374eac5ff0f4a42653d, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 1 + team: 1 --- !u!1 &643727966 GameObject: m_ObjectHideFlags: 0 @@ -2415,11 +2406,10 @@ MonoBehaviour: m_GameObject: {fileID: 643727966} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1 &668056906 GameObject: m_ObjectHideFlags: 0 @@ -2513,11 +2503,10 @@ MonoBehaviour: m_GameObject: {fileID: 668056906} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 413f30f504354374eac5ff0f4a42653d, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 1 + team: 0 --- !u!1001 &683391279 PrefabInstance: m_ObjectHideFlags: 0 @@ -2528,7 +2517,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1080731773} + objectReference: {fileID: 1080731776} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 8 @@ -2594,7 +2583,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 62750385} + objectReference: {fileID: 62750388} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 0 @@ -2660,7 +2649,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 1687781405} + objectReference: {fileID: 1687781408} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 59 @@ -2809,11 +2798,10 @@ MonoBehaviour: m_GameObject: {fileID: 727755297} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 843bca5b9b65c744b8f87208f3ce7aef, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 2 + team: 1 --- !u!1001 &742215446 PrefabInstance: m_ObjectHideFlags: 0 @@ -2824,7 +2812,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 1747117847} + objectReference: {fileID: 1747117850} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 57 @@ -2890,7 +2878,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 399979559} + objectReference: {fileID: 399979562} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 13 @@ -3018,7 +3006,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 858254018} + objectReference: {fileID: 858254021} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 61 @@ -3167,11 +3155,10 @@ MonoBehaviour: m_GameObject: {fileID: 857993541} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: e472b40b9823e414690354398c441ee1, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 0 + team: 0 --- !u!1 &858254018 GameObject: m_ObjectHideFlags: 0 @@ -3265,11 +3252,10 @@ MonoBehaviour: m_GameObject: {fileID: 858254018} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 843bca5b9b65c744b8f87208f3ce7aef, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 2 + team: 0 --- !u!1 &886710715 GameObject: m_ObjectHideFlags: 0 @@ -3363,11 +3349,10 @@ MonoBehaviour: m_GameObject: {fileID: 886710715} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 843bca5b9b65c744b8f87208f3ce7aef, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 2 + team: 1 --- !u!1001 &910477186 PrefabInstance: m_ObjectHideFlags: 0 @@ -3502,7 +3487,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 2047739218} + objectReference: {fileID: 2047739221} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 50 @@ -3713,11 +3698,10 @@ MonoBehaviour: m_GameObject: {fileID: 972553570} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &1050530194 PrefabInstance: m_ObjectHideFlags: 0 @@ -3790,7 +3774,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 262320270} + objectReference: {fileID: 262320273} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 12 @@ -3939,11 +3923,10 @@ MonoBehaviour: m_GameObject: {fileID: 1080731773} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1 &1094130359 GameObject: m_ObjectHideFlags: 0 @@ -4186,7 +4169,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 2052598919} + objectReference: {fileID: 2052598922} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 55 @@ -4335,11 +4318,10 @@ MonoBehaviour: m_GameObject: {fileID: 1120554186} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &1139699234 PrefabInstance: m_ObjectHideFlags: 0 @@ -4350,7 +4332,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1320791670} + objectReference: {fileID: 1320791673} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 49 @@ -4499,11 +4481,10 @@ MonoBehaviour: m_GameObject: {fileID: 1194320029} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1001 &1204622327 PrefabInstance: m_ObjectHideFlags: 0 @@ -4514,7 +4495,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 1286037025} + objectReference: {fileID: 1286037028} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 11 @@ -4642,7 +4623,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 1425134500} + objectReference: {fileID: 1425134503} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 9 @@ -4791,11 +4772,10 @@ MonoBehaviour: m_GameObject: {fileID: 1286037025} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &1289974112 PrefabInstance: m_ObjectHideFlags: 0 @@ -4868,7 +4848,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 585725646} + objectReference: {fileID: 585725649} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 7 @@ -4934,7 +4914,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 27236948} + objectReference: {fileID: 27236951} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 60 @@ -5083,11 +5063,10 @@ MonoBehaviour: m_GameObject: {fileID: 1320791670} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1001 &1337356131 PrefabInstance: m_ObjectHideFlags: 0 @@ -5305,11 +5284,10 @@ MonoBehaviour: m_GameObject: {fileID: 1425134500} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &1465897015 PrefabInstance: m_ObjectHideFlags: 0 @@ -5465,11 +5443,10 @@ MonoBehaviour: m_GameObject: {fileID: 1480078459} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: e472b40b9823e414690354398c441ee1, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 0 + team: 0 --- !u!1001 &1489359876 PrefabInstance: m_ObjectHideFlags: 0 @@ -5625,11 +5602,10 @@ MonoBehaviour: m_GameObject: {fileID: 1499851949} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1 &1508263669 GameObject: m_ObjectHideFlags: 0 @@ -5702,7 +5678,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 727755297} + objectReference: {fileID: 727755300} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 2 @@ -5768,7 +5744,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 857993541} + objectReference: {fileID: 857993544} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 63 @@ -5834,7 +5810,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1827747384} + objectReference: {fileID: 1827747387} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 3 @@ -6024,7 +6000,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 2008887575} + objectReference: {fileID: 2008887578} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 15 @@ -6235,11 +6211,10 @@ MonoBehaviour: m_GameObject: {fileID: 1687781405} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 9fd968408c0465c4bb0d7960a1be6a9b, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 4 + team: 0 --- !u!1001 &1720615812 PrefabInstance: m_ObjectHideFlags: 0 @@ -6395,11 +6370,10 @@ MonoBehaviour: m_GameObject: {fileID: 1747117847} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 413f30f504354374eac5ff0f4a42653d, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 1 + team: 0 --- !u!1001 &1787815114 PrefabInstance: m_ObjectHideFlags: 0 @@ -6472,7 +6446,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1940364791} + objectReference: {fileID: 1940364794} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 1 @@ -6621,11 +6595,10 @@ MonoBehaviour: m_GameObject: {fileID: 1827747384} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 9fd968408c0465c4bb0d7960a1be6a9b, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 4 + team: 1 --- !u!1001 &1837864579 PrefabInstance: m_ObjectHideFlags: 0 @@ -6636,7 +6609,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 643727966} + objectReference: {fileID: 643727969} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 53 @@ -6785,11 +6758,10 @@ MonoBehaviour: m_GameObject: {fileID: 1849964557} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 843bca5b9b65c744b8f87208f3ce7aef, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 2 + team: 0 --- !u!1001 &1924424992 PrefabInstance: m_ObjectHideFlags: 0 @@ -7007,11 +6979,10 @@ MonoBehaviour: m_GameObject: {fileID: 1940364791} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 413f30f504354374eac5ff0f4a42653d, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 1 + team: 1 --- !u!1001 &2001234286 PrefabInstance: m_ObjectHideFlags: 0 @@ -7167,11 +7138,10 @@ MonoBehaviour: m_GameObject: {fileID: 2008887575} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 0 - type: 5 + team: 1 --- !u!1001 &2037700252 PrefabInstance: m_ObjectHideFlags: 0 @@ -7182,7 +7152,7 @@ PrefabInstance: - target: {fileID: 57859171336180470, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: connected value: - objectReference: {fileID: 251602554} + objectReference: {fileID: 251602557} - target: {fileID: 4618949406181903361, guid: 0793b24456cf4524993e150ea5b45400, type: 3} propertyPath: m_RootOrder value: 4 @@ -7331,11 +7301,10 @@ MonoBehaviour: m_GameObject: {fileID: 2047739218} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1 &2052598919 GameObject: m_ObjectHideFlags: 0 @@ -7429,11 +7398,10 @@ MonoBehaviour: m_GameObject: {fileID: 2052598919} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 179b17dcb667118419acf51301f94a71, type: 3} + m_Script: {fileID: 11500000, guid: 451b5186406195f4c87dd2a0934390db, type: 3} m_Name: m_EditorClassIdentifier: - team: 1 - type: 5 + team: 0 --- !u!1001 &2081803041 PrefabInstance: m_ObjectHideFlags: 0 @@ -7444,7 +7412,7 @@ PrefabInstance: - target: {fileID: 883339405358958320, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: connected value: - objectReference: {fileID: 1194320029} + objectReference: {fileID: 1194320032} - target: {fileID: 5694290885793745283, guid: ff5b42e045b06b14a8af707d79ae597c, type: 3} propertyPath: m_RootOrder value: 51 diff --git a/Chess/Assets/Scenes/Game.unity.meta b/Chess Recode/Assets/Scenes/Game.unity.meta similarity index 100% rename from Chess/Assets/Scenes/Game.unity.meta rename to Chess Recode/Assets/Scenes/Game.unity.meta diff --git a/Chess/Assets/Scripts.meta b/Chess Recode/Assets/Scripts.meta similarity index 100% rename from Chess/Assets/Scripts.meta rename to Chess Recode/Assets/Scripts.meta diff --git a/Chess Recode/Assets/Scripts/Bishop.cs b/Chess Recode/Assets/Scripts/Bishop.cs new file mode 100644 index 0000000..369139c --- /dev/null +++ b/Chess Recode/Assets/Scripts/Bishop.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Bishop : Character +{ + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + return null; + } +} diff --git a/Chess/Assets/Scripts/CharacterData.cs.meta b/Chess Recode/Assets/Scripts/Bishop.cs.meta similarity index 83% rename from Chess/Assets/Scripts/CharacterData.cs.meta rename to Chess Recode/Assets/Scripts/Bishop.cs.meta index 64efea4..a7b6fb6 100644 --- a/Chess/Assets/Scripts/CharacterData.cs.meta +++ b/Chess Recode/Assets/Scripts/Bishop.cs.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 82078bc56df7bd948ae23d6db04fd436 +guid: 843bca5b9b65c744b8f87208f3ce7aef MonoImporter: externalObjects: {} serializedVersion: 2 diff --git a/Chess/Assets/Scripts/Cell.cs b/Chess Recode/Assets/Scripts/Cell.cs similarity index 78% rename from Chess/Assets/Scripts/Cell.cs rename to Chess Recode/Assets/Scripts/Cell.cs index 73d07c1..f9f7196 100644 --- a/Chess/Assets/Scripts/Cell.cs +++ b/Chess Recode/Assets/Scripts/Cell.cs @@ -4,5 +4,5 @@ using UnityEngine; public class Cell : MonoBehaviour { - public GameObject connected; + public Character connected; } diff --git a/Chess/Assets/Scripts/Cell.cs.meta b/Chess Recode/Assets/Scripts/Cell.cs.meta similarity index 100% rename from Chess/Assets/Scripts/Cell.cs.meta rename to Chess Recode/Assets/Scripts/Cell.cs.meta diff --git a/Chess Recode/Assets/Scripts/Character.cs b/Chess Recode/Assets/Scripts/Character.cs new file mode 100644 index 0000000..a52c5d9 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Character.cs @@ -0,0 +1,25 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public abstract class Character : MonoBehaviour +{ + public Teams team; + + public abstract bool[,] GetValidMoves(Cell[,] cells, Game game); + + protected bool IsPositionInGrid(int x, int y) + { + if (x < 0 || y < 0 || x > 7 || y > 7) + { + return false; + } + + return true; + } +} + +public enum Teams +{ + White, Black +} diff --git a/Chess/Assets/Scripts/Character.cs.meta b/Chess Recode/Assets/Scripts/Character.cs.meta similarity index 100% rename from Chess/Assets/Scripts/Character.cs.meta rename to Chess Recode/Assets/Scripts/Character.cs.meta diff --git a/Chess Recode/Assets/Scripts/Game.cs b/Chess Recode/Assets/Scripts/Game.cs new file mode 100644 index 0000000..bf39bf4 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Game.cs @@ -0,0 +1,187 @@ +using System; +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Game : MonoBehaviour +{ + public Camera cam; + + private Cell[,] cells = new Cell[8, 8]; + public Teams currentTeam = Teams.White; + + private Cell clickedCell = null; + private List validMovesList = new List(); + + private void Start() + { + //Get all the Cells from the hierachy + for (int x = 0; x < 8; x++) + { + for (int y = 0; y < 8; y++) + { + cells[x, y] = GameObject.Find("Field" + y + "," + x).gameObject.GetComponent(); + } + } + } + + private void Update() + { + //Check if left clicked + if (Input.GetMouseButtonDown(0)) + { + //Get the clicked cell + Cell tempCell = GetCellOnPositionMouse(Input.mousePosition); + + if(validMovesList.Contains(tempCell)) + { + if (tempCell.connected != null) + { + Destroy(tempCell.connected.gameObject); + } + tempCell.connected = clickedCell.connected; + tempCell.connected.gameObject.transform.position = (tempCell.gameObject.transform.position); + + clickedCell.connected = null; + DeColorAllCells(); + validMovesList.Clear(); + + if (currentTeam == Teams.White) + { + currentTeam = Teams.Black; + } + else + { + currentTeam = Teams.White; + } + } + else + { + + //if the clickedCell == tempCell, deselect the cell + if (clickedCell == tempCell) + { + clickedCell = null; + DeColorAllCells(); + validMovesList.Clear(); + } + //else select the cell + else + { + clickedCell = tempCell; + ColorCellExclusive(clickedCell, new Color(.5f, .1f, .1f)); + } + } + + //check if there is a clicked cell + if(clickedCell != null) + { + //check if any character is on the cell + if (clickedCell.connected != null) + { + //check if the character belongs to the curren team + if (clickedCell.connected.team == currentTeam) + { + //get all the valid moves from the character based on the current grid + bool[,] validMoves = clickedCell.connected.GetValidMoves(cells, this); + for (int x = 0; x < 8; x++) + { + for (int y = 0; y < 8; y++) + { + if (validMoves[y, x]) + { + if (cells[x, y].connected != null) + { + ColorCell(x, y, new Color(.6f, .4f, .2f)); + } + else + { + ColorCell(x, y, new Color(.1f, .5f, .1f)); + } + validMovesList.Add(cells[x, y]); + } + } + } + } + } + } + } + } + + //Reset all colors of the cells + private void DeColorAllCells() + { + for (int ix = 0; ix < 8; ix++) + { + for (int iy = 0; iy < 8; iy++) + { + ColorCell(ix, iy, Color.white); + } + } + } + + //Color the selected cell and deColor all others + private void ColorCellExclusive(Cell cell, Color color) + { + int x = 0, y = 0; + + for (int ix = 0; ix < 8; ix++) + { + for (int iy = 0; iy < 8; iy++) + { + if (cells[ix, iy] == cell) + { + x = ix; + y = iy; + } + } + } + + ColorCellExclusive(x, y, color); + } + + //Color the selected cell and deColor all others + private void ColorCellExclusive(int x, int y, Color color) + { + for (int ix = 0; ix < 8; ix++) + { + for (int iy = 0; iy < 8; iy++) + { + if (ix == x && iy == y) + { + ColorCell(ix, iy, color); + } + else + { + ColorCell(ix, iy, Color.white); + } + } + } + } + + //Color the selected cell in the given color + private void ColorCell(int x, int y, Color color) + { + cells[x, y].GetComponent().color = color; + } + + //Get the currently clicked cell + public Cell GetCellOnPositionMouse(Vector3 position) + { + return GetCellOnPosition(cam.ScreenToWorldPoint(position)); + } + + public Cell GetCellOnPosition(Vector3 position) + { + Cell result = null; + + //Shoot a raycast from mousePointer / touch position + RaycastHit2D hit = Physics2D.Raycast(position, Vector3.forward); + if (hit.collider != null) + { + result = hit.collider.gameObject.GetComponent(); + } + + return result; + } +} diff --git a/Chess/Assets/Scripts/Game.cs.meta b/Chess Recode/Assets/Scripts/Game.cs.meta similarity index 100% rename from Chess/Assets/Scripts/Game.cs.meta rename to Chess Recode/Assets/Scripts/Game.cs.meta diff --git a/Chess Recode/Assets/Scripts/King.cs b/Chess Recode/Assets/Scripts/King.cs new file mode 100644 index 0000000..840ca83 --- /dev/null +++ b/Chess Recode/Assets/Scripts/King.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class King : Character +{ + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + return null; + } +} diff --git a/Chess Recode/Assets/Scripts/King.cs.meta b/Chess Recode/Assets/Scripts/King.cs.meta new file mode 100644 index 0000000..885089e --- /dev/null +++ b/Chess Recode/Assets/Scripts/King.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 9fd968408c0465c4bb0d7960a1be6a9b +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Chess Recode/Assets/Scripts/Knight.cs b/Chess Recode/Assets/Scripts/Knight.cs new file mode 100644 index 0000000..d700811 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Knight.cs @@ -0,0 +1,64 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Knight : Character +{ + private static readonly Vector2[] moves = + { + //(2, 1 combinations) + //up + new Vector2(-1, 2), + new Vector2(1, 2), + //down + new Vector2(-1, -2), + new Vector2(1, -2), + //right + new Vector2(2, 1), + new Vector2(2, -1), + //left + new Vector2(-2, 1), + new Vector2(-2, -1), + }; + + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + bool[,] result = new bool[8, 8]; + + foreach (Vector2 move in moves) + { + Vector3 testPosition = transform.position + (Vector3)move; + + Cell testCell = game.GetCellOnPosition(testPosition + Vector3.back); + + if(testCell != null) + { + int x, y; + + string nameX = testCell.gameObject.name.Substring(5, 1); + string nameY = testCell.gameObject.name.Substring(7, 1); + + x = int.Parse(nameX); + y = int.Parse(nameY); + + if (IsPositionInGrid(x, y)) + { + if (testCell.connected == null) + { + result[x, y] = true; + } + else + { + Character testCharacter = testCell.connected; + if (testCharacter.team != game.currentTeam) + { + result[x, y] = true; + } + } + } + } + } + + return result; + } +} diff --git a/Chess Recode/Assets/Scripts/Knight.cs.meta b/Chess Recode/Assets/Scripts/Knight.cs.meta new file mode 100644 index 0000000..cd66c9e --- /dev/null +++ b/Chess Recode/Assets/Scripts/Knight.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 413f30f504354374eac5ff0f4a42653d +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Chess Recode/Assets/Scripts/Pawn.cs b/Chess Recode/Assets/Scripts/Pawn.cs new file mode 100644 index 0000000..06e97cd --- /dev/null +++ b/Chess Recode/Assets/Scripts/Pawn.cs @@ -0,0 +1,106 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Pawn : Character +{ + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + bool[,] result = new bool[8, 8]; + + Vector3 offsetDirection; + int yStartPos; + + if (game.currentTeam == Teams.White) + { + offsetDirection = Vector3.up; + yStartPos = 5; + } + else + { + offsetDirection = Vector3.down; + yStartPos = 2; + } + + Vector3 testPosition = transform.position + offsetDirection; + Cell testCell = game.GetCellOnPosition(testPosition); + + if (testCell != null) + { + int x, y; + + string nameX = testCell.gameObject.name.Substring(5, 1); + string nameY = testCell.gameObject.name.Substring(7, 1); + + x = int.Parse(nameX); + y = int.Parse(nameY); + + if (testCell.connected == null) + { + result[x, y] = true; + + if (x == yStartPos) + { + testPosition = transform.position + offsetDirection * 2; + testCell = game.GetCellOnPosition(testPosition); + + if (testCell != null) + { + nameX = testCell.gameObject.name.Substring(5, 1); + nameY = testCell.gameObject.name.Substring(7, 1); + + x = int.Parse(nameX); + y = int.Parse(nameY); + + if (testCell.connected == null) + { + result[x, y] = true; + } + } + } + } + + testPosition = transform.position + offsetDirection + Vector3.left; + testCell = game.GetCellOnPosition(testPosition); + + if (testCell != null) + { + nameX = testCell.gameObject.name.Substring(5, 1); + nameY = testCell.gameObject.name.Substring(7, 1); + + x = int.Parse(nameX); + y = int.Parse(nameY); + + if (testCell.connected != null) + { + if(testCell.connected.team != game.currentTeam) + { + result[x, y] = true; + } + } + } + + testPosition = transform.position + offsetDirection + Vector3.right; + testCell = game.GetCellOnPosition(testPosition); + + if (testCell != null) + { + nameX = testCell.gameObject.name.Substring(5, 1); + nameY = testCell.gameObject.name.Substring(7, 1); + + x = int.Parse(nameX); + y = int.Parse(nameY); + + if (testCell.connected != null) + { + if(testCell.connected.team != game.currentTeam) + { + result[x, y] = true; + } + } + } + } + + return result; + } +} \ No newline at end of file diff --git a/Chess Recode/Assets/Scripts/Pawn.cs.meta b/Chess Recode/Assets/Scripts/Pawn.cs.meta new file mode 100644 index 0000000..98d08a4 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Pawn.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 451b5186406195f4c87dd2a0934390db +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Chess Recode/Assets/Scripts/Queen.cs b/Chess Recode/Assets/Scripts/Queen.cs new file mode 100644 index 0000000..5652b40 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Queen.cs @@ -0,0 +1,11 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Queen : Character +{ + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + return null; + } +} diff --git a/Chess Recode/Assets/Scripts/Queen.cs.meta b/Chess Recode/Assets/Scripts/Queen.cs.meta new file mode 100644 index 0000000..45bbc57 --- /dev/null +++ b/Chess Recode/Assets/Scripts/Queen.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 4ecf79ff7b31c234f89070f40365082e +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Chess Recode/Assets/Scripts/Rook.cs b/Chess Recode/Assets/Scripts/Rook.cs new file mode 100644 index 0000000..6b816de --- /dev/null +++ b/Chess Recode/Assets/Scripts/Rook.cs @@ -0,0 +1,67 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Rook : Character +{ + private static readonly Vector2[,] moves = + { + + { + //up + new Vector2(0, 1), + new Vector2(0, 2), + new Vector2(0, 3), + new Vector2(0, 4), + new Vector2(0, 5), + new Vector2(0, 6), + new Vector2(0, 7), + new Vector2(0, 8.5f), //.5 because of calculation error in game ^^ + }, + + { + //down + new Vector2(0, -1), + new Vector2(0, -2), + new Vector2(0, -3), + new Vector2(0, -4), + new Vector2(0, -5), + new Vector2(0, -6), + new Vector2(0, -7), + new Vector2(0, -8.5f), + }, + + { + //right + new Vector2(1, 0), + new Vector2(2, 0), + new Vector2(3, 0), + new Vector2(4, 0), + new Vector2(5, 0), + new Vector2(6, 0), + new Vector2(7, 0), + new Vector2(8.5f, 0) + }, + + { + //left + new Vector2(-1, 0), + new Vector2(-2, 0), + new Vector2(-3, 0), + new Vector2(-4, 0), + new Vector2(-5, 0), + new Vector2(-6, 0), + new Vector2(-7, 0), + new Vector2(-8.5f, 0) + } + }; + + public override bool[,] GetValidMoves(Cell[,] cells, Game game) + { + bool[,] result = new bool[8, 8]; + + + + return result; + } +} diff --git a/Chess Recode/Assets/Scripts/Rook.cs.meta b/Chess Recode/Assets/Scripts/Rook.cs.meta new file mode 100644 index 0000000..071a45c --- /dev/null +++ b/Chess Recode/Assets/Scripts/Rook.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: e472b40b9823e414690354398c441ee1 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Chess/Logs/AssetImportWorker0.log b/Chess Recode/Logs/AssetImportWorker0-prev.log similarity index 69% rename from Chess/Logs/AssetImportWorker0.log rename to Chess Recode/Logs/AssetImportWorker0-prev.log index 370dce3..b467428 100644 --- a/Chess/Logs/AssetImportWorker0.log +++ b/Chess Recode/Logs/AssetImportWorker0-prev.log @@ -15,11 +15,11 @@ F:/Gihub Projects/Chess Unity/Chess-Unity/Chess -logFile Logs/AssetImportWorker0.log -srvPort -58092 +52736 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 151.27 ms, found 4 plugins. +Refreshing native plugins compatible for Editor in 114.46 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:56020 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56624 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.003337 seconds. +Registered in 0.001648 seconds. Native extension for WindowsStandalone target not found -Refreshing native plugins compatible for Editor in 113.68 ms, found 4 plugins. +Refreshing native plugins compatible for Editor in 121.32 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.990 seconds +- Completed reload, in 2.186 seconds Domain Reload Profiling: - ReloadAssembly (1990ms) - BeginReloadAssembly (72ms) + ReloadAssembly (2186ms) + BeginReloadAssembly (244ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - EndReloadAssembly (540ms) - LoadAssemblies (70ms) + EndReloadAssembly (549ms) + LoadAssemblies (242ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (195ms) + SetupTypeCache (185ms) ReleaseScriptCaches (0ms) - RebuildScriptCaches (32ms) - SetupLoadedEditorAssemblies (262ms) + RebuildScriptCaches (33ms) + SetupLoadedEditorAssemblies (282ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (6ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (114ms) + RefreshPlugins (121ms) BeforeProcessingInitializeOnLoad (1ms) - ProcessInitializeOnLoadAttributes (106ms) - ProcessInitializeOnLoadMethodAttributes (34ms) + ProcessInitializeOnLoadAttributes (120ms) + ProcessInitializeOnLoadMethodAttributes (32ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (0ms) Platform modules already initialized, skipping Registering precompiled user dll's ... -Registered in 0.004476 seconds. +Registered in 0.004302 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 112.80 ms, found 4 plugins. +Refreshing native plugins compatible for Editor in 111.59 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.433 seconds +- Completed reload, in 1.629 seconds Domain Reload Profiling: - ReloadAssembly (1434ms) - BeginReloadAssembly (174ms) + ReloadAssembly (1629ms) + BeginReloadAssembly (162ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) + DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (20ms) - EndReloadAssembly (1197ms) - LoadAssemblies (95ms) + CreateAndSetChildDomain (24ms) + EndReloadAssembly (1390ms) + LoadAssemblies (118ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (420ms) + SetupTypeCache (464ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (62ms) - SetupLoadedEditorAssemblies (510ms) + RebuildScriptCaches (73ms) + SetupLoadedEditorAssemblies (605ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (4ms) + InitializePlatformSupportModulesInManaged (5ms) SetLoadedEditorAssemblies (0ms) - RefreshPlugins (113ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (280ms) - ProcessInitializeOnLoadMethodAttributes (18ms) + RefreshPlugins (112ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (365ms) + ProcessInitializeOnLoadMethodAttributes (19ms) AfterProcessingInitializeOnLoad (5ms) 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.04 seconds -Refreshing native plugins compatible for Editor in 0.70 ms, found 4 plugins. +Launched and connected shader compiler UnityShaderCompiler.exe after 0.05 seconds +Refreshing native plugins compatible for Editor in 0.85 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.4 MB. -System memory in use after: 136.5 MB. +System memory in use after: 136.4 MB. Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 4117. -Total: 3.156400 ms (FindLiveObjects: 0.336500 ms CreateObjectMapping: 0.287100 ms MarkObjects: 2.384600 ms DeleteObjects: 0.147200 ms) +Total: 2.969500 ms (FindLiveObjects: 0.284900 ms CreateObjectMapping: 0.179800 ms MarkObjects: 2.334700 ms DeleteObjects: 0.168900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -132,38 +132,283 @@ AssetImportParameters requested are different than current active one (requested custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== +Received Import Request. + 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: 'c03ec7fa6dd929de4fc2f9d3bdde18b7') in 0.065552 seconds +======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004166 seconds. +Registered in 0.004116 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.86 ms, found 4 plugins. +Refreshing native plugins compatible for Editor in 0.71 ms, found 4 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Mono: successfully reloaded assembly -- Completed reload, in 1.211 seconds +- Completed reload, in 1.132 seconds Domain Reload Profiling: - ReloadAssembly (1211ms) - BeginReloadAssembly (146ms) + ReloadAssembly (1132ms) + BeginReloadAssembly (124ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) + DisableScriptedObjects (7ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (63ms) - EndReloadAssembly (994ms) - LoadAssemblies (105ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (944ms) + LoadAssemblies (90ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (374ms) + SetupTypeCache (378ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (47ms) - SetupLoadedEditorAssemblies (350ms) + RebuildScriptCaches (46ms) + SetupLoadedEditorAssemblies (315ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (5ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (266ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (231ms) + 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.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.4 MB. +System memory in use after: 136.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4121. +Total: 3.023800 ms (FindLiveObjects: 0.254700 ms CreateObjectMapping: 0.166500 ms MarkObjects: 2.462000 ms DeleteObjects: 0.139700 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 +Registering precompiled user dll's ... +Registered in 0.005185 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.80 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.581 seconds +Domain Reload Profiling: + ReloadAssembly (1582ms) + BeginReloadAssembly (133ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + EndReloadAssembly (1384ms) + LoadAssemblies (106ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (704ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (363ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (15ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +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.72 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 25 unused Assets to reduce memory usage. Loaded Objects now: 4125. +Total: 3.092600 ms (FindLiveObjects: 0.288000 ms CreateObjectMapping: 0.215800 ms MarkObjects: 2.480500 ms DeleteObjects: 0.106900 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 +Registering precompiled user dll's ... +Registered in 0.004822 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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.145 seconds +Domain Reload Profiling: + ReloadAssembly (1146ms) + BeginReloadAssembly (130ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (951ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (369ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (236ms) + 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.83 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 25 unused Assets to reduce memory usage. Loaded Objects now: 4129. +Total: 3.094300 ms (FindLiveObjects: 0.253600 ms CreateObjectMapping: 0.171900 ms MarkObjects: 2.526000 ms DeleteObjects: 0.141800 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 +Registering precompiled user dll's ... +Registered in 0.007151 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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.605 seconds +Domain Reload Profiling: + ReloadAssembly (1605ms) + BeginReloadAssembly (279ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (141ms) + EndReloadAssembly (1181ms) + LoadAssemblies (135ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (514ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (62ms) + SetupLoadedEditorAssemblies (351ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (258ms) + 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.79 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: 3.643600 ms (FindLiveObjects: 0.317500 ms CreateObjectMapping: 0.218300 ms MarkObjects: 2.985100 ms DeleteObjects: 0.121400 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 +Registering precompiled user dll's ... +Registered in 0.004326 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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.302 seconds +Domain Reload Profiling: + ReloadAssembly (1302ms) + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + EndReloadAssembly (1062ms) + LoadAssemblies (118ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (398ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (369ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (280ms) ProcessInitializeOnLoadMethodAttributes (9ms) AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) @@ -174,11 +419,11 @@ Switching build target platform(19) subTarget(0) extendedPlatform(0) -> platform Refreshing native plugins compatible for Editor in 0.69 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.4 MB. -System memory in use after: 136.5 MB. +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: 4121. -Total: 3.346600 ms (FindLiveObjects: 0.268600 ms CreateObjectMapping: 0.257500 ms MarkObjects: 2.690900 ms DeleteObjects: 0.128800 ms) +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4137. +Total: 6.340200 ms (FindLiveObjects: 0.295300 ms CreateObjectMapping: 0.253600 ms MarkObjects: 5.668000 ms DeleteObjects: 0.121400 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -194,291 +439,51 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004524 seconds. +Registered in 0.005034 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.78 ms, found 4 plugins. +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.361 seconds +- Completed reload, in 1.332 seconds Domain Reload Profiling: - ReloadAssembly (1362ms) - BeginReloadAssembly (119ms) + ReloadAssembly (1332ms) + BeginReloadAssembly (114ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (40ms) - EndReloadAssembly (1176ms) - LoadAssemblies (99ms) + EndReloadAssembly (1158ms) + LoadAssemblies (89ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (440ms) + SetupTypeCache (463ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (56ms) - SetupLoadedEditorAssemblies (446ms) + RebuildScriptCaches (57ms) + SetupLoadedEditorAssemblies (370ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (5ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (138ms) - ProcessInitializeOnLoadAttributes (289ms) - 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 1.07 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 25 unused Assets to reduce memory usage. Loaded Objects now: 4125. -Total: 4.419200 ms (FindLiveObjects: 0.313400 ms CreateObjectMapping: 0.606600 ms MarkObjects: 3.378200 ms DeleteObjects: 0.119700 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 -Registering precompiled user dll's ... -Registered in 0.004466 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.67 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.181 seconds -Domain Reload Profiling: - ReloadAssembly (1182ms) - BeginReloadAssembly (121ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - EndReloadAssembly (1001ms) - LoadAssemblies (108ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (390ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (47ms) - SetupLoadedEditorAssemblies (328ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (9ms) - AfterProcessingInitializeOnLoad (6ms) - 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.79 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 25 unused Assets to reduce memory usage. Loaded Objects now: 4129. -Total: 3.684600 ms (FindLiveObjects: 0.345600 ms CreateObjectMapping: 0.219900 ms MarkObjects: 2.982400 ms DeleteObjects: 0.135500 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 -Registering precompiled user dll's ... -Registered in 0.005596 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.73 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 2.081 seconds -Domain Reload Profiling: - ReloadAssembly (2082ms) - BeginReloadAssembly (260ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (17ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - EndReloadAssembly (1698ms) - LoadAssemblies (280ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (469ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (48ms) - SetupLoadedEditorAssemblies (801ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (675ms) - ProcessInitializeOnLoadMethodAttributes (40ms) - AfterProcessingInitializeOnLoad (5ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (30ms) -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.73 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.7 MB. - -Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4133. -Total: 2.802400 ms (FindLiveObjects: 0.286300 ms CreateObjectMapping: 0.221500 ms MarkObjects: 2.189400 ms DeleteObjects: 0.103900 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 -Registering precompiled user dll's ... -Registered in 0.027531 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.71 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.518 seconds -Domain Reload Profiling: - ReloadAssembly (1518ms) - BeginReloadAssembly (180ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (60ms) - EndReloadAssembly (1278ms) - LoadAssemblies (142ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (398ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (52ms) - SetupLoadedEditorAssemblies (472ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (71ms) - ProcessInitializeOnLoadAttributes (377ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (281ms) ProcessInitializeOnLoadMethodAttributes (10ms) - AfterProcessingInitializeOnLoad (7ms) + AfterProcessingInitializeOnLoad (6ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (15ms) 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: 8.978000 ms (FindLiveObjects: 0.986000 ms CreateObjectMapping: 0.359400 ms MarkObjects: 7.518300 ms DeleteObjects: 0.112600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Registering precompiled user dll's ... -Registered in 0.005297 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.75 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.300 seconds -Domain Reload Profiling: - ReloadAssembly (1301ms) - BeginReloadAssembly (118ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - EndReloadAssembly (1112ms) - LoadAssemblies (93ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (414ms) - ReleaseScriptCaches (2ms) - RebuildScriptCaches (66ms) - SetupLoadedEditorAssemblies (358ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (6ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (77ms) - ProcessInitializeOnLoadAttributes (259ms) - 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.68 ms, found 4 plugins. +Refreshing native plugins compatible for Editor in 0.89 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: 4141. -Total: 3.450000 ms (FindLiveObjects: 0.260500 ms CreateObjectMapping: 0.217100 ms MarkObjects: 2.757900 ms DeleteObjects: 0.213500 ms) +Total: 3.464500 ms (FindLiveObjects: 0.346700 ms CreateObjectMapping: 0.183900 ms MarkObjects: 2.760500 ms DeleteObjects: 0.172500 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -494,7 +499,67 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Registering precompiled user dll's ... -Registered in 0.004927 seconds. +Registered in 0.004671 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.80 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.231 seconds +Domain Reload Profiling: + ReloadAssembly (1231ms) + BeginReloadAssembly (127ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1037ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (412ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + 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.76 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: 4145. +Total: 6.766900 ms (FindLiveObjects: 0.857200 ms CreateObjectMapping: 0.659000 ms MarkObjects: 5.139000 ms DeleteObjects: 0.109600 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 +Registering precompiled user dll's ... +Registered in 0.005079 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 @@ -502,93 +567,33 @@ 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. Mono: successfully reloaded assembly -- Completed reload, in 1.205 seconds +- Completed reload, in 1.277 seconds Domain Reload Profiling: - ReloadAssembly (1206ms) - BeginReloadAssembly (115ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - EndReloadAssembly (1029ms) - LoadAssemblies (91ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (379ms) - ReleaseScriptCaches (1ms) - RebuildScriptCaches (57ms) - SetupLoadedEditorAssemblies (336ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (67ms) - ProcessInitializeOnLoadAttributes (248ms) - ProcessInitializeOnLoadMethodAttributes (10ms) - AfterProcessingInitializeOnLoad (5ms) - 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.70 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: 4145. -Total: 2.981900 ms (FindLiveObjects: 0.287700 ms CreateObjectMapping: 0.221800 ms MarkObjects: 2.352100 ms DeleteObjects: 0.119000 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 -Registering precompiled user dll's ... -Registered in 0.004322 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.95 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 1.342 seconds -Domain Reload Profiling: - ReloadAssembly (1343ms) - BeginReloadAssembly (109ms) + ReloadAssembly (1277ms) + BeginReloadAssembly (127ms) ExecutionOrderSort (0ms) DisableScriptedObjects (7ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (37ms) - EndReloadAssembly (1170ms) - LoadAssemblies (88ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1087ms) + LoadAssemblies (90ms) RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (440ms) + SetupTypeCache (372ms) ReleaseScriptCaches (1ms) - RebuildScriptCaches (48ms) - SetupLoadedEditorAssemblies (424ms) + RebuildScriptCaches (62ms) + SetupLoadedEditorAssemblies (376ms) LogAssemblyErrors (0ms) InitializePlatformSupportModulesInManaged (5ms) SetLoadedEditorAssemblies (0ms) RefreshPlugins (1ms) - BeforeProcessingInitializeOnLoad (117ms) - ProcessInitializeOnLoadAttributes (283ms) - ProcessInitializeOnLoadMethodAttributes (12ms) - AfterProcessingInitializeOnLoad (6ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) + 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.78 ms, found 4 plugins. @@ -598,7 +603,7 @@ 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: 4149. -Total: 2.810700 ms (FindLiveObjects: 0.252100 ms CreateObjectMapping: 0.172300 ms MarkObjects: 2.235600 ms DeleteObjects: 0.149700 ms) +Total: 3.045700 ms (FindLiveObjects: 0.260400 ms CreateObjectMapping: 0.171700 ms MarkObjects: 2.492100 ms DeleteObjects: 0.120600 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -613,14 +618,52 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Prepare -Refreshing native plugins compatible for Editor in 3.26 ms, found 4 plugins. +Registering precompiled user dll's ... +Registered in 0.004116 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.68 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: 64.5 MB. -System memory in use after: 64.6 MB. +Mono: successfully reloaded assembly +- Completed reload, in 1.247 seconds +Domain Reload Profiling: + ReloadAssembly (1248ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1063ms) + LoadAssemblies (91ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (368ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (46ms) + SetupLoadedEditorAssemblies (380ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (289ms) + ProcessInitializeOnLoadMethodAttributes (12ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 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 23 unused Assets to reduce memory usage. Loaded Objects now: 4149. -Total: 3.736900 ms (FindLiveObjects: 0.296300 ms CreateObjectMapping: 0.265200 ms MarkObjects: 3.032800 ms DeleteObjects: 0.141300 ms) +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4153. +Total: 4.461600 ms (FindLiveObjects: 0.382600 ms CreateObjectMapping: 0.346500 ms MarkObjects: 3.555100 ms DeleteObjects: 0.175900 ms) AssetImportParameters requested are different than current active one (requested -> active): custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> @@ -630,6 +673,67 @@ 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 Prepare +Registering precompiled user dll's ... +Registered in 0.004205 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.180 seconds +Domain Reload Profiling: + ReloadAssembly (1180ms) + BeginReloadAssembly (109ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1010ms) + LoadAssemblies (90ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (379ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (237ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + 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 1.57 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: 4157. +Total: 2.699200 ms (FindLiveObjects: 0.272300 ms CreateObjectMapping: 0.206000 ms MarkObjects: 2.121300 ms DeleteObjects: 0.098600 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 -> AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Chess Recode/Logs/AssetImportWorker0.log b/Chess Recode/Logs/AssetImportWorker0.log new file mode 100644 index 0000000..c864509 --- /dev/null +++ b/Chess Recode/Logs/AssetImportWorker0.log @@ -0,0 +1,7883 @@ +Using pre-set license +Built from '2021.1/staging' branch; Version is '2021.1.13f1 (a03098edbbe0) revision 10498200'; Using compiler version '192528614'; Build Type 'Release' +OS: 'Windows 10 Pro; OS build 22000.194; Version 2009; 64bit' Language: 'en' Physical Memory: 16299 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 + + COMMAND LINE ARGUMENTS: +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +C:/Users/braus/Desktop/Chess Recode +-logFile +Logs/AssetImportWorker0.log +-srvPort +52476 +Successfully changed project path to: C:/Users/braus/Desktop/Chess Recode +C:/Users/braus/Desktop/Chess Recode +Using Asset Import Pipeline V2. +Refreshing native plugins compatible for Editor in 128.82 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 +[Subsystems] Discovering subsystems at path C:/Users/braus/Desktop/Chess Recode/Assets +GfxDevice: creating device client; threaded=0; jobified=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce GTX 1060 6GB (ID=0x1c03) + Vendor: NVIDIA + VRAM: 6052 MB + Driver: 30.0.14.7141 +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:56452 +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.002860 seconds. +Native extension for WindowsStandalone target not found +Refreshing native plugins compatible for Editor in 122.51 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.933 seconds +Domain Reload Profiling: + ReloadAssembly (1933ms) + BeginReloadAssembly (76ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + EndReloadAssembly (582ms) + LoadAssemblies (74ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (192ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (37ms) + SetupLoadedEditorAssemblies (286ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (123ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (121ms) + ProcessInitializeOnLoadMethodAttributes (34ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +Platform modules already initialized, skipping +Registering precompiled user dll's ... +Registered in 0.005727 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 119.87 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.448 seconds +Domain Reload Profiling: + ReloadAssembly (1449ms) + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (22ms) + EndReloadAssembly (1217ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (408ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (73ms) + SetupLoadedEditorAssemblies (519ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (120ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +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.73 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. + +Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 4117. +Total: 2.982900 ms (FindLiveObjects: 0.267800 ms CreateObjectMapping: 0.194100 ms MarkObjects: 2.389400 ms DeleteObjects: 0.130500 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + path: Assets/Scripts/Cell.cs + artifactKey: Guid(914ccdfc751746744ab0d9986aaf1420) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Cell.cs using Guid(914ccdfc751746744ab0d9986aaf1420) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9531837c0e69d1fc32af4f7d1fdff8e3') in 0.065046 seconds +======================================================================== +Received Import Request. + Time since last request: 8.416678 seconds. + path: Assets/Scripts/CharacterData.cs + artifactKey: Guid(82078bc56df7bd948ae23d6db04fd436) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/CharacterData.cs using Guid(82078bc56df7bd948ae23d6db04fd436) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c6c7d05e00926135d02db635738ee597') in 0.008433 seconds +======================================================================== +Received Import Request. + Time since last request: 12.118747 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: '5a12c77b9f1995ae839d1e7335355cd8') in 0.010855 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.006608 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.302 seconds +Domain Reload Profiling: + ReloadAssembly (1302ms) + BeginReloadAssembly (138ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + EndReloadAssembly (1098ms) + LoadAssemblies (98ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (456ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (54ms) + SetupLoadedEditorAssemblies (356ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (255ms) + 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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3667 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 136.3 MB. +System memory in use after: 136.4 MB. + +Unloading 29 unused Assets to reduce memory usage. Loaded Objects now: 4117. +Total: 7.962400 ms (FindLiveObjects: 0.423200 ms CreateObjectMapping: 0.634600 ms MarkObjects: 6.797500 ms DeleteObjects: 0.105900 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: 20.722440 seconds. + path: Assets/Scripts/Character.cs + artifactKey: Guid(179b17dcb667118419acf51301f94a71) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Character.cs using Guid(179b17dcb667118419acf51301f94a71) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5030a6167347696a569aaafe72bdf0dd') in 0.022838 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005801 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.77 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.010 seconds +Domain Reload Profiling: + ReloadAssembly (2010ms) + BeginReloadAssembly (149ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + EndReloadAssembly (1737ms) + LoadAssemblies (171ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (535ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (57ms) + SetupLoadedEditorAssemblies (571ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (130ms) + ProcessInitializeOnLoadAttributes (385ms) + ProcessInitializeOnLoadMethodAttributes (42ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (37ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3668 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 136.3 MB. +System memory in use after: 136.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4122. +Total: 4.022400 ms (FindLiveObjects: 0.328700 ms CreateObjectMapping: 0.312600 ms MarkObjects: 3.273300 ms DeleteObjects: 0.106400 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: 180.447612 seconds. + path: Assets/Scripts/Character.cs + artifactKey: Guid(179b17dcb667118419acf51301f94a71) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Character.cs using Guid(179b17dcb667118419acf51301f94a71) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6157f3b3e4a399c3ecd25ba085d68c01') in 0.070117 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.006129 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.248 seconds +Domain Reload Profiling: + ReloadAssembly (1248ms) + BeginReloadAssembly (134ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + EndReloadAssembly (1053ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (392ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (379ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (111ms) + ProcessInitializeOnLoadAttributes (247ms) + 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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3668 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 136.4 MB. +System memory in use after: 136.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4126. +Total: 3.378500 ms (FindLiveObjects: 0.324700 ms CreateObjectMapping: 0.252700 ms MarkObjects: 2.688500 ms DeleteObjects: 0.111100 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: 74.102200 seconds. + path: Assets/Scripts/Cell.cs + artifactKey: Guid(914ccdfc751746744ab0d9986aaf1420) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Cell.cs using Guid(914ccdfc751746744ab0d9986aaf1420) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd3b6bf045ae41118c02bd2cbab501b24') in 0.064522 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.006686 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.77 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 3.353 seconds +Domain Reload Profiling: + ReloadAssembly (3353ms) + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + EndReloadAssembly (3056ms) + LoadAssemblies (154ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (519ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (66ms) + SetupLoadedEditorAssemblies (884ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (16ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (350ms) + ProcessInitializeOnLoadAttributes (498ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + 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.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3669 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 136.4 MB. +System memory in use after: 136.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4131. +Total: 3.493500 ms (FindLiveObjects: 0.321000 ms CreateObjectMapping: 0.238200 ms MarkObjects: 2.778600 ms DeleteObjects: 0.153900 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 +Registering precompiled user dll's ... +Registered in 0.041425 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.185 seconds +Domain Reload Profiling: + ReloadAssembly (1186ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1000ms) + LoadAssemblies (103ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (385ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (240ms) + 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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3669 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 25 unused Assets to reduce memory usage. Loaded Objects now: 4135. +Total: 3.424200 ms (FindLiveObjects: 0.265500 ms CreateObjectMapping: 0.176900 ms MarkObjects: 2.835800 ms DeleteObjects: 0.144900 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: 39.100791 seconds. + path: Assets/Graphics/BlackField.png + artifactKey: Guid(c260f07e86bdb4c41aed2c8e4e548aec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Graphics/BlackField.png using Guid(c260f07e86bdb4c41aed2c8e4e548aec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '17a7b5c9d58d2dd8dec80870c41c0131') in 0.140288 seconds +======================================================================== +Received Import Request. + Time since last request: 0.000306 seconds. + path: Assets/Graphics/BlackField.prefab + artifactKey: Guid(0793b24456cf4524993e150ea5b45400) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Graphics/BlackField.prefab using Guid(0793b24456cf4524993e150ea5b45400) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '14c0d1bbf872f7e9286ca33bb99ec5bb') in 0.077872 seconds +======================================================================== +Received Import Request. + Time since last request: 0.000277 seconds. + path: Assets/Graphics/WhiteField.prefab + artifactKey: Guid(ff5b42e045b06b14a8af707d79ae597c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Graphics/WhiteField.prefab using Guid(ff5b42e045b06b14a8af707d79ae597c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6a353b8e7c97e9a19f83e0609a27cf2f') in 0.022800 seconds +======================================================================== +Received Import Request. + Time since last request: 0.000365 seconds. + path: Assets/Graphics/WhiteField.png + artifactKey: Guid(97e4a780da3f5ba4880bba62e9acfb51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Graphics/WhiteField.png using Guid(97e4a780da3f5ba4880bba62e9acfb51) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4033d17f2028e5d5dff2a4e8a502c90c') in 0.021647 seconds +======================================================================== +Received Import Request. + Time since last request: 22.897689 seconds. + path: Assets/Scripts/Rook.cs + artifactKey: Guid(e472b40b9823e414690354398c441ee1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Rook.cs using Guid(e472b40b9823e414690354398c441ee1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2c50e69256395c4b1e0bc0b5627a63d8') in 0.018961 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005532 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.271 seconds +Domain Reload Profiling: + ReloadAssembly (1272ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1086ms) + LoadAssemblies (110ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (416ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3672 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.6 MB. +System memory in use after: 141.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4180. +Total: 3.187400 ms (FindLiveObjects: 0.337000 ms CreateObjectMapping: 0.162300 ms MarkObjects: 2.525200 ms DeleteObjects: 0.161900 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.211132 seconds. + path: Assets/Scripts/Kni.cs + artifactKey: Guid(39bc392329a01984b86cf500662c0620) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Kni.cs using Guid(39bc392329a01984b86cf500662c0620) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '4f8dd5bb00797553e4bd27398418a6a9') in 0.013691 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005348 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.85 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.213 seconds +Domain Reload Profiling: + ReloadAssembly (1214ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1023ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (384ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3670 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.5 MB. +System memory in use after: 141.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4184. +Total: 3.269500 ms (FindLiveObjects: 0.267600 ms CreateObjectMapping: 0.191100 ms MarkObjects: 2.662500 ms DeleteObjects: 0.147300 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: 15.010865 seconds. + path: Assets/Scripts/Knight.cs + artifactKey: Guid(413f30f504354374eac5ff0f4a42653d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Knight.cs using Guid(413f30f504354374eac5ff0f4a42653d) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '985f7f15c37e9d2363a3b22c884343cf') in 0.021778 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005623 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.226 seconds +Domain Reload Profiling: + ReloadAssembly (1226ms) + BeginReloadAssembly (131ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1027ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (385ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 1.01 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: 141.5 MB. +System memory in use after: 141.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4189. +Total: 3.606500 ms (FindLiveObjects: 0.292600 ms CreateObjectMapping: 0.207000 ms MarkObjects: 2.996100 ms DeleteObjects: 0.109300 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.857018 seconds. + path: Assets/Scripts/Bishop.cs + artifactKey: Guid(843bca5b9b65c744b8f87208f3ce7aef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Bishop.cs using Guid(843bca5b9b65c744b8f87208f3ce7aef) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bf7a675f70336624b448e06e5d8f94ac') in 0.013482 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005230 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.205 seconds +Domain Reload Profiling: + ReloadAssembly (1205ms) + BeginReloadAssembly (121ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1018ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (380ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3672 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.6 MB. +System memory in use after: 141.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4194. +Total: 2.969600 ms (FindLiveObjects: 0.273600 ms CreateObjectMapping: 0.172000 ms MarkObjects: 2.416100 ms DeleteObjects: 0.106800 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: 16.923356 seconds. + path: Assets/Scripts/Queen.cs + artifactKey: Guid(4ecf79ff7b31c234f89070f40365082e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Queen.cs using Guid(4ecf79ff7b31c234f89070f40365082e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3f091e14425affacda6a5b34d8f7ff3a') in 0.020258 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005406 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.190 seconds +Domain Reload Profiling: + ReloadAssembly (1191ms) + BeginReloadAssembly (113ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1014ms) + LoadAssemblies (89ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (363ms) + ReleaseScriptCaches (4ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (333ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.76 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: 141.6 MB. +System memory in use after: 141.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4199. +Total: 2.852700 ms (FindLiveObjects: 0.268600 ms CreateObjectMapping: 0.181600 ms MarkObjects: 2.291900 ms DeleteObjects: 0.109500 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: 9.441218 seconds. + path: Assets/Scripts/King.cs + artifactKey: Guid(9fd968408c0465c4bb0d7960a1be6a9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/King.cs using Guid(9fd968408c0465c4bb0d7960a1be6a9b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '48ddeece1e7b59c99b88d1a30ed936af') in 0.017020 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005416 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.227 seconds +Domain Reload Profiling: + ReloadAssembly (1227ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1039ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (373ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (332ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (12ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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 8.37 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3674 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.6 MB. +System memory in use after: 141.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4204. +Total: 8.641900 ms (FindLiveObjects: 0.671700 ms CreateObjectMapping: 0.896300 ms MarkObjects: 6.962100 ms DeleteObjects: 0.110300 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: 10.581538 seconds. + path: Assets/Scripts/Pawn.cs + artifactKey: Guid(451b5186406195f4c87dd2a0934390db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Pawn.cs using Guid(451b5186406195f4c87dd2a0934390db) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '75ff8f24f6018c1174984cd38665fed6') in 0.022491 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005357 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.217 seconds +Domain Reload Profiling: + ReloadAssembly (1218ms) + BeginReloadAssembly (121ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1034ms) + LoadAssemblies (90ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (379ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3675 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4209. +Total: 2.813700 ms (FindLiveObjects: 0.297300 ms CreateObjectMapping: 0.182500 ms MarkObjects: 2.234700 ms DeleteObjects: 0.098300 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 +Registering precompiled user dll's ... +Registered in 0.005388 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.257 seconds +Domain Reload Profiling: + ReloadAssembly (1257ms) + BeginReloadAssembly (118ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1072ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (377ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3675 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4213. +Total: 3.117300 ms (FindLiveObjects: 0.260100 ms CreateObjectMapping: 0.167900 ms MarkObjects: 2.581900 ms DeleteObjects: 0.106600 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: 247.684663 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: 'c572e961b1b3442c2d449aac044ddae5') in 0.015509 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005619 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.258 seconds +Domain Reload Profiling: + ReloadAssembly (1259ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + EndReloadAssembly (1067ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (376ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (54ms) + SetupLoadedEditorAssemblies (348ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (8ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 1.64 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4218. +Total: 23.487400 ms (FindLiveObjects: 0.803900 ms CreateObjectMapping: 18.089200 ms MarkObjects: 4.386100 ms DeleteObjects: 0.206600 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: 16.801968 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: 'f7d3ce4cd79a3539d212f3d22906f5da') in 0.178622 seconds +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005346 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.204 seconds +Domain Reload Profiling: + ReloadAssembly (1205ms) + BeginReloadAssembly (120ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1011ms) + LoadAssemblies (90ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (355ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (323ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (237ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4222. +Total: 3.528500 ms (FindLiveObjects: 0.247900 ms CreateObjectMapping: 0.339200 ms MarkObjects: 2.793900 ms DeleteObjects: 0.146300 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 +Registering precompiled user dll's ... +Registered in 0.005595 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.286 seconds +Domain Reload Profiling: + ReloadAssembly (1286ms) + BeginReloadAssembly (145ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + EndReloadAssembly (1081ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (424ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (322ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4226. +Total: 4.062900 ms (FindLiveObjects: 0.255000 ms CreateObjectMapping: 0.159500 ms MarkObjects: 3.449400 ms DeleteObjects: 0.197700 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 +Registering precompiled user dll's ... +Registered in 0.005419 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.185 seconds +Domain Reload Profiling: + ReloadAssembly (1186ms) + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1004ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (353ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (46ms) + SetupLoadedEditorAssemblies (318ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (232ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4230. +Total: 3.303800 ms (FindLiveObjects: 0.258100 ms CreateObjectMapping: 0.160200 ms MarkObjects: 2.740200 ms DeleteObjects: 0.144500 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 +Registering precompiled user dll's ... +Registered in 0.015857 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.650 seconds +Domain Reload Profiling: + ReloadAssembly (1650ms) + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + EndReloadAssembly (1392ms) + LoadAssemblies (117ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (470ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (443ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (331ms) + ProcessInitializeOnLoadMethodAttributes (13ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4234. +Total: 3.834700 ms (FindLiveObjects: 0.320700 ms CreateObjectMapping: 0.158700 ms MarkObjects: 3.206600 ms DeleteObjects: 0.147400 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 +Registering precompiled user dll's ... +Registered in 0.014437 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.458 seconds +Domain Reload Profiling: + ReloadAssembly (1458ms) + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (77ms) + EndReloadAssembly (1202ms) + LoadAssemblies (122ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (401ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.7 MB. +System memory in use after: 141.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4238. +Total: 3.144400 ms (FindLiveObjects: 0.325400 ms CreateObjectMapping: 0.210700 ms MarkObjects: 2.486300 ms DeleteObjects: 0.120900 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 +Registering precompiled user dll's ... +Registered in 0.005569 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.530 seconds +Domain Reload Profiling: + ReloadAssembly (1530ms) + BeginReloadAssembly (245ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (117ms) + EndReloadAssembly (1223ms) + LoadAssemblies (118ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (405ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (405ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4242. +Total: 3.474900 ms (FindLiveObjects: 0.260800 ms CreateObjectMapping: 0.166000 ms MarkObjects: 2.904000 ms DeleteObjects: 0.143300 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 +Registering precompiled user dll's ... +Registered in 0.014518 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 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 (1460ms) + BeginReloadAssembly (133ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + EndReloadAssembly (1262ms) + LoadAssemblies (115ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (479ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (343ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.85 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4246. +Total: 3.045600 ms (FindLiveObjects: 0.417100 ms CreateObjectMapping: 0.246400 ms MarkObjects: 2.256200 ms DeleteObjects: 0.125100 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 +Registering precompiled user dll's ... +Registered in 0.005822 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.334 seconds +Domain Reload Profiling: + ReloadAssembly (1335ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1134ms) + LoadAssemblies (106ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (397ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (340ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4250. +Total: 2.764000 ms (FindLiveObjects: 0.282500 ms CreateObjectMapping: 0.172300 ms MarkObjects: 2.212600 ms DeleteObjects: 0.095800 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 +Registering precompiled user dll's ... +Registered in 0.005604 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.494 seconds +Domain Reload Profiling: + ReloadAssembly (1494ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1273ms) + LoadAssemblies (136ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (477ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (348ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (16ms) + AfterProcessingInitializeOnLoad (9ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4254. +Total: 3.334300 ms (FindLiveObjects: 0.269900 ms CreateObjectMapping: 0.170500 ms MarkObjects: 2.752300 ms DeleteObjects: 0.140300 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 +Registering precompiled user dll's ... +Registered in 0.005511 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.85 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.303 seconds +Domain Reload Profiling: + ReloadAssembly (1304ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1125ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (387ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (243ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4258. +Total: 3.558000 ms (FindLiveObjects: 0.356500 ms CreateObjectMapping: 0.198000 ms MarkObjects: 2.866400 ms DeleteObjects: 0.136200 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 +Registering precompiled user dll's ... +Registered in 0.006762 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.564 seconds +Domain Reload Profiling: + ReloadAssembly (1565ms) + BeginReloadAssembly (311ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (25ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (208ms) + EndReloadAssembly (1186ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (393ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (399ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (304ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.87 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4262. +Total: 3.720000 ms (FindLiveObjects: 0.543100 ms CreateObjectMapping: 0.325000 ms MarkObjects: 2.738000 ms DeleteObjects: 0.112700 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 +Registering precompiled user dll's ... +Registered in 0.005495 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.452 seconds +Domain Reload Profiling: + ReloadAssembly (1452ms) + BeginReloadAssembly (116ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1270ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (430ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (405ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (315ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4266. +Total: 3.600700 ms (FindLiveObjects: 0.271100 ms CreateObjectMapping: 0.265400 ms MarkObjects: 2.920000 ms DeleteObjects: 0.143300 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 +Registering precompiled user dll's ... +Registered in 0.005289 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.369 seconds +Domain Reload Profiling: + ReloadAssembly (1370ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1186ms) + LoadAssemblies (104ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (399ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (353ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (255ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.8 MB. +System memory in use after: 141.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4270. +Total: 3.165000 ms (FindLiveObjects: 0.384400 ms CreateObjectMapping: 0.200500 ms MarkObjects: 2.431000 ms DeleteObjects: 0.148200 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 +Registering precompiled user dll's ... +Registered in 0.005680 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.83 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.504 seconds +Domain Reload Profiling: + ReloadAssembly (1504ms) + BeginReloadAssembly (113ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1314ms) + LoadAssemblies (102ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (472ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (409ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +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.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4274. +Total: 3.605700 ms (FindLiveObjects: 0.571000 ms CreateObjectMapping: 0.318500 ms MarkObjects: 2.600800 ms DeleteObjects: 0.114100 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 +Registering precompiled user dll's ... +Registered in 0.005228 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.410 seconds +Domain Reload Profiling: + ReloadAssembly (1410ms) + BeginReloadAssembly (133ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + EndReloadAssembly (1204ms) + LoadAssemblies (111ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (403ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (58ms) + SetupLoadedEditorAssemblies (352ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (81ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4278. +Total: 3.817400 ms (FindLiveObjects: 0.317600 ms CreateObjectMapping: 0.220300 ms MarkObjects: 3.098400 ms DeleteObjects: 0.179900 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 +Registering precompiled user dll's ... +Registered in 0.005576 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.660 seconds +Domain Reload Profiling: + ReloadAssembly (1660ms) + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (216ms) + EndReloadAssembly (1275ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (403ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (63ms) + SetupLoadedEditorAssemblies (407ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (315ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4282. +Total: 3.123100 ms (FindLiveObjects: 0.253000 ms CreateObjectMapping: 0.150200 ms MarkObjects: 2.563700 ms DeleteObjects: 0.155200 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 +Registering precompiled user dll's ... +Registered in 0.005904 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.482 seconds +Domain Reload Profiling: + ReloadAssembly (1482ms) + BeginReloadAssembly (139ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1252ms) + LoadAssemblies (115ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (378ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (441ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (339ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4286. +Total: 2.970900 ms (FindLiveObjects: 0.274100 ms CreateObjectMapping: 0.207100 ms MarkObjects: 2.395700 ms DeleteObjects: 0.093200 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 +Registering precompiled user dll's ... +Registered in 0.006850 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.77 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.498 seconds +Domain Reload Profiling: + ReloadAssembly (1498ms) + BeginReloadAssembly (137ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (1282ms) + LoadAssemblies (103ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (408ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (341ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4290. +Total: 3.643300 ms (FindLiveObjects: 0.289300 ms CreateObjectMapping: 0.174000 ms MarkObjects: 3.038100 ms DeleteObjects: 0.140900 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 +Registering precompiled user dll's ... +Registered in 0.006100 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.418 seconds +Domain Reload Profiling: + ReloadAssembly (1419ms) + BeginReloadAssembly (134ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1208ms) + LoadAssemblies (104ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (444ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (339ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4294. +Total: 3.465300 ms (FindLiveObjects: 0.270600 ms CreateObjectMapping: 0.308700 ms MarkObjects: 2.742600 ms DeleteObjects: 0.142400 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 +Registering precompiled user dll's ... +Registered in 0.006192 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.649 seconds +Domain Reload Profiling: + ReloadAssembly (1649ms) + BeginReloadAssembly (141ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1444ms) + LoadAssemblies (113ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (409ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (64ms) + SetupLoadedEditorAssemblies (434ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (81ms) + ProcessInitializeOnLoadAttributes (330ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4298. +Total: 3.597000 ms (FindLiveObjects: 0.389700 ms CreateObjectMapping: 0.254500 ms MarkObjects: 2.846000 ms DeleteObjects: 0.105700 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 +Registering precompiled user dll's ... +Registered in 0.005883 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.398 seconds +Domain Reload Profiling: + ReloadAssembly (1399ms) + BeginReloadAssembly (133ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1200ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (393ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.94 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4302. +Total: 3.081000 ms (FindLiveObjects: 0.350900 ms CreateObjectMapping: 0.180200 ms MarkObjects: 2.411700 ms DeleteObjects: 0.137400 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 +Registering precompiled user dll's ... +Registered in 0.006614 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.542 seconds +Domain Reload Profiling: + ReloadAssembly (1542ms) + BeginReloadAssembly (148ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1300ms) + LoadAssemblies (182ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (437ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (334ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4306. +Total: 3.463800 ms (FindLiveObjects: 0.284800 ms CreateObjectMapping: 0.191600 ms MarkObjects: 2.835700 ms DeleteObjects: 0.151000 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 +Registering precompiled user dll's ... +Registered in 0.006337 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.532 seconds +Domain Reload Profiling: + ReloadAssembly (1532ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1344ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (394ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (57ms) + SetupLoadedEditorAssemblies (362ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (266ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4310. +Total: 3.540700 ms (FindLiveObjects: 0.360300 ms CreateObjectMapping: 0.257200 ms MarkObjects: 2.708100 ms DeleteObjects: 0.214100 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 +Registering precompiled user dll's ... +Registered in 0.006471 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.295 seconds +Domain Reload Profiling: + ReloadAssembly (2296ms) + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1978ms) + LoadAssemblies (467ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (590ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (68ms) + SetupLoadedEditorAssemblies (464ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (341ms) + ProcessInitializeOnLoadMethodAttributes (12ms) + AfterProcessingInitializeOnLoad (8ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4314. +Total: 3.991400 ms (FindLiveObjects: 0.493900 ms CreateObjectMapping: 0.273600 ms MarkObjects: 3.106400 ms DeleteObjects: 0.116200 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 +Registering precompiled user dll's ... +Registered in 0.005763 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.404 seconds +Domain Reload Profiling: + ReloadAssembly (1404ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1215ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (391ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 141.9 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4318. +Total: 4.913000 ms (FindLiveObjects: 0.275500 ms CreateObjectMapping: 0.184200 ms MarkObjects: 4.314700 ms DeleteObjects: 0.137200 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 +Registering precompiled user dll's ... +Registered in 0.005318 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.89 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.529 seconds +Domain Reload Profiling: + ReloadAssembly (1529ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1314ms) + LoadAssemblies (100ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (494ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (344ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4322. +Total: 3.759000 ms (FindLiveObjects: 0.279500 ms CreateObjectMapping: 0.158300 ms MarkObjects: 3.070300 ms DeleteObjects: 0.249900 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 +Registering precompiled user dll's ... +Registered in 0.005449 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.399 seconds +Domain Reload Profiling: + ReloadAssembly (1400ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1207ms) + LoadAssemblies (103ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (382ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4326. +Total: 3.471800 ms (FindLiveObjects: 0.300200 ms CreateObjectMapping: 0.171100 ms MarkObjects: 2.859200 ms DeleteObjects: 0.140400 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 +Registering precompiled user dll's ... +Registered in 0.006144 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.605 seconds +Domain Reload Profiling: + ReloadAssembly (1605ms) + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + EndReloadAssembly (1339ms) + LoadAssemblies (167ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (379ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4330. +Total: 3.480700 ms (FindLiveObjects: 0.308200 ms CreateObjectMapping: 0.171100 ms MarkObjects: 2.877200 ms DeleteObjects: 0.122900 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 +Registering precompiled user dll's ... +Registered in 0.006630 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.489 seconds +Domain Reload Profiling: + ReloadAssembly (1490ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1300ms) + LoadAssemblies (91ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (391ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (341ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4334. +Total: 3.767100 ms (FindLiveObjects: 0.279400 ms CreateObjectMapping: 0.179200 ms MarkObjects: 3.172000 ms DeleteObjects: 0.135200 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 +Registering precompiled user dll's ... +Registered in 0.005468 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 1.57 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.867 seconds +Domain Reload Profiling: + ReloadAssembly (1868ms) + BeginReloadAssembly (140ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1424ms) + LoadAssemblies (157ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (439ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (396ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (2ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (293ms) + ProcessInitializeOnLoadMethodAttributes (12ms) + AfterProcessingInitializeOnLoad (10ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4338. +Total: 3.888400 ms (FindLiveObjects: 0.279600 ms CreateObjectMapping: 0.210600 ms MarkObjects: 3.259400 ms DeleteObjects: 0.137800 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 +Registering precompiled user dll's ... +Registered in 0.007727 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.504 seconds +Domain Reload Profiling: + ReloadAssembly (1504ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1314ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (454ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (46ms) + SetupLoadedEditorAssemblies (379ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (287ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.0 MB. +System memory in use after: 142.1 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4342. +Total: 3.324200 ms (FindLiveObjects: 0.268100 ms CreateObjectMapping: 0.163600 ms MarkObjects: 2.748800 ms DeleteObjects: 0.142800 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 +Registering precompiled user dll's ... +Registered in 0.010977 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.85 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.574 seconds +Domain Reload Profiling: + ReloadAssembly (1575ms) + BeginReloadAssembly (146ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1355ms) + LoadAssemblies (109ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (476ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (350ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (261ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.2 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4346. +Total: 3.175500 ms (FindLiveObjects: 0.268600 ms CreateObjectMapping: 0.163600 ms MarkObjects: 2.596500 ms DeleteObjects: 0.129100 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 +Registering precompiled user dll's ... +Registered in 0.006156 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.842 seconds +Domain Reload Profiling: + ReloadAssembly (1843ms) + BeginReloadAssembly (134ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1645ms) + LoadAssemblies (136ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (455ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (62ms) + SetupLoadedEditorAssemblies (445ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (108ms) + ProcessInitializeOnLoadAttributes (295ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.2 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4350. +Total: 3.051800 ms (FindLiveObjects: 0.277100 ms CreateObjectMapping: 0.177800 ms MarkObjects: 2.483400 ms DeleteObjects: 0.112500 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 +Registering precompiled user dll's ... +Registered in 0.005831 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.422 seconds +Domain Reload Profiling: + ReloadAssembly (1422ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1232ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (368ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (359ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 1.00 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.2 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4354. +Total: 3.332500 ms (FindLiveObjects: 0.277300 ms CreateObjectMapping: 0.169900 ms MarkObjects: 2.763300 ms DeleteObjects: 0.120800 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 +Registering precompiled user dll's ... +Registered in 0.008877 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.619 seconds +Domain Reload Profiling: + ReloadAssembly (1619ms) + BeginReloadAssembly (118ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1440ms) + LoadAssemblies (106ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (514ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (62ms) + SetupLoadedEditorAssemblies (343ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.2 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4358. +Total: 3.066500 ms (FindLiveObjects: 0.293000 ms CreateObjectMapping: 0.190600 ms MarkObjects: 2.472500 ms DeleteObjects: 0.109000 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 +Registering precompiled user dll's ... +Registered in 0.005469 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.77 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.471 seconds +Domain Reload Profiling: + ReloadAssembly (1471ms) + BeginReloadAssembly (126ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (35ms) + EndReloadAssembly (1274ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (398ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (339ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.2 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4362. +Total: 3.580300 ms (FindLiveObjects: 0.466400 ms CreateObjectMapping: 0.189000 ms MarkObjects: 2.779200 ms DeleteObjects: 0.144800 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 +Registering precompiled user dll's ... +Registered in 0.005925 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.597 seconds +Domain Reload Profiling: + ReloadAssembly (1598ms) + BeginReloadAssembly (134ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + EndReloadAssembly (1397ms) + LoadAssemblies (99ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (381ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (66ms) + SetupLoadedEditorAssemblies (365ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (10ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.1 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4366. +Total: 3.753700 ms (FindLiveObjects: 0.314200 ms CreateObjectMapping: 0.206600 ms MarkObjects: 3.125600 ms DeleteObjects: 0.106200 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 +Registering precompiled user dll's ... +Registered in 0.005447 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 2.605 seconds +Domain Reload Profiling: + ReloadAssembly (2605ms) + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + EndReloadAssembly (2328ms) + LoadAssemblies (100ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (832ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (59ms) + SetupLoadedEditorAssemblies (838ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (190ms) + ProcessInitializeOnLoadAttributes (624ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (33ms) +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 1.03 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4370. +Total: 2.725600 ms (FindLiveObjects: 0.280100 ms CreateObjectMapping: 0.178700 ms MarkObjects: 2.169000 ms DeleteObjects: 0.096700 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 +Registering precompiled user dll's ... +Registered in 0.005294 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.554 seconds +Domain Reload Profiling: + ReloadAssembly (1554ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1369ms) + LoadAssemblies (88ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (371ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (448ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (119ms) + ProcessInitializeOnLoadAttributes (306ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4374. +Total: 3.192100 ms (FindLiveObjects: 0.262900 ms CreateObjectMapping: 0.151800 ms MarkObjects: 2.645200 ms DeleteObjects: 0.131200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.007234 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.83 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.813 seconds +Domain Reload Profiling: + ReloadAssembly (1813ms) + BeginReloadAssembly (138ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1601ms) + LoadAssemblies (100ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (491ms) + ReleaseScriptCaches (3ms) + RebuildScriptCaches (54ms) + SetupLoadedEditorAssemblies (474ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (164ms) + ProcessInitializeOnLoadAttributes (283ms) + ProcessInitializeOnLoadMethodAttributes (15ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4378. +Total: 3.343300 ms (FindLiveObjects: 0.291900 ms CreateObjectMapping: 0.173300 ms MarkObjects: 2.765400 ms DeleteObjects: 0.111800 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 +Registering precompiled user dll's ... +Registered in 0.005897 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.90 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.737 seconds +Domain Reload Profiling: + ReloadAssembly (1737ms) + BeginReloadAssembly (119ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1549ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (404ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (346ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4382. +Total: 3.688500 ms (FindLiveObjects: 0.478900 ms CreateObjectMapping: 0.212000 ms MarkObjects: 2.852500 ms DeleteObjects: 0.144100 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 +Registering precompiled user dll's ... +Registered in 0.005592 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.023 seconds +Domain Reload Profiling: + ReloadAssembly (2024ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1831ms) + LoadAssemblies (110ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (732ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (452ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (331ms) + ProcessInitializeOnLoadMethodAttributes (14ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4386. +Total: 2.995500 ms (FindLiveObjects: 0.289700 ms CreateObjectMapping: 0.180100 ms MarkObjects: 2.414300 ms DeleteObjects: 0.110200 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 +Registering precompiled user dll's ... +Registered in 0.005731 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.607 seconds +Domain Reload Profiling: + ReloadAssembly (1608ms) + BeginReloadAssembly (121ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1421ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (388ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (339ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4390. +Total: 3.537500 ms (FindLiveObjects: 0.274100 ms CreateObjectMapping: 0.164000 ms MarkObjects: 2.964600 ms DeleteObjects: 0.133800 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 +Registering precompiled user dll's ... +Registered in 0.007923 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.619 seconds +Domain Reload Profiling: + ReloadAssembly (1619ms) + BeginReloadAssembly (230ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + EndReloadAssembly (1327ms) + LoadAssemblies (189ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (427ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (54ms) + SetupLoadedEditorAssemblies (342ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4394. +Total: 3.339100 ms (FindLiveObjects: 0.276200 ms CreateObjectMapping: 0.163400 ms MarkObjects: 2.758700 ms DeleteObjects: 0.140000 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.009012 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.735 seconds +Domain Reload Profiling: + ReloadAssembly (1736ms) + BeginReloadAssembly (136ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (1534ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (515ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (351ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4398. +Total: 4.092100 ms (FindLiveObjects: 0.290000 ms CreateObjectMapping: 0.186900 ms MarkObjects: 3.491000 ms DeleteObjects: 0.123100 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 +Registering precompiled user dll's ... +Registered in 0.005183 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.80 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.629 seconds +Domain Reload Profiling: + ReloadAssembly (1630ms) + BeginReloadAssembly (114ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1451ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (401ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (334ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4402. +Total: 3.115400 ms (FindLiveObjects: 0.349100 ms CreateObjectMapping: 0.169700 ms MarkObjects: 2.453500 ms DeleteObjects: 0.142300 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005271 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.979 seconds +Domain Reload Profiling: + ReloadAssembly (1980ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1761ms) + LoadAssemblies (114ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (393ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (82ms) + SetupLoadedEditorAssemblies (400ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (305ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4406. +Total: 2.861900 ms (FindLiveObjects: 0.288600 ms CreateObjectMapping: 0.179900 ms MarkObjects: 2.250700 ms DeleteObjects: 0.141600 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 +Registering precompiled user dll's ... +Registered in 0.005398 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.769 seconds +Domain Reload Profiling: + ReloadAssembly (1769ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1587ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (386ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (55ms) + SetupLoadedEditorAssemblies (358ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (85ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.2 MB. +System memory in use after: 142.3 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4410. +Total: 4.280400 ms (FindLiveObjects: 0.330600 ms CreateObjectMapping: 0.445000 ms MarkObjects: 3.362000 ms DeleteObjects: 0.141700 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 +Registering precompiled user dll's ... +Registered in 0.005533 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.524 seconds +Domain Reload Profiling: + ReloadAssembly (1524ms) + BeginReloadAssembly (113ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1345ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (443ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (333ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.94 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4414. +Total: 3.686100 ms (FindLiveObjects: 0.364100 ms CreateObjectMapping: 0.239900 ms MarkObjects: 2.934300 ms DeleteObjects: 0.146500 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 +Registering precompiled user dll's ... +Registered in 0.005555 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.750 seconds +Domain Reload Profiling: + ReloadAssembly (1750ms) + BeginReloadAssembly (158ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + EndReloadAssembly (1527ms) + LoadAssemblies (98ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (422ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (355ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.96 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4418. +Total: 4.608300 ms (FindLiveObjects: 0.398800 ms CreateObjectMapping: 0.288600 ms MarkObjects: 3.781900 ms DeleteObjects: 0.137600 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 +Registering precompiled user dll's ... +Registered in 0.005950 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.568 seconds +Domain Reload Profiling: + ReloadAssembly (1569ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1372ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (392ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (346ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4422. +Total: 2.967100 ms (FindLiveObjects: 0.274200 ms CreateObjectMapping: 0.161000 ms MarkObjects: 2.391500 ms DeleteObjects: 0.139500 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 +Registering precompiled user dll's ... +Registered in 0.005377 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 1.21 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.760 seconds +Domain Reload Profiling: + ReloadAssembly (1760ms) + BeginReloadAssembly (150ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + EndReloadAssembly (1544ms) + LoadAssemblies (117ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (444ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (65ms) + SetupLoadedEditorAssemblies (363ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4426. +Total: 3.200300 ms (FindLiveObjects: 0.298300 ms CreateObjectMapping: 0.186600 ms MarkObjects: 2.576700 ms DeleteObjects: 0.137600 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 +Registering precompiled user dll's ... +Registered in 0.006246 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.502 seconds +Domain Reload Profiling: + ReloadAssembly (1502ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1308ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (385ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4430. +Total: 3.446600 ms (FindLiveObjects: 0.313000 ms CreateObjectMapping: 0.172900 ms MarkObjects: 2.693000 ms DeleteObjects: 0.266700 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 +Registering precompiled user dll's ... +Registered in 0.005875 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.650 seconds +Domain Reload Profiling: + ReloadAssembly (1651ms) + BeginReloadAssembly (132ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1457ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (377ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (450ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (345ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.4 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4434. +Total: 3.375300 ms (FindLiveObjects: 0.280800 ms CreateObjectMapping: 0.171300 ms MarkObjects: 2.783600 ms DeleteObjects: 0.138900 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 +Registering precompiled user dll's ... +Registered in 0.006722 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.563 seconds +Domain Reload Profiling: + ReloadAssembly (1564ms) + BeginReloadAssembly (106ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1390ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (365ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (342ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (14ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.3 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4438. +Total: 3.052500 ms (FindLiveObjects: 0.302500 ms CreateObjectMapping: 0.176100 ms MarkObjects: 2.424800 ms DeleteObjects: 0.148400 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 +Registering precompiled user dll's ... +Registered in 0.006186 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.755 seconds +Domain Reload Profiling: + ReloadAssembly (1755ms) + BeginReloadAssembly (136ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + EndReloadAssembly (1524ms) + LoadAssemblies (106ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (483ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (408ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4442. +Total: 3.461400 ms (FindLiveObjects: 0.312800 ms CreateObjectMapping: 0.246000 ms MarkObjects: 2.788600 ms DeleteObjects: 0.113000 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 +Registering precompiled user dll's ... +Registered in 0.005953 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.731 seconds +Domain Reload Profiling: + ReloadAssembly (1731ms) + BeginReloadAssembly (140ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1517ms) + LoadAssemblies (113ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (490ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (355ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (82ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4446. +Total: 3.850400 ms (FindLiveObjects: 0.364300 ms CreateObjectMapping: 0.276300 ms MarkObjects: 3.076300 ms DeleteObjects: 0.132400 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 +Registering precompiled user dll's ... +Registered in 0.006815 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.704 seconds +Domain Reload Profiling: + ReloadAssembly (1704ms) + BeginReloadAssembly (140ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + EndReloadAssembly (1430ms) + LoadAssemblies (109ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (403ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (56ms) + SetupLoadedEditorAssemblies (384ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (286ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4450. +Total: 3.441600 ms (FindLiveObjects: 0.356500 ms CreateObjectMapping: 0.171800 ms MarkObjects: 2.762100 ms DeleteObjects: 0.150300 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 +Registering precompiled user dll's ... +Registered in 0.005735 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.765 seconds +Domain Reload Profiling: + ReloadAssembly (1765ms) + BeginReloadAssembly (139ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1558ms) + LoadAssemblies (119ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (460ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (64ms) + SetupLoadedEditorAssemblies (361ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4454. +Total: 2.735700 ms (FindLiveObjects: 0.296800 ms CreateObjectMapping: 0.182700 ms MarkObjects: 2.159100 ms DeleteObjects: 0.096300 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 +Registering precompiled user dll's ... +Registered in 0.005804 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.520 seconds +Domain Reload Profiling: + ReloadAssembly (1520ms) + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1328ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (382ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (237ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4458. +Total: 3.571600 ms (FindLiveObjects: 0.397700 ms CreateObjectMapping: 0.329000 ms MarkObjects: 2.700700 ms DeleteObjects: 0.143200 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 +Registering precompiled user dll's ... +Registered in 0.005738 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.844 seconds +Domain Reload Profiling: + ReloadAssembly (1845ms) + BeginReloadAssembly (144ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1627ms) + LoadAssemblies (132ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (453ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (417ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (13ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +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.81 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4462. +Total: 3.159900 ms (FindLiveObjects: 0.310600 ms CreateObjectMapping: 0.189400 ms MarkObjects: 2.555100 ms DeleteObjects: 0.103800 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 +Registering precompiled user dll's ... +Registered in 0.006180 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.75 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.548 seconds +Domain Reload Profiling: + ReloadAssembly (1548ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1351ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (382ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (331ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4466. +Total: 3.554000 ms (FindLiveObjects: 0.305700 ms CreateObjectMapping: 0.212800 ms MarkObjects: 2.894200 ms DeleteObjects: 0.140400 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 +Registering precompiled user dll's ... +Registered in 0.005715 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.644 seconds +Domain Reload Profiling: + ReloadAssembly (1644ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1449ms) + LoadAssemblies (100ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (405ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (340ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4470. +Total: 3.511200 ms (FindLiveObjects: 0.284400 ms CreateObjectMapping: 0.179800 ms MarkObjects: 2.886300 ms DeleteObjects: 0.159800 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 +Registering precompiled user dll's ... +Registered in 0.005515 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.759 seconds +Domain Reload Profiling: + ReloadAssembly (1760ms) + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1569ms) + LoadAssemblies (98ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (531ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (54ms) + SetupLoadedEditorAssemblies (350ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.5 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4474. +Total: 3.914400 ms (FindLiveObjects: 0.296600 ms CreateObjectMapping: 0.295100 ms MarkObjects: 3.200500 ms DeleteObjects: 0.121000 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 +Registering precompiled user dll's ... +Registered in 0.005869 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 2.040 seconds +Domain Reload Profiling: + ReloadAssembly (2041ms) + BeginReloadAssembly (146ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1812ms) + LoadAssemblies (104ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (435ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (441ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (98ms) + ProcessInitializeOnLoadAttributes (314ms) + ProcessInitializeOnLoadMethodAttributes (17ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (30ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4478. +Total: 3.194600 ms (FindLiveObjects: 0.347400 ms CreateObjectMapping: 0.256000 ms MarkObjects: 2.480200 ms DeleteObjects: 0.109700 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 +Registering precompiled user dll's ... +Registered in 0.006038 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.760 seconds +Domain Reload Profiling: + ReloadAssembly (1760ms) + BeginReloadAssembly (137ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1539ms) + LoadAssemblies (97ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (493ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (355ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.4 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4482. +Total: 4.004300 ms (FindLiveObjects: 0.422800 ms CreateObjectMapping: 0.528300 ms MarkObjects: 2.936600 ms DeleteObjects: 0.115500 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 +Registering precompiled user dll's ... +Registered in 0.005627 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.804 seconds +Domain Reload Profiling: + ReloadAssembly (1804ms) + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + EndReloadAssembly (1574ms) + LoadAssemblies (113ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (446ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (368ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4486. +Total: 3.263500 ms (FindLiveObjects: 0.286400 ms CreateObjectMapping: 0.174100 ms MarkObjects: 2.639300 ms DeleteObjects: 0.162900 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 +Registering precompiled user dll's ... +Registered in 0.007034 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.757 seconds +Domain Reload Profiling: + ReloadAssembly (1758ms) + BeginReloadAssembly (134ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1548ms) + LoadAssemblies (113ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (456ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (51ms) + SetupLoadedEditorAssemblies (352ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4490. +Total: 4.008500 ms (FindLiveObjects: 0.684100 ms CreateObjectMapping: 0.275600 ms MarkObjects: 2.912800 ms DeleteObjects: 0.135000 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 +Registering precompiled user dll's ... +Registered in 0.006393 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 1.11 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.791 seconds +Domain Reload Profiling: + ReloadAssembly (1791ms) + BeginReloadAssembly (206ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (19ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + EndReloadAssembly (1512ms) + LoadAssemblies (120ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (411ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (409ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (118ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4494. +Total: 3.134400 ms (FindLiveObjects: 0.302800 ms CreateObjectMapping: 0.179600 ms MarkObjects: 2.543200 ms DeleteObjects: 0.107700 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 +Registering precompiled user dll's ... +Registered in 0.010083 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.87 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.557 seconds +Domain Reload Profiling: + ReloadAssembly (2558ms) + BeginReloadAssembly (337ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (37ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (100ms) + EndReloadAssembly (2121ms) + LoadAssemblies (168ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (584ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (368ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (86ms) + ProcessInitializeOnLoadAttributes (259ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4498. +Total: 3.494400 ms (FindLiveObjects: 0.301100 ms CreateObjectMapping: 0.191000 ms MarkObjects: 2.851100 ms DeleteObjects: 0.150300 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 +Registering precompiled user dll's ... +Registered in 0.005619 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.570 seconds +Domain Reload Profiling: + ReloadAssembly (1571ms) + BeginReloadAssembly (118ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1386ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (383ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4502. +Total: 3.158000 ms (FindLiveObjects: 0.287300 ms CreateObjectMapping: 0.171100 ms MarkObjects: 2.571900 ms DeleteObjects: 0.126800 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 +Registering precompiled user dll's ... +Registered in 0.007467 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.584 seconds +Domain Reload Profiling: + ReloadAssembly (1584ms) + BeginReloadAssembly (130ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1388ms) + LoadAssemblies (101ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (363ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (332ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4506. +Total: 3.341200 ms (FindLiveObjects: 0.279000 ms CreateObjectMapping: 0.162300 ms MarkObjects: 2.757000 ms DeleteObjects: 0.142000 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 +Registering precompiled user dll's ... +Registered in 0.005747 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.789 seconds +Domain Reload Profiling: + ReloadAssembly (1790ms) + BeginReloadAssembly (129ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1590ms) + LoadAssemblies (91ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (473ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (362ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4510. +Total: 5.641300 ms (FindLiveObjects: 0.324500 ms CreateObjectMapping: 0.474900 ms MarkObjects: 4.732000 ms DeleteObjects: 0.108700 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 +Registering precompiled user dll's ... +Registered in 0.005353 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.89 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.844 seconds +Domain Reload Profiling: + ReloadAssembly (1845ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1653ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (383ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (350ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (243ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4514. +Total: 3.765000 ms (FindLiveObjects: 0.305900 ms CreateObjectMapping: 0.180500 ms MarkObjects: 3.026300 ms DeleteObjects: 0.237100 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 +Registering precompiled user dll's ... +Registered in 0.007795 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.75 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.745 seconds +Domain Reload Profiling: + ReloadAssembly (1745ms) + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + EndReloadAssembly (1503ms) + LoadAssemblies (179ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (394ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.92 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.6 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4518. +Total: 3.605500 ms (FindLiveObjects: 0.302600 ms CreateObjectMapping: 0.192000 ms MarkObjects: 2.948600 ms DeleteObjects: 0.161100 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 +Registering precompiled user dll's ... +Registered in 0.010557 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.913 seconds +Domain Reload Profiling: + ReloadAssembly (1913ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1722ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (428ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (338ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.93 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.5 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4522. +Total: 7.077900 ms (FindLiveObjects: 0.708700 ms CreateObjectMapping: 0.843400 ms MarkObjects: 5.374900 ms DeleteObjects: 0.133000 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 +Registering precompiled user dll's ... +Registered in 0.005537 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.953 seconds +Domain Reload Profiling: + ReloadAssembly (1953ms) + BeginReloadAssembly (181ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (79ms) + EndReloadAssembly (1708ms) + LoadAssemblies (115ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (456ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (52ms) + SetupLoadedEditorAssemblies (381ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (79ms) + ProcessInitializeOnLoadAttributes (279ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4526. +Total: 2.918600 ms (FindLiveObjects: 0.302000 ms CreateObjectMapping: 0.188300 ms MarkObjects: 2.322600 ms DeleteObjects: 0.104600 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 +Registering precompiled user dll's ... +Registered in 0.005711 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.915 seconds +Domain Reload Profiling: + ReloadAssembly (1915ms) + BeginReloadAssembly (125ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + EndReloadAssembly (1721ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (390ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (243ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4530. +Total: 3.614000 ms (FindLiveObjects: 0.300100 ms CreateObjectMapping: 0.181400 ms MarkObjects: 3.003000 ms DeleteObjects: 0.128400 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 +Registering precompiled user dll's ... +Registered in 0.005257 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.257 seconds +Domain Reload Profiling: + ReloadAssembly (2257ms) + BeginReloadAssembly (147ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (2021ms) + LoadAssemblies (250ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (401ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (471ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (81ms) + ProcessInitializeOnLoadAttributes (356ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.85 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4534. +Total: 2.977000 ms (FindLiveObjects: 0.344400 ms CreateObjectMapping: 0.241100 ms MarkObjects: 2.282100 ms DeleteObjects: 0.108500 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 +Registering precompiled user dll's ... +Registered in 0.007331 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.90 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.857 seconds +Domain Reload Profiling: + ReloadAssembly (1858ms) + BeginReloadAssembly (132ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1659ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (445ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (381ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (280ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4538. +Total: 4.037500 ms (FindLiveObjects: 0.335900 ms CreateObjectMapping: 0.187100 ms MarkObjects: 3.359300 ms DeleteObjects: 0.153800 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 +Registering precompiled user dll's ... +Registered in 0.005470 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.709 seconds +Domain Reload Profiling: + ReloadAssembly (1710ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1523ms) + LoadAssemblies (91ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (374ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (341ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4542. +Total: 3.592200 ms (FindLiveObjects: 0.371100 ms CreateObjectMapping: 0.258200 ms MarkObjects: 2.835600 ms DeleteObjects: 0.125800 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 +Registering precompiled user dll's ... +Registered in 0.005689 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.89 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.626 seconds +Domain Reload Profiling: + ReloadAssembly (1628ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1441ms) + LoadAssemblies (90ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (380ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (335ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4546. +Total: 3.512200 ms (FindLiveObjects: 0.360800 ms CreateObjectMapping: 0.224500 ms MarkObjects: 2.780200 ms DeleteObjects: 0.145800 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 +Registering precompiled user dll's ... +Registered in 0.008380 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.973 seconds +Domain Reload Profiling: + ReloadAssembly (1974ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1751ms) + LoadAssemblies (122ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (443ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (360ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 1.18 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4550. +Total: 4.428500 ms (FindLiveObjects: 0.311000 ms CreateObjectMapping: 0.202700 ms MarkObjects: 3.794400 ms DeleteObjects: 0.119000 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 +Registering precompiled user dll's ... +Registered in 0.006544 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.621 seconds +Domain Reload Profiling: + ReloadAssembly (1621ms) + BeginReloadAssembly (119ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1439ms) + LoadAssemblies (89ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (374ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (329ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4554. +Total: 3.513000 ms (FindLiveObjects: 0.302600 ms CreateObjectMapping: 0.170900 ms MarkObjects: 2.914400 ms DeleteObjects: 0.124100 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 +Registering precompiled user dll's ... +Registered in 0.005353 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.813 seconds +Domain Reload Profiling: + ReloadAssembly (1813ms) + BeginReloadAssembly (119ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1631ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (456ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (423ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 1.02 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4558. +Total: 20.096900 ms (FindLiveObjects: 0.280000 ms CreateObjectMapping: 0.158400 ms MarkObjects: 19.508600 ms DeleteObjects: 0.148300 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 +Registering precompiled user dll's ... +Registered in 0.005486 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.811 seconds +Domain Reload Profiling: + ReloadAssembly (1811ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (1623ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (386ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (60ms) + SetupLoadedEditorAssemblies (366ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4562. +Total: 3.078600 ms (FindLiveObjects: 0.287200 ms CreateObjectMapping: 0.164500 ms MarkObjects: 2.503200 ms DeleteObjects: 0.122800 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 +Registering precompiled user dll's ... +Registered in 0.005559 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.889 seconds +Domain Reload Profiling: + ReloadAssembly (1890ms) + BeginReloadAssembly (152ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + EndReloadAssembly (1671ms) + LoadAssemblies (107ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (393ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (398ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (286ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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 2.60 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.7 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4566. +Total: 3.504200 ms (FindLiveObjects: 0.325200 ms CreateObjectMapping: 0.334000 ms MarkObjects: 2.736400 ms DeleteObjects: 0.107300 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 +Registering precompiled user dll's ... +Registered in 0.006923 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.904 seconds +Domain Reload Profiling: + ReloadAssembly (1904ms) + BeginReloadAssembly (142ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + EndReloadAssembly (1675ms) + LoadAssemblies (115ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (461ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (362ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.6 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4570. +Total: 3.606000 ms (FindLiveObjects: 0.342400 ms CreateObjectMapping: 0.160200 ms MarkObjects: 2.969100 ms DeleteObjects: 0.133300 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 +Registering precompiled user dll's ... +Registered in 0.005645 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.670 seconds +Domain Reload Profiling: + ReloadAssembly (1671ms) + BeginReloadAssembly (128ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1479ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (373ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4574. +Total: 3.613500 ms (FindLiveObjects: 0.305400 ms CreateObjectMapping: 0.259700 ms MarkObjects: 2.903100 ms DeleteObjects: 0.144600 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 +Registering precompiled user dll's ... +Registered in 0.008383 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.928 seconds +Domain Reload Profiling: + ReloadAssembly (1928ms) + BeginReloadAssembly (129ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1736ms) + LoadAssemblies (88ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (559ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (352ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (7ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (85ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4578. +Total: 3.034300 ms (FindLiveObjects: 0.339900 ms CreateObjectMapping: 0.190500 ms MarkObjects: 2.375000 ms DeleteObjects: 0.127900 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.006010 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 2.028 seconds +Domain Reload Profiling: + ReloadAssembly (2029ms) + BeginReloadAssembly (127ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1831ms) + LoadAssemblies (92ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (497ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (136ms) + SetupLoadedEditorAssemblies (347ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 1.95 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4582. +Total: 3.601100 ms (FindLiveObjects: 0.306500 ms CreateObjectMapping: 0.197400 ms MarkObjects: 2.987700 ms DeleteObjects: 0.108300 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 +Registering precompiled user dll's ... +Registered in 0.008727 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.899 seconds +Domain Reload Profiling: + ReloadAssembly (1899ms) + BeginReloadAssembly (132ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1701ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (483ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (326ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (237ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4586. +Total: 3.593600 ms (FindLiveObjects: 0.336800 ms CreateObjectMapping: 0.162900 ms MarkObjects: 2.949400 ms DeleteObjects: 0.143500 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 +Registering precompiled user dll's ... +Registered in 0.007379 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 3.86 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.459 seconds +Domain Reload Profiling: + ReloadAssembly (2459ms) + BeginReloadAssembly (121ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (2274ms) + LoadAssemblies (94ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (601ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (90ms) + SetupLoadedEditorAssemblies (393ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (4ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (268ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.79 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4590. +Total: 19.292800 ms (FindLiveObjects: 0.452600 ms CreateObjectMapping: 4.048900 ms MarkObjects: 13.859700 ms DeleteObjects: 0.929700 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 +Registering precompiled user dll's ... +Registered in 0.005624 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.81 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.937 seconds +Domain Reload Profiling: + ReloadAssembly (1938ms) + BeginReloadAssembly (147ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + EndReloadAssembly (1683ms) + LoadAssemblies (127ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (389ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (53ms) + SetupLoadedEditorAssemblies (345ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4594. +Total: 3.682000 ms (FindLiveObjects: 0.410200 ms CreateObjectMapping: 0.292700 ms MarkObjects: 2.865500 ms DeleteObjects: 0.112500 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 +Registering precompiled user dll's ... +Registered in 0.005604 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.78 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.932 seconds +Domain Reload Profiling: + ReloadAssembly (1933ms) + BeginReloadAssembly (132ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + EndReloadAssembly (1737ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (389ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (56ms) + SetupLoadedEditorAssemblies (452ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (353ms) + ProcessInitializeOnLoadMethodAttributes (15ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4598. +Total: 3.442300 ms (FindLiveObjects: 0.311100 ms CreateObjectMapping: 0.185400 ms MarkObjects: 2.784400 ms DeleteObjects: 0.160700 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 +Registering precompiled user dll's ... +Registered in 0.005436 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.80 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.008 seconds +Domain Reload Profiling: + ReloadAssembly (2009ms) + BeginReloadAssembly (126ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1812ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (452ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (75ms) + SetupLoadedEditorAssemblies (414ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (319ms) + ProcessInitializeOnLoadMethodAttributes (11ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4602. +Total: 3.304100 ms (FindLiveObjects: 0.326700 ms CreateObjectMapping: 0.179200 ms MarkObjects: 2.625000 ms DeleteObjects: 0.157300 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 +Registering precompiled user dll's ... +Registered in 0.006194 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.877 seconds +Domain Reload Profiling: + ReloadAssembly (1877ms) + BeginReloadAssembly (115ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1698ms) + LoadAssemblies (91ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (370ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (97ms) + SetupLoadedEditorAssemblies (388ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (18ms) + AfterProcessingInitializeOnLoad (7ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4606. +Total: 3.235100 ms (FindLiveObjects: 0.301800 ms CreateObjectMapping: 0.179200 ms MarkObjects: 2.611000 ms DeleteObjects: 0.142200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:graphics/normal-map-encoding: 01000000000000000000000000000000 -> 02000000000000000000000000000000 + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Registering precompiled user dll's ... +Registered in 0.005702 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.76 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.937 seconds +Domain Reload Profiling: + ReloadAssembly (1937ms) + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + EndReloadAssembly (1697ms) + LoadAssemblies (167ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (394ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (428ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (20ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.8 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4610. +Total: 3.242700 ms (FindLiveObjects: 0.311900 ms CreateObjectMapping: 0.178300 ms MarkObjects: 2.605300 ms DeleteObjects: 0.146100 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 +Registering precompiled user dll's ... +Registered in 0.005831 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.804 seconds +Domain Reload Profiling: + ReloadAssembly (1805ms) + BeginReloadAssembly (112ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1632ms) + LoadAssemblies (89ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (387ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (378ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (6ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.7 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4614. +Total: 3.383500 ms (FindLiveObjects: 0.377900 ms CreateObjectMapping: 0.234900 ms MarkObjects: 2.629000 ms DeleteObjects: 0.140300 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 +Registering precompiled user dll's ... +Registered in 0.005819 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.940 seconds +Domain Reload Profiling: + ReloadAssembly (1941ms) + BeginReloadAssembly (117ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1760ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (452ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (377ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (276ms) + ProcessInitializeOnLoadMethodAttributes (16ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4618. +Total: 3.366700 ms (FindLiveObjects: 0.311400 ms CreateObjectMapping: 0.187700 ms MarkObjects: 2.721200 ms DeleteObjects: 0.145500 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 +Registering precompiled user dll's ... +Registered in 0.005382 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.92 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.855 seconds +Domain Reload Profiling: + ReloadAssembly (1855ms) + BeginReloadAssembly (130ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + EndReloadAssembly (1664ms) + LoadAssemblies (96ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (375ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (72ms) + SetupLoadedEditorAssemblies (413ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (81ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4622. +Total: 3.474000 ms (FindLiveObjects: 0.293500 ms CreateObjectMapping: 0.171800 ms MarkObjects: 2.831500 ms DeleteObjects: 0.176200 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 +Registering precompiled user dll's ... +Registered in 0.005589 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.74 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.112 seconds +Domain Reload Profiling: + ReloadAssembly (2112ms) + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + EndReloadAssembly (1841ms) + LoadAssemblies (133ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (552ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (50ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (9ms) + AfterProcessingInitializeOnLoad (4ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.72 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4626. +Total: 3.148800 ms (FindLiveObjects: 0.313400 ms CreateObjectMapping: 0.194200 ms MarkObjects: 2.529700 ms DeleteObjects: 0.110400 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 +Registering precompiled user dll's ... +Registered in 0.005600 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.88 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.887 seconds +Domain Reload Profiling: + ReloadAssembly (1887ms) + BeginReloadAssembly (127ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + EndReloadAssembly (1693ms) + LoadAssemblies (98ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (384ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (330ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (239ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4630. +Total: 3.200400 ms (FindLiveObjects: 0.301100 ms CreateObjectMapping: 0.175400 ms MarkObjects: 2.622200 ms DeleteObjects: 0.101000 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 +Registering precompiled user dll's ... +Registered in 0.005386 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.77 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 2.059 seconds +Domain Reload Profiling: + ReloadAssembly (2060ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + EndReloadAssembly (1867ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (382ms) + ReleaseScriptCaches (2ms) + RebuildScriptCaches (70ms) + SetupLoadedEditorAssemblies (370ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (83ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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 1.52 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4634. +Total: 2.878200 ms (FindLiveObjects: 0.313200 ms CreateObjectMapping: 0.181800 ms MarkObjects: 2.278200 ms DeleteObjects: 0.104200 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 +Registering precompiled user dll's ... +Registered in 0.005680 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.68 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.724 seconds +Domain Reload Profiling: + ReloadAssembly (1725ms) + BeginReloadAssembly (114ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + EndReloadAssembly (1546ms) + LoadAssemblies (95ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (376ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (324ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (233ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4638. +Total: 3.284500 ms (FindLiveObjects: 0.308200 ms CreateObjectMapping: 0.175000 ms MarkObjects: 2.666800 ms DeleteObjects: 0.133700 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 +Registering precompiled user dll's ... +Registered in 0.006382 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.903 seconds +Domain Reload Profiling: + ReloadAssembly (1904ms) + BeginReloadAssembly (141ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1676ms) + LoadAssemblies (130ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (459ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (321ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (234ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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 1.38 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4642. +Total: 3.797400 ms (FindLiveObjects: 0.337700 ms CreateObjectMapping: 0.277600 ms MarkObjects: 3.046300 ms DeleteObjects: 0.134800 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 +Registering precompiled user dll's ... +Registered in 0.007163 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 1.02 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.998 seconds +Domain Reload Profiling: + ReloadAssembly (1999ms) + BeginReloadAssembly (147ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + EndReloadAssembly (1788ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (387ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (49ms) + SetupLoadedEditorAssemblies (336ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.71 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4646. +Total: 3.533400 ms (FindLiveObjects: 0.285900 ms CreateObjectMapping: 0.159800 ms MarkObjects: 2.878500 ms DeleteObjects: 0.208400 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 +Registering precompiled user dll's ... +Registered in 0.005438 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.955 seconds +Domain Reload Profiling: + ReloadAssembly (1956ms) + BeginReloadAssembly (131ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1760ms) + LoadAssemblies (100ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (495ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (328ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +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.69 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4650. +Total: 3.415900 ms (FindLiveObjects: 0.301600 ms CreateObjectMapping: 0.168700 ms MarkObjects: 2.796800 ms DeleteObjects: 0.147600 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 +Registering precompiled user dll's ... +Registered in 0.015609 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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.82 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.872 seconds +Domain Reload Profiling: + ReloadAssembly (1872ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + EndReloadAssembly (1687ms) + LoadAssemblies (89ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (367ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (47ms) + SetupLoadedEditorAssemblies (325ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (4ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +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.73 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 142.9 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4654. +Total: 3.086000 ms (FindLiveObjects: 0.296400 ms CreateObjectMapping: 0.166900 ms MarkObjects: 2.481500 ms DeleteObjects: 0.140400 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 +Registering precompiled user dll's ... +Registered in 0.009752 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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 1.13 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Mono: successfully reloaded assembly +- Completed reload, in 1.908 seconds +Domain Reload Profiling: + ReloadAssembly (1909ms) + BeginReloadAssembly (124ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1719ms) + LoadAssemblies (93ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (450ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (76ms) + SetupLoadedEditorAssemblies (361ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (8ms) + SetLoadedEditorAssemblies (1ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (79ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (14ms) + AfterProcessingInitializeOnLoad (5ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +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.70 ms, found 4 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 3676 Unused Serialized files (Serialized files now loaded: 0) +System memory in use before: 142.8 MB. +System memory in use after: 143.0 MB. + +Unloading 25 unused Assets to reduce memory usage. Loaded Objects now: 4658. +Total: 3.421800 ms (FindLiveObjects: 0.451300 ms CreateObjectMapping: 0.262300 ms MarkObjects: 2.561400 ms DeleteObjects: 0.145800 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 +Registering precompiled user dll's ... +Registered in 0.005330 seconds. +Begin MonoManager ReloadAssembly +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll +Symbol file LoadedFromMemory doesn't match image C:\Users\braus\Desktop\Chess Recode\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. +Mono: successfully reloaded assembly +- Completed reload, in 1.949 seconds +Domain Reload Profiling: + ReloadAssembly (1949ms) + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + EndReloadAssembly (1765ms) + LoadAssemblies (90ms) + RebuildTransferFunctionScriptingTraits (0ms) + SetupTypeCache (371ms) + ReleaseScriptCaches (1ms) + RebuildScriptCaches (48ms) + SetupLoadedEditorAssemblies (333ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (5ms) + SetLoadedEditorAssemblies (0ms) + RefreshPlugins (1ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (10ms) + AfterProcessingInitializeOnLoad (6ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Platform modules already initialized, skipping +Callback registration failed. Increase kMaxCallback. + +Fatal Error! Callback registration failed. Increase kMaxCallback. + +Crash!!! +SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/Mono;.;C:\Users\braus\Desktop\Chess Recode;C:\Users\braus\Desktop\Chess Recode\Library\BurstCache\JIT;C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 534, UserName: 'braus' +OS-Version: 10.0.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\Unity.exe:Unity.exe (00007FF656970000), size: 81674240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2021.1.13.12440 +C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (00007FFDDE020000), size: 2125824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\KERNEL32.DLL:KERNEL32.DLL (00007FFDDCD20000), size: 774144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\KERNELBASE.dll:KERNELBASE.dll (00007FFDDBA10000), size: 3620864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.132 +C:\WINDOWS\System32\CRYPT32.dll:CRYPT32.dll (00007FFDDB5C0000), size: 1449984 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\System32\ucrtbase.dll:ucrtbase.dll (00007FFDDB730000), size: 1118208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\USER32.dll:USER32.dll (00007FFDDCB00000), size: 1753088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.37 +C:\WINDOWS\System32\win32u.dll:win32u.dll (00007FFDDBE00000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.194 +C:\WINDOWS\System32\GDI32.dll:GDI32.dll (00007FFDDDAC0000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\gdi32full.dll:gdi32full.dll (00007FFDDB8F0000), size: 1122304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\System32\msvcp_win.dll:msvcp_win.dll (00007FFDDB850000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\ADVAPI32.dll:ADVAPI32.dll (00007FFDDC840000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41 +C:\WINDOWS\System32\msvcrt.dll:msvcrt.dll (00007FFDDD9F0000), size: 667648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\libfbxsdk.dll:libfbxsdk.dll (00007FFD636E0000), size: 10215424 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2020.2.0.0 +C:\WINDOWS\System32\sechost.dll:sechost.dll (00007FFDDD950000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\RPCRT4.dll:RPCRT4.dll (00007FFDDC460000), size: 1183744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\SHELL32.dll:SHELL32.dll (00007FFDDD1A0000), size: 8032256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\SHLWAPI.dll:SHLWAPI.dll (00007FFDDCED0000), size: 380928 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\ole32.dll:ole32.dll (00007FFDDC6A0000), size: 1679360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\combase.dll:combase.dll (00007FFDDBF50000), size: 3637248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\System32\IMM32.dll:IMM32.dll (00007FFDDC8F0000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\SETUPAPI.dll:SETUPAPI.dll (00007FFDDDB70000), size: 4632576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.194 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\OpenImageDenoise.dll:OpenImageDenoise.dll (00007FFD5FFA0000), size: 43806720 (result: 0), SymType: '-deferred-', PDB: '' +C:\WINDOWS\System32\WS2_32.dll:WS2_32.dll (00007FFDDCCB0000), size: 454656 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\OLEAUT32.dll:OLEAUT32.dll (00007FFDDC930000), size: 876544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\umbraoptimizer64.dll:umbraoptimizer64.dll (00007FFDB0090000), size: 1306624 (result: 0), SymType: '-deferred-', PDB: '' +C:\WINDOWS\System32\WLDAP32.dll:WLDAP32.dll (00007FFDDCAA0000), size: 352256 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\WINTRUST.dll:WINTRUST.dll (00007FFDDBD90000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.194 +C:\WINDOWS\System32\Normaliz.dll:Normaliz.dll (00007FFDDC2D0000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\FreeImage.dll:FreeImage.dll (0000000180000000), size: 6414336 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.18.0.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\etccompress.dll:etccompress.dll (00007FFD63200000), size: 5066752 (result: 0), SymType: '-deferred-', PDB: '' +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\ispc_texcomp.dll:ispc_texcomp.dll (00007FFDA9540000), size: 1744896 (result: 0), SymType: '-deferred-', PDB: '' +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\WinPixEventRuntime.dll:WinPixEventRuntime.dll (00007FFDCFDD0000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.0.1812.6001 +C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (00007FFDACE20000), size: 1052672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41 +C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (00007FFDDA260000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\WINHTTP.dll:WINHTTP.dll (00007FFDD61C0000), size: 1097728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (00007FFDBBD30000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41 +C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (00007FFDD6A30000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (00007FFDDAEF0000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (00007FFDD9F30000), size: 57344 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\RadeonImageFilters.dll:RadeonImageFilters.dll (00007FFD7EA20000), size: 2535424 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.1.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\SketchUpAPI.dll:SketchUpAPI.dll (00007FFD62970000), size: 8978432 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\tbb.dll:tbb.dll (00007FFDB36A0000), size: 413696 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2017.0.2016.1004 +C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (00007FFDD5910000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\VCRUNTIME140.dll:VCRUNTIME140.dll (00007FFDC76D0000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30133.0 +C:\WINDOWS\SYSTEM32\MSWSOCK.dll:MSWSOCK.dll (00007FFDDAB30000), size: 421888 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\MSVCP140.dll:MSVCP140.dll (00007FFDC76F0000), size: 577536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30133.0 +C:\WINDOWS\SYSTEM32\MSVCP120.dll:MSVCP120.dll (00007FFDACD70000), size: 679936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\SketchUpCommonPreferences.dll:SketchUpCommonPreferences.dll (00007FFDB90C0000), size: 483328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 19.0.753.20342 +C:\WINDOWS\SYSTEM32\MSVCR120.dll:MSVCR120.dll (00007FFD7E520000), size: 978944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 12.0.40649.5 +C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (00007FFDCCA90000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\VCRUNTIME140_1.dll:VCRUNTIME140_1.dll (00007FFDC76C0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 14.29.30133.0 +C:\WINDOWS\SYSTEM32\dxcore.dll:dxcore.dll (00007FFDD8E80000), size: 229376 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\SSPICLI.DLL:SSPICLI.DLL (00007FFDDA940000), size: 262144 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\optix.6.0.0.dll:optix.6.0.0.dll (00007FFDCF030000), size: 208896 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.0.0.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\OpenRL.dll:OpenRL.dll (000002294FF70000), size: 12779520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.5.0.2907 +C:\WINDOWS\SYSTEM32\MSVCP100.dll:MSVCP100.dll (0000000070170000), size: 622592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325 +C:\WINDOWS\SYSTEM32\MSVCR100.dll:MSVCR100.dll (0000000070090000), size: 860160 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.40219.325 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\embree.dll:embree.dll (00007FFD5EFB0000), size: 16711680 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.14.0.0 +C:\WINDOWS\SYSTEM32\cfgmgr32.DLL:cfgmgr32.DLL (00007FFDDB200000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\OpenRL_pthread.dll:OpenRL_pthread.dll (0000022950BC0000), size: 61440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.9.0.0 +C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (00007FFDDADD0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (00007FFDDA720000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\System32\bcryptPrimitives.dll:bcryptPrimitives.dll (00007FFDDBE30000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (00007FFDD8BD0000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\System32\shcore.dll:shcore.dll (00007FFDDCDE0000), size: 958464 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\SYSTEM32\windows.storage.dll:windows.storage.dll (00007FFDD96C0000), size: 8790016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\wintypes.dll:wintypes.dll (00007FFDD9550000), size: 1466368 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41 +C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (00007FFDDB430000), size: 135168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\clbcatq.dll:clbcatq.dll (00007FFDDCF30000), size: 716800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.10941.16384 +C:\WINDOWS\System32\netprofm.dll:netprofm.dll (00007FFDD7970000), size: 462848 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\WINDOWS\System32\NSI.dll:NSI.dll (00007FFDDC690000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (00007FFDD6320000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\SYSTEM32\dhcpcsvc.DLL:dhcpcsvc.DLL (00007FFDD6780000), size: 122880 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (00007FFDDA290000), size: 946176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\npmproxy.dll:npmproxy.dll (00007FFDD3DE0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (00007FFDD4080000), size: 528384 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (00007FFDD3FF0000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\Data\Tools\astcenc-avx2.dll:astcenc-avx2.dll (00007FFD5C690000), size: 552960 (result: 0), SymType: '-deferred-', PDB: '' +C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (00007FFDD4A00000), size: 2621440 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (00007FFDD8D40000), size: 995328 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\directxdatabasehelper.dll:directxdatabasehelper.dll (00007FFDD5FC0000), size: 278528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\ntmarta.dll:ntmarta.dll (00007FFDD8F00000), size: 212992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_49c3a3c94c780a51\nvldumdx.dll:nvldumdx.dll (00007FFDD2060000), size: 1073152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 30.0.14.7141 +C:\WINDOWS\SYSTEM32\cryptnet.dll:cryptnet.dll (00007FFDD5010000), size: 200704 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\drvstore.dll:drvstore.dll (00007FFDD22D0000), size: 1347584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\devobj.dll:devobj.dll (00007FFDDB1D0000), size: 180224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\wldp.dll:wldp.dll (00007FFDDAE40000), size: 249856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\cryptbase.dll:cryptbase.dll (00007FFDDAD90000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\System32\imagehlp.dll:imagehlp.dll (00007FFDDCA10000), size: 126976 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (00007FFDDAD70000), size: 98304 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (00007FFDDA680000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.41 +C:\WINDOWS\System32\DriverStore\FileRepository\nv_dispi.inf_amd64_49c3a3c94c780a51\nvwgf2umx.dll:nvwgf2umx.dll (00007FFD9EA70000), size: 77615104 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 30.0.14.7141 +C:\WINDOWS\system32\nvspcap64.dll:nvspcap64.dll (00007FFDAC180000), size: 2895872 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.23.0.74 +C:\WINDOWS\system32\wbem\wbemprox.dll:wbemprox.dll (00007FFDD15E0000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\wbemcomn.dll:wbemcomn.dll (00007FFDD0990000), size: 532480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\system32\wbem\wbemsvc.dll:wbemsvc.dll (00007FFDD1040000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\system32\wbem\fastprox.dll:fastprox.dll (00007FFDD1060000), size: 1024000 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\amsi.dll:amsi.dll (00007FFDD0C20000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (00007FFDDAC20000), size: 167936 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\ProgramData\Microsoft\Windows Defender\Platform\4.18.2108.7-0\MpOav.dll:MpOav.dll (00007FFDD0BA0000), size: 495616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.18.2108.7 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\cudart64_90.dll:cudart64_90.dll (00007FFD5C620000), size: 397312 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.14.11.9000 +C:\WINDOWS\SYSTEM32\opencl.dll:opencl.dll (00007FFD5C4B0000), size: 1482752 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.0.1.0 +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\radeonrays.dll:radeonrays.dll (00007FFD5C420000), size: 552960 (result: 0), SymType: '-deferred-', PDB: '' +C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\Data\MonoBleedingEdge\EmbedRuntime\mono-2.0-bdwgc.dll:mono-2.0-bdwgc.dll (00007FFD5BCB0000), size: 7790592 (result: 0), SymType: '-deferred-', PDB: '' +C:\WINDOWS\System32\PSAPI.DLL:PSAPI.DLL (00007FFDDBF40000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (00007FFDD75C0000), size: 1011712 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.22000.37 +C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22000.120_none_9d947278b86cc467\comctl32.dll:comctl32.dll (00007FFDCC7E0000), size: 2772992 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.22000.120 +C:\WINDOWS\SYSTEM32\WindowsCodecs.dll:WindowsCodecs.dll (00007FFDD3E40000), size: 1761280 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Windows\System32\MrmCoreR.dll:MrmCoreR.dll (00007FFDC45A0000), size: 1052672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\Windows\System32\iertutil.dll:iertutil.dll (00007FFDD5A50000), size: 2826240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 11.0.22000.1 +C:\WINDOWS\SYSTEM32\windows.staterepositorycore.dll:windows.staterepositorycore.dll (00007FFDD6150000), size: 110592 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\Windows\System32\thumbcache.dll:thumbcache.dll (00007FFDB87A0000), size: 417792 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.51 +C:\WINDOWS\SYSTEM32\windows.staterepositoryclient.dll:windows.staterepositoryclient.dll (00007FFDCC430000), size: 253952 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\Windows\System32\bcp47mrm.dll:bcp47mrm.dll (00007FFDBF940000), size: 184320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\Windows\System32\Windows.UI.dll:Windows.UI.dll (00007FFDCDCA0000), size: 1605632 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.22000.71_none_a5885354eb10b430\gdiplus.dll:gdiplus.dll (00007FFDCD680000), size: 1781760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.71 +C:\WINDOWS\System32\MSCTF.dll:MSCTF.dll (00007FFDDC340000), size: 1171456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.120 +C:\WINDOWS\SYSTEM32\edputil.dll:edputil.dll (00007FFDBE490000), size: 155648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Windows\System32\VAULTCLI.dll:VAULTCLI.dll (00007FFDBD670000), size: 364544 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Windows\System32\Windows.StateRepositoryPS.dll:Windows.StateRepositoryPS.dll (00007FFDC2800000), size: 1261568 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.65 +C:\WINDOWS\SYSTEM32\policymanager.dll:policymanager.dll (00007FFDD5D10000), size: 655360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\msvcp110_win.dll:msvcp110_win.dll (00007FFDD5870000), size: 598016 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\Windows\System32\Windows.System.Launcher.dll:Windows.System.Launcher.dll (00007FFDCC470000), size: 1290240 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 +C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (00007FFDC5160000), size: 2232320 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 10.0.22000.1 + +========== OUTPUTTING STACK TRACE ================== + +0x00007FFDDBA5466C (KERNELBASE) RaiseException +0x00007FF657B3282C (Unity) EditorMonoConsole::LogToConsoleImplementation +0x00007FF657B330BE (Unity) EditorMonoConsole::LogToConsoleImplementation +0x00007FF658F48EE8 (Unity) DebugStringToFilePostprocessedStacktrace +0x00007FF658F486DB (Unity) DebugStringToFile +0x00007FF657F07451 (Unity) LoadDomainAndUserAssemblies +0x00007FF657F0776C (Unity) LoadUserAssemblies +0x00007FF658113458 (Unity) ::operator() +0x00007FF65819A2F2 (Unity) asio::detail::completion_handler >::do_complete +0x00007FF65819C560 (Unity) asio::detail::win_iocp_io_service::do_one +0x00007FF65819FC4E (Unity) asio::io_service::run +0x00007FF65813C12A (Unity) RunAssetImportWorkerClientV2 +0x00007FF65813C180 (Unity) RunAssetImporterV2 +0x00007FF657C3FA37 (Unity) Application::InitializeProject +0x00007FF65804F127 (Unity) WinMain +0x00007FF659B7D662 (Unity) __scrt_common_main_seh +0x00007FFDDCD354E0 (KERNEL32) BaseThreadInitThunk +0x00007FFDDE02485B (ntdll) RtlUserThreadStart + +========== END OF STACKTRACE =========== + +A crash has been intercepted by the crash handler. For call stack and other details, see the latest crash report generated in: + * C:/Users/braus/AppData/Local/Temp/Unity/Editor/Crashes diff --git a/Chess/Logs/Packages-Update.log b/Chess Recode/Logs/Packages-Update.log similarity index 100% rename from Chess/Logs/Packages-Update.log rename to Chess Recode/Logs/Packages-Update.log diff --git a/Chess Recode/Logs/shadercompiler-AssetImportWorker0.log b/Chess Recode/Logs/shadercompiler-AssetImportWorker0.log new file mode 100644 index 0000000..be4fdcc --- /dev/null +++ b/Chess Recode/Logs/shadercompiler-AssetImportWorker0.log @@ -0,0 +1,12 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=731 file=Assets/DefaultResourcesExtra/Sprites/Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON 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_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 flags=0 lang=0 type=Vertex platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=890 + +Cmd: compileSnippet + insize=731 file=Assets/DefaultResourcesExtra/Sprites/Default pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_FULL_HDR uKW= dKW=ETC1_EXTERNAL_ALPHA INSTANCING_ON PIXELSNAP_ON 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_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 flags=0 lang=0 type=Fragment platform=d3d11 reqs=1 mask=6 start=32 ok=1 outsize=454 + +Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) + +Quitting shader compiler process diff --git a/Chess Recode/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Chess Recode/Logs/shadercompiler-UnityShaderCompiler.exe0.log new file mode 100644 index 0000000..608dd2e --- /dev/null +++ b/Chess Recode/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -0,0 +1,15 @@ +Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING uKW=_SUNDISK_NONE dKW=_SUNDISK_SIMPLE _SUNDISK_HIGH_QUALITY 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_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5414 + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING uKW=_SUNDISK_NONE dKW=_SUNDISK_SIMPLE _SUNDISK_HIGH_QUALITY 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_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=474 + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY 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_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Vertex platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=5698 + +Cmd: compileSnippet + insize=16577 file=Assets/DefaultResourcesExtra/Skybox/Procedural pass= cachingPP=1 ppOnly=0 stripLineD=0 buildPlatform=13 rsLen=0 pKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_NO_CUBEMAP_ARRAY UNITY_NO_SCREENSPACE_SHADOWS UNITY_PBS_USE_BRDF2 SHADER_API_DESKTOP UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHTMAP_DLDR_ENCODING uKW=_SUNDISK_SIMPLE dKW=_SUNDISK_NONE _SUNDISK_HIGH_QUALITY 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_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 flags=0 lang=0 type=Fragment platform=d3d11 reqs=33 mask=6 start=20 ok=1 outsize=934 + diff --git a/Chess/Packages/manifest.json b/Chess Recode/Packages/manifest.json similarity index 100% rename from Chess/Packages/manifest.json rename to Chess Recode/Packages/manifest.json diff --git a/Chess/Packages/packages-lock.json b/Chess Recode/Packages/packages-lock.json similarity index 100% rename from Chess/Packages/packages-lock.json rename to Chess Recode/Packages/packages-lock.json diff --git a/Chess/ProjectSettings/AudioManager.asset b/Chess Recode/ProjectSettings/AudioManager.asset similarity index 100% rename from Chess/ProjectSettings/AudioManager.asset rename to Chess Recode/ProjectSettings/AudioManager.asset diff --git a/Chess/ProjectSettings/ClusterInputManager.asset b/Chess Recode/ProjectSettings/ClusterInputManager.asset similarity index 100% rename from Chess/ProjectSettings/ClusterInputManager.asset rename to Chess Recode/ProjectSettings/ClusterInputManager.asset diff --git a/Chess/ProjectSettings/DynamicsManager.asset b/Chess Recode/ProjectSettings/DynamicsManager.asset similarity index 100% rename from Chess/ProjectSettings/DynamicsManager.asset rename to Chess Recode/ProjectSettings/DynamicsManager.asset diff --git a/Chess/ProjectSettings/EditorBuildSettings.asset b/Chess Recode/ProjectSettings/EditorBuildSettings.asset similarity index 100% rename from Chess/ProjectSettings/EditorBuildSettings.asset rename to Chess Recode/ProjectSettings/EditorBuildSettings.asset diff --git a/Chess/ProjectSettings/EditorSettings.asset b/Chess Recode/ProjectSettings/EditorSettings.asset similarity index 100% rename from Chess/ProjectSettings/EditorSettings.asset rename to Chess Recode/ProjectSettings/EditorSettings.asset diff --git a/Chess/ProjectSettings/GraphicsSettings.asset b/Chess Recode/ProjectSettings/GraphicsSettings.asset similarity index 100% rename from Chess/ProjectSettings/GraphicsSettings.asset rename to Chess Recode/ProjectSettings/GraphicsSettings.asset diff --git a/Chess/ProjectSettings/InputManager.asset b/Chess Recode/ProjectSettings/InputManager.asset similarity index 100% rename from Chess/ProjectSettings/InputManager.asset rename to Chess Recode/ProjectSettings/InputManager.asset diff --git a/Chess/ProjectSettings/NavMeshAreas.asset b/Chess Recode/ProjectSettings/NavMeshAreas.asset similarity index 100% rename from Chess/ProjectSettings/NavMeshAreas.asset rename to Chess Recode/ProjectSettings/NavMeshAreas.asset diff --git a/Chess/ProjectSettings/NetworkManager.asset b/Chess Recode/ProjectSettings/NetworkManager.asset similarity index 100% rename from Chess/ProjectSettings/NetworkManager.asset rename to Chess Recode/ProjectSettings/NetworkManager.asset diff --git a/Chess/ProjectSettings/PackageManagerSettings.asset b/Chess Recode/ProjectSettings/PackageManagerSettings.asset similarity index 100% rename from Chess/ProjectSettings/PackageManagerSettings.asset rename to Chess Recode/ProjectSettings/PackageManagerSettings.asset diff --git a/Chess/ProjectSettings/Physics2DSettings.asset b/Chess Recode/ProjectSettings/Physics2DSettings.asset similarity index 100% rename from Chess/ProjectSettings/Physics2DSettings.asset rename to Chess Recode/ProjectSettings/Physics2DSettings.asset diff --git a/Chess/ProjectSettings/PresetManager.asset b/Chess Recode/ProjectSettings/PresetManager.asset similarity index 100% rename from Chess/ProjectSettings/PresetManager.asset rename to Chess Recode/ProjectSettings/PresetManager.asset diff --git a/Chess/ProjectSettings/ProjectSettings.asset b/Chess Recode/ProjectSettings/ProjectSettings.asset similarity index 100% rename from Chess/ProjectSettings/ProjectSettings.asset rename to Chess Recode/ProjectSettings/ProjectSettings.asset diff --git a/Chess/ProjectSettings/ProjectVersion.txt b/Chess Recode/ProjectSettings/ProjectVersion.txt similarity index 100% rename from Chess/ProjectSettings/ProjectVersion.txt rename to Chess Recode/ProjectSettings/ProjectVersion.txt diff --git a/Chess/ProjectSettings/QualitySettings.asset b/Chess Recode/ProjectSettings/QualitySettings.asset similarity index 100% rename from Chess/ProjectSettings/QualitySettings.asset rename to Chess Recode/ProjectSettings/QualitySettings.asset diff --git a/Chess/ProjectSettings/SceneTemplateSettings.json b/Chess Recode/ProjectSettings/SceneTemplateSettings.json similarity index 100% rename from Chess/ProjectSettings/SceneTemplateSettings.json rename to Chess Recode/ProjectSettings/SceneTemplateSettings.json diff --git a/Chess/ProjectSettings/TagManager.asset b/Chess Recode/ProjectSettings/TagManager.asset similarity index 100% rename from Chess/ProjectSettings/TagManager.asset rename to Chess Recode/ProjectSettings/TagManager.asset diff --git a/Chess/ProjectSettings/TimeManager.asset b/Chess Recode/ProjectSettings/TimeManager.asset similarity index 100% rename from Chess/ProjectSettings/TimeManager.asset rename to Chess Recode/ProjectSettings/TimeManager.asset diff --git a/Chess/ProjectSettings/UnityConnectSettings.asset b/Chess Recode/ProjectSettings/UnityConnectSettings.asset similarity index 100% rename from Chess/ProjectSettings/UnityConnectSettings.asset rename to Chess Recode/ProjectSettings/UnityConnectSettings.asset diff --git a/Chess/ProjectSettings/VFXManager.asset b/Chess Recode/ProjectSettings/VFXManager.asset similarity index 100% rename from Chess/ProjectSettings/VFXManager.asset rename to Chess Recode/ProjectSettings/VFXManager.asset diff --git a/Chess/ProjectSettings/VersionControlSettings.asset b/Chess Recode/ProjectSettings/VersionControlSettings.asset similarity index 100% rename from Chess/ProjectSettings/VersionControlSettings.asset rename to Chess Recode/ProjectSettings/VersionControlSettings.asset diff --git a/Chess/ProjectSettings/XRSettings.asset b/Chess Recode/ProjectSettings/XRSettings.asset similarity index 100% rename from Chess/ProjectSettings/XRSettings.asset rename to Chess Recode/ProjectSettings/XRSettings.asset diff --git a/Chess/UserSettings/EditorUserSettings.asset b/Chess Recode/UserSettings/EditorUserSettings.asset similarity index 100% rename from Chess/UserSettings/EditorUserSettings.asset rename to Chess Recode/UserSettings/EditorUserSettings.asset diff --git a/Chess/UserSettings/Search.index b/Chess Recode/UserSettings/Search.index similarity index 100% rename from Chess/UserSettings/Search.index rename to Chess Recode/UserSettings/Search.index diff --git a/Chess/UserSettings/Search.settings b/Chess Recode/UserSettings/Search.settings similarity index 100% rename from Chess/UserSettings/Search.settings rename to Chess Recode/UserSettings/Search.settings diff --git a/Chess/Assets/Scripts/Character.cs b/Chess/Assets/Scripts/Character.cs deleted file mode 100644 index 056fc15..0000000 --- a/Chess/Assets/Scripts/Character.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Character : MonoBehaviour -{ - public Team team; - public CharacterType type; -} - -public enum CharacterType -{ - Rook, Knight, Bishop, Queen, King, Pawn -} diff --git a/Chess/Assets/Scripts/CharacterData.cs b/Chess/Assets/Scripts/CharacterData.cs deleted file mode 100644 index b459153..0000000 --- a/Chess/Assets/Scripts/CharacterData.cs +++ /dev/null @@ -1,245 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public static class CharacterData -{ - public static readonly Vector2[,] movesRook = - { - - { - //up - new Vector2(0, 1), - new Vector2(0, 2), - new Vector2(0, 3), - new Vector2(0, 4), - new Vector2(0, 5), - new Vector2(0, 6), - new Vector2(0, 7), - new Vector2(0, 8.5f), //.5 because of calculation error in game ^^ - }, - - { - //down - new Vector2(0, -1), - new Vector2(0, -2), - new Vector2(0, -3), - new Vector2(0, -4), - new Vector2(0, -5), - new Vector2(0, -6), - new Vector2(0, -7), - new Vector2(0, -8.5f), - }, - - { - //right - new Vector2(1, 0), - new Vector2(2, 0), - new Vector2(3, 0), - new Vector2(4, 0), - new Vector2(5, 0), - new Vector2(6, 0), - new Vector2(7, 0), - new Vector2(8.5f, 0) - }, - - { - //left - new Vector2(-1, 0), - new Vector2(-2, 0), - new Vector2(-3, 0), - new Vector2(-4, 0), - new Vector2(-5, 0), - new Vector2(-6, 0), - new Vector2(-7, 0), - new Vector2(-8.5f, 0) - } - }; - - public static readonly Vector2[] movesKnight = - { - //(2, 1 combinations) - //up - new Vector2(-1, 2), - new Vector2(1, 2), - //down - new Vector2(-1, -2), - new Vector2(1, -2), - //right - new Vector2(2, 1), - new Vector2(2, -1), - //left - new Vector2(-2, 1), - new Vector2(-2, -1), - }; - - public static readonly Vector2[,] movesBishop = - { - { - //up, right - new Vector2(1, 1), - new Vector2(2, 2), - new Vector2(3, 3), - new Vector2(4, 4), - new Vector2(5, 5), - new Vector2(6, 6), - new Vector2(7, 7), - new Vector2(8.5f, 8.5f), - }, - - { - //up, left - new Vector2(-1, 1), - new Vector2(-2, 2), - new Vector2(-3, 3), - new Vector2(-4, 4), - new Vector2(-5, 5), - new Vector2(-6, 6), - new Vector2(-7, 7), - new Vector2(-8.5f, 8.5f), - }, - - { - //down, right - new Vector2(1, -1), - new Vector2(2, -2), - new Vector2(3, -3), - new Vector2(4, -4), - new Vector2(5, -5), - new Vector2(6, -6), - new Vector2(7, -7), - new Vector2(8.5f, -8.5f), - }, - - { - //down, left - new Vector2(-1, -1), - new Vector2(-2, -2), - new Vector2(-3, -3), - new Vector2(-4, -4), - new Vector2(-5, -5), - new Vector2(-6, -6), - new Vector2(-7, -7), - new Vector2(-8.5f, -8.5f), - } - }; - - public static readonly Vector2[] movesKing = - { - //up - new Vector2(0, 1), - //down - new Vector2(0, -1), - //right - new Vector2(1, 0), - //left - new Vector2(-1, 0), - //up, right - new Vector2(1, 1), - //up, left - new Vector2(-1, 1), - //down, right - new Vector2(1, -1), - //down, left - new Vector2(-1, -1) - }; - - public static readonly Vector2[,] movesQueen = - { - { - //up - new Vector2(0, 1), - new Vector2(0, 2), - new Vector2(0, 3), - new Vector2(0, 4), - new Vector2(0, 5), - new Vector2(0, 6), - new Vector2(0, 7), - new Vector2(0, 8.5f), //.5 because of calculation error in game ^^ - }, - - { - //down - new Vector2(0, -1), - new Vector2(0, -2), - new Vector2(0, -3), - new Vector2(0, -4), - new Vector2(0, -5), - new Vector2(0, -6), - new Vector2(0, -7), - new Vector2(0, -8.5f), - }, - - { - //right - new Vector2(1, 0), - new Vector2(2, 0), - new Vector2(3, 0), - new Vector2(4, 0), - new Vector2(5, 0), - new Vector2(6, 0), - new Vector2(7, 0), - new Vector2(8.5f, 0) - }, - - { - //left - new Vector2(-1, 0), - new Vector2(-2, 0), - new Vector2(-3, 0), - new Vector2(-4, 0), - new Vector2(-5, 0), - new Vector2(-6, 0), - new Vector2(-7, 0), - new Vector2(-8.5f, 0) - }, - - { - //up, right - new Vector2(1, 1), - new Vector2(2, 2), - new Vector2(3, 3), - new Vector2(4, 4), - new Vector2(5, 5), - new Vector2(6, 6), - new Vector2(7, 7), - new Vector2(8.5f, 8.5f), - }, - - { - //up, left - new Vector2(-1, 1), - new Vector2(-2, 2), - new Vector2(-3, 3), - new Vector2(-4, 4), - new Vector2(-5, 5), - new Vector2(-6, 6), - new Vector2(-7, 7), - new Vector2(-8.5f, 8.5f), - }, - - { - //down, right - new Vector2(1, -1), - new Vector2(2, -2), - new Vector2(3, -3), - new Vector2(4, -4), - new Vector2(5, -5), - new Vector2(6, -6), - new Vector2(7, -7), - new Vector2(8.5f, -8.5f), - }, - - { - //down, left - new Vector2(-1, -1), - new Vector2(-2, -2), - new Vector2(-3, -3), - new Vector2(-4, -4), - new Vector2(-5, -5), - new Vector2(-6, -6), - new Vector2(-7, -7), - new Vector2(-8.5f, -8.5f), - } - }; -} diff --git a/Chess/Assets/Scripts/Game.cs b/Chess/Assets/Scripts/Game.cs deleted file mode 100644 index 8953286..0000000 --- a/Chess/Assets/Scripts/Game.cs +++ /dev/null @@ -1,442 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Game : MonoBehaviour -{ - public Camera cam; - - private GameObject[,] cells = new GameObject[8, 8]; - private Team currentTeam = Team.White; - - private GameObject selectedCell = null; - - private Queue possibleMoves = new Queue(); - - private void Start() - { - for (int x = 0; x < 8; x++) - { - for (int y = 0; y < 8; y++) - { - cells[x, y] = GameObject.Find("Field" + x + "," + y).gameObject; - } - } - } - - private void Update() - { - if (Input.GetMouseButtonDown(0)) - { - //Coloring and selecting cells - GetCellCoord(Input.mousePosition, out int x, out int y); - GameObject cellObject = cells[x, y]; - cellObject.GetComponent().color = new Color(.72f, .36f, .36f); - - if (possibleMoves.Contains(cells[x, y])) - { - //change current team - if (currentTeam == Team.White) - { - currentTeam = Team.Black; - } - else - { - currentTeam = Team.White; - } - - //move the object, disconnect it from the old cell, connect it to the new cell - GameObject selectedObject = selectedCell.GetComponent().connected; - selectedCell.GetComponent().connected = null; - - //kill enemy if necassary - if (cells[x, y].GetComponent().connected != null) - { - Destroy(cells[x, y].GetComponent().connected); - } - - cells[x, y].GetComponent().connected = selectedObject; - selectedObject.transform.position = cells[x, y].transform.position - Vector3.forward; - - //discolor all cells, deselect all cells - selectedCell.GetComponent().color = Color.white; - selectedCell = null; - while (possibleMoves.Count > 0) - { - possibleMoves.Dequeue().GetComponent().color = Color.white; - } - } - else - { - //if there is already a cell selected, deselect it - if (selectedCell != null) - { - selectedCell.GetComponent().color = Color.white; - - while (possibleMoves.Count > 0) - { - possibleMoves.Dequeue().GetComponent().color = Color.white; - } - } - - //if the last selected cell is the current cell, deselect it - if (selectedCell == cellObject) - { - selectedCell = null; - - while (possibleMoves.Count > 0) - { - possibleMoves.Dequeue().GetComponent().color = Color.white; - } - } - else - { - selectedCell = cellObject; - } - - //Futher game logic - if (selectedCell != null) - { - Cell cell = selectedCell.GetComponent(); - if (cell.connected != null) - { - //get the selected character, with all its information - Character selectedCharacter = cell.connected.GetComponent(); - Team selectedTeam = selectedCharacter.team; - CharacterType selectedType = selectedCharacter.type; - - //check if the character is in the current players team - if (selectedTeam == currentTeam) - { - //logic for the knight - if (selectedType == CharacterType.Knight) - { - foreach (Vector2 move in CharacterData.movesKnight) - { - Vector2 absPosition = selectedCell.transform.position + (Vector3)move; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - Cell testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - else - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX, testY]); - } - } - } - } - } - - //logic for the pawn - if (selectedType == CharacterType.Pawn) - { - //stepping 2 forward at beggining - if (currentTeam == Team.White) - { - - Vector2 abs1Position = selectedCell.transform.position + Vector3.up; - GetCellCoordDirect(abs1Position, out int testX2, out int testY2); - if (!(testX2 == 9 || testY2 == 9)) - { - Cell testCell = cells[testX2, testY2].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX2, testY2]); - - if (x == 6) //should be y but buggy - { - Vector2 absPosition = selectedCell.transform.position + Vector3.up * 2; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - - } - } - } - } - } - - - Vector2 abs2Position = selectedCharacter.transform.position + Vector3.up + Vector3.right; - GetCellCoordDirect(abs2Position, out int testX3, out int testY3); - if (!(testX3 == 9 || testY3 == 9)) - { - Cell testCell = cells[testX3, testY3].GetComponent(); - if (testCell.connected != null) - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX3, testY3]); - } - } - } - - abs2Position = selectedCharacter.transform.position + Vector3.up + Vector3.left; - GetCellCoordDirect(abs2Position, out int testX4, out int testY4); - if (!(testX4 == 9 || testY4 == 9)) - { - Cell testCell = cells[testX4, testY4].GetComponent(); - if (testCell.connected != null) - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX4, testY4]); - } - } - } - } - else - { - - Vector2 abs1Position = selectedCell.transform.position + Vector3.down; - GetCellCoordDirect(abs1Position, out int testX2, out int testY2); - if (!(testX2 == 9 || testY2 == 9)) - { - Cell testCell = cells[testX2, testY2].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX2, testY2]); - - if (x == 1) - { - Vector2 absPosition = selectedCell.transform.position + Vector3.down * 2; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - } - } - } - } - - - Vector2 abs2Position = selectedCharacter.transform.position + Vector3.down + Vector3.right; - GetCellCoordDirect(abs2Position, out int testX3, out int testY3); - if (!(testX3 == 9 || testY3 == 9)) - { - Cell testCell = cells[testX3, testY3].GetComponent(); - if (testCell.connected != null) - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX3, testY3]); - } - } - } - - abs2Position = selectedCharacter.transform.position + Vector3.down + Vector3.left; - GetCellCoordDirect(abs2Position, out int testX4, out int testY4); - if (!(testX4 == 9 || testY4 == 9)) - { - Cell testCell = cells[testX4, testY4].GetComponent(); - if (testCell.connected != null) - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX4, testY4]); - } - } - } - } - } - - //logic for the rook - if (selectedType == CharacterType.Rook) - { - for (int i = 0; i < 4; i++) - { - for (int j = 0; j < 8; j++) - { - Vector3 absPosition = (Vector3)selectedCell.transform.position + (Vector3)CharacterData.movesRook[i, j]; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - Cell testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - else - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX, testY]); - } - - j = 8; - } - } - } - } - } - - //logic for bishop - if (selectedType == CharacterType.Bishop) - { - for (int i = 0; i < 4; i++) - { - for (int j = 0; j < 8; j++) - { - Vector3 absPosition = (Vector3)selectedCell.transform.position + (Vector3)CharacterData.movesBishop[i, j]; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - Cell testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - else - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX, testY]); - } - - j = 8; - } - } - } - } - } - - //logic for queen - if (selectedType == CharacterType.Queen) - { - for (int i = 0; i < 8; i++) - { - for (int j = 0; j < 8; j++) - { - Vector3 absPosition = (Vector3)selectedCell.transform.position + (Vector3)CharacterData.movesQueen[i, j]; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - Cell testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - else - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX, testY]); - } - - j = 8; - } - } - } - } - } - - //logic for king - if (selectedType == CharacterType.King) - { - foreach (Vector2 move in CharacterData.movesKing) - { - Vector2 absPosition = selectedCell.transform.position + (Vector3)move; - GetCellCoordDirect(absPosition, out int testX, out int testY); - if (!(testX == 9 || testY == 9)) - { - Cell testCell = cells[testX, testY].GetComponent(); - if (testCell.connected == null) - { - testCell.GetComponent().color = new Color(.2f, .9f, .3f); - possibleMoves.Enqueue(cells[testX, testY]); - } - else - { - Character otherCharacter = testCell.connected.GetComponent(); - if (otherCharacter.team != currentTeam) - { - testCell.GetComponent().color = new Color(.92f, .61f, .4f); - possibleMoves.Enqueue(cells[testX, testY]); - } - } - } - } - } - } - } - } - } - } - } - - private void GetCellCoord(Vector3 point, out int x, out int y) - { - RaycastHit2D hit = Physics2D.Raycast(cam.ScreenToWorldPoint(point), cam.transform.forward); - if (hit.collider != null) - { - string name = hit.collider.name; - x = int.Parse(name.Substring(5, 1)); - y = int.Parse(name.Substring(7, 1)); - return; - } - - x = 9; - y = 9; - } - - private void GetCellCoordDirect(Vector3 point, out int x, out int y) - { - RaycastHit2D hit = Physics2D.Raycast(point, Vector3.forward); - if (hit.collider != null) - { - string name = hit.collider.name; - x = int.Parse(name.Substring(5, 1)); - y = int.Parse(name.Substring(7, 1)); - } - else - { - x = 9; - y = 9; - } - } -} - -public enum Team -{ - Black, - White -} \ No newline at end of file diff --git a/Chess/Logs/AssetImportWorker0-prev.log b/Chess/Logs/AssetImportWorker0-prev.log deleted file mode 100644 index 1a2719f..0000000 --- a/Chess/Logs/AssetImportWorker0-prev.log +++ /dev/null @@ -1,502 +0,0 @@ -Using pre-set license -Built from '2021.1/staging' branch; Version is '2021.1.13f1 (a03098edbbe0) revision 10498200'; Using compiler version '192528614'; Build Type 'Release' -OS: 'Windows 10 Pro; OS build 22000.194; Version 2009; 64bit' Language: 'en' Physical Memory: 16299 MB -BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0 - - COMMAND LINE ARGUMENTS: -C:\Program Files\Unity\Hub\Editor\2021.1.13f1\Editor\Unity.exe --adb2 --batchMode --noUpm --name -AssetImportWorker0 --projectPath -F:/Gihub Projects/Chess Unity/Chess-Unity/Chess --logFile -Logs/AssetImportWorker0.log --srvPort -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 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 -[Subsystems] Discovering subsystems at path F:/Gihub Projects/Chess Unity/Chess-Unity/Chess/Assets -GfxDevice: creating device client; threaded=0; jobified=0 -Direct3D: - Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce GTX 1060 6GB (ID=0x1c03) - Vendor: NVIDIA - VRAM: 6052 MB - Driver: 30.0.14.7141 -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: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.002505 seconds. -Native extension for WindowsStandalone target not found -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 10.329 seconds -Domain Reload Profiling: - ReloadAssembly (10330ms) - BeginReloadAssembly (68ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - EndReloadAssembly (3567ms) - LoadAssemblies (64ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (1719ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (93ms) - SetupLoadedEditorAssemblies (1554ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (92ms) - SetLoadedEditorAssemblies (1ms) - RefreshPlugins (445ms) - BeforeProcessingInitializeOnLoad (2ms) - 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.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 120.73 ms, found 4 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Mono: successfully reloaded assembly -- Completed reload, in 3.909 seconds -Domain Reload Profiling: - ReloadAssembly (3910ms) - BeginReloadAssembly (220ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - EndReloadAssembly (3617ms) - LoadAssemblies (113ms) - RebuildTransferFunctionScriptingTraits (0ms) - SetupTypeCache (593ms) - ReleaseScriptCaches (4ms) - RebuildScriptCaches (123ms) - SetupLoadedEditorAssemblies (2108ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (5ms) - SetLoadedEditorAssemblies (0ms) - RefreshPlugins (121ms) - BeforeProcessingInitializeOnLoad (95ms) - ProcessInitializeOnLoadAttributes (1850ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (6ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Platform modules already initialized, skipping -======================================================================== -Worker process is ready to serve import requests -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.4 MB. -System memory in use after: 136.5 MB. - -Unloading 37 unused Assets to reduce memory usage. Loaded Objects now: 4117. -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 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - path: Assets/Scripts/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 -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. -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 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 -> - 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: 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 -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. -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 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 -> - 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: 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 -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: 64.5 MB. -System memory in use after: 64.6 MB. - -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 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -AssetImportWorkerClient::OnTransportError - code=2 error=End of file diff --git a/Chess/Logs/shadercompiler-AssetImportWorker0.log b/Chess/Logs/shadercompiler-AssetImportWorker0.log deleted file mode 100644 index bd1746f..0000000 --- a/Chess/Logs/shadercompiler-AssetImportWorker0.log +++ /dev/null @@ -1,6 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4) - -Quitting shader compiler process diff --git a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/Chess/Logs/shadercompiler-UnityShaderCompiler.exe0.log deleted file mode 100644 index d83d80f..0000000 --- a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ /dev/null @@ -1,4 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Cmd: shutdown diff --git a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe1.log b/Chess/Logs/shadercompiler-UnityShaderCompiler.exe1.log deleted file mode 100644 index d83d80f..0000000 --- a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe1.log +++ /dev/null @@ -1,4 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Cmd: shutdown diff --git a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe2.log b/Chess/Logs/shadercompiler-UnityShaderCompiler.exe2.log deleted file mode 100644 index 18ab532..0000000 --- a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe2.log +++ /dev/null @@ -1,6 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Cmd: shutdown - -Quitting shader compiler process diff --git a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe3.log b/Chess/Logs/shadercompiler-UnityShaderCompiler.exe3.log deleted file mode 100644 index d83d80f..0000000 --- a/Chess/Logs/shadercompiler-UnityShaderCompiler.exe3.log +++ /dev/null @@ -1,4 +0,0 @@ -Base path: 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2021.1.13f1/Editor/Data/PlaybackEngines' -Cmd: initializeCompiler - -Cmd: shutdown