Some fixes
This commit is contained in:
parent
54a0e9e690
commit
c91fa87049
BIN
.vs/PO/v16/.suo
BIN
.vs/PO/v16/.suo
Binary file not shown.
|
@ -2279,6 +2279,36 @@ MonoBehaviour:
|
|||
m_StringArgument:
|
||||
m_BoolArgument: 0
|
||||
m_CallState: 2
|
||||
- config: {fileID: 0}
|
||||
attackLoop:
|
||||
- m_PersistentCalls:
|
||||
m_Calls:
|
||||
- m_Target: {fileID: 1357456002}
|
||||
m_TargetAssemblyTypeName: LibraryTurnMethods, Assembly-CSharp
|
||||
m_MethodName: Attack
|
||||
m_Mode: 1
|
||||
m_Arguments:
|
||||
m_ObjectArgument: {fileID: 0}
|
||||
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
||||
m_IntArgument: 0
|
||||
m_FloatArgument: 0
|
||||
m_StringArgument:
|
||||
m_BoolArgument: 0
|
||||
m_CallState: 2
|
||||
- m_PersistentCalls:
|
||||
m_Calls:
|
||||
- m_Target: {fileID: 1357456002}
|
||||
m_TargetAssemblyTypeName: LibraryTurnMethods, Assembly-CSharp
|
||||
m_MethodName: AllyHealing
|
||||
m_Mode: 1
|
||||
m_Arguments:
|
||||
m_ObjectArgument: {fileID: 0}
|
||||
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
|
||||
m_IntArgument: 0
|
||||
m_FloatArgument: 0
|
||||
m_StringArgument:
|
||||
m_BoolArgument: 0
|
||||
m_CallState: 2
|
||||
currentEnemy: {fileID: 0}
|
||||
--- !u!114 &1357456002
|
||||
MonoBehaviour:
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4bf4cbb13736ac54f8e9fdca4327535f, type: 3}
|
||||
m_Name: One
|
||||
m_EditorClassIdentifier:
|
||||
characterCharacteristics:
|
||||
namePlayer:
|
||||
maxHp: 0
|
||||
maxStamina: 0
|
||||
sprite: {fileID: 0}
|
|
@ -1,8 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 97caade20631e134b8c91a0b8e0302e0
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -15,11 +15,11 @@ C:/Users/Dara/Documents/1/PO
|
|||
-logFile
|
||||
Logs/AssetImportWorker0.log
|
||||
-srvPort
|
||||
64513
|
||||
64717
|
||||
Successfully changed project path to: C:/Users/Dara/Documents/1/PO
|
||||
C:/Users/Dara/Documents/1/PO
|
||||
Using Asset Import Pipeline V2.
|
||||
Refreshing native plugins compatible for Editor in 49.81 ms, found 3 plugins.
|
||||
Refreshing native plugins compatible for Editor in 38.30 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Initialize engine version: 2020.3.19f1 (68f137dc9bbe)
|
||||
[Subsystems] Discovering subsystems at path C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Resources/UnitySubsystems
|
||||
|
@ -35,119 +35,98 @@ Initialize mono
|
|||
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/Managed'
|
||||
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
|
||||
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/MonoBleedingEdge/etc'
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56000
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56868
|
||||
Begin MonoManager ReloadAssembly
|
||||
Registering precompiled unity dll's ...
|
||||
Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
|
||||
Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll
|
||||
Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
|
||||
Register platform support module: C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll
|
||||
Registered in 0.006394 seconds.
|
||||
Registered in 0.004521 seconds.
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 43.13 ms, found 3 plugins.
|
||||
Refreshing native plugins compatible for Editor in 35.71 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 4.169 seconds
|
||||
- Completed reload, in 2.863 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (4169ms)
|
||||
BeginReloadAssembly (52ms)
|
||||
ReloadAssembly (2864ms)
|
||||
BeginReloadAssembly (44ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (448ms)
|
||||
LoadAssemblies (51ms)
|
||||
EndReloadAssembly (374ms)
|
||||
LoadAssemblies (44ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (165ms)
|
||||
SetupTypeCache (137ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (31ms)
|
||||
SetupLoadedEditorAssemblies (173ms)
|
||||
RebuildScriptCaches (25ms)
|
||||
SetupLoadedEditorAssemblies (146ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (43ms)
|
||||
BeforeProcessingInitializeOnLoad (18ms)
|
||||
ProcessInitializeOnLoadAttributes (79ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (27ms)
|
||||
RefreshPlugins (36ms)
|
||||
BeforeProcessingInitializeOnLoad (15ms)
|
||||
ProcessInitializeOnLoadAttributes (65ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (24ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.002502 seconds.
|
||||
Registered in 0.007740 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 38.82 ms, found 3 plugins.
|
||||
Refreshing native plugins compatible for Editor in 38.25 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.053 seconds
|
||||
- Completed reload, in 0.996 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1055ms)
|
||||
BeginReloadAssembly (139ms)
|
||||
ReloadAssembly (997ms)
|
||||
BeginReloadAssembly (124ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (4ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (20ms)
|
||||
EndReloadAssembly (856ms)
|
||||
LoadAssemblies (86ms)
|
||||
CreateAndSetChildDomain (15ms)
|
||||
EndReloadAssembly (821ms)
|
||||
LoadAssemblies (111ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (280ms)
|
||||
SetupTypeCache (252ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (44ms)
|
||||
SetupLoadedEditorAssemblies (325ms)
|
||||
RebuildScriptCaches (40ms)
|
||||
SetupLoadedEditorAssemblies (297ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (39ms)
|
||||
BeforeProcessingInitializeOnLoad (72ms)
|
||||
ProcessInitializeOnLoadAttributes (190ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (12ms)
|
||||
RefreshPlugins (38ms)
|
||||
BeforeProcessingInitializeOnLoad (68ms)
|
||||
ProcessInitializeOnLoadAttributes (169ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (10ms)
|
||||
AfterProcessingInitializeOnLoad (5ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
AwakeInstancesAfterBackupRestoration (6ms)
|
||||
Platform modules already initialized, skipping
|
||||
========================================================================
|
||||
Worker process is ready to serve import requests
|
||||
Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds
|
||||
Refreshing native plugins compatible for Editor in 0.46 ms, found 3 plugins.
|
||||
Refreshing native plugins compatible for Editor in 0.39 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2124 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 95.8 MB.
|
||||
System memory in use after: 95.9 MB.
|
||||
|
||||
Unloading 26 unused Assets to reduce memory usage. Loaded Objects now: 2564.
|
||||
Total: 3.317000 ms (FindLiveObjects: 0.362200 ms CreateObjectMapping: 0.266900 ms MarkObjects: 2.587900 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:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Refreshing native plugins compatible for Editor in 3.44 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 13 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 52.6 MB.
|
||||
System memory in use after: 52.7 MB.
|
||||
|
||||
Unloading 12 unused Assets to reduce memory usage. Loaded Objects now: 2564.
|
||||
Total: 3.401100 ms (FindLiveObjects: 0.433400 ms CreateObjectMapping: 0.156900 ms MarkObjects: 2.775300 ms DeleteObjects: 0.034300 ms)
|
||||
Total: 2.580700 ms (FindLiveObjects: 0.184700 ms CreateObjectMapping: 0.079100 ms MarkObjects: 2.262600 ms DeleteObjects: 0.053400 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
|
@ -161,322 +140,120 @@ AssetImportParameters requested are different than current active one (requested
|
|||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
path: Assets/Scripts/Configs/BattleConfigs/FirstBattle.asset
|
||||
artifactKey: Guid(5ecf77a7ffbea54479cfcd94f4314069) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/BattleConfigs/FirstBattle.asset using Guid(5ecf77a7ffbea54479cfcd94f4314069) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '63d441a5b458054c4d08ff658c80c31e') in 0.045565 seconds
|
||||
Import took 0.052475 seconds .
|
||||
path: Assets/Prefabs/Cards/SmallHealing.prefab
|
||||
artifactKey: Guid(4a71400765e99464aa6e72caa20d2a07) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Prefabs/Cards/SmallHealing.prefab using Guid(4a71400765e99464aa6e72caa20d2a07) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3ed34858da52c9f85551a972b4c78b17') in 0.062814 seconds
|
||||
Import took 0.069312 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.002345 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 1.25 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.212 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1213ms)
|
||||
BeginReloadAssembly (123ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (37ms)
|
||||
EndReloadAssembly (1023ms)
|
||||
LoadAssemblies (98ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (339ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (59ms)
|
||||
SetupLoadedEditorAssemblies (320ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (1ms)
|
||||
BeforeProcessingInitializeOnLoad (94ms)
|
||||
ProcessInitializeOnLoadAttributes (206ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (5ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (10ms)
|
||||
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.55 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 94.0 MB.
|
||||
System memory in use after: 94.1 MB.
|
||||
|
||||
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2566.
|
||||
Total: 3.962500 ms (FindLiveObjects: 0.204100 ms CreateObjectMapping: 0.091200 ms MarkObjects: 3.640100 ms DeleteObjects: 0.025400 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.002304 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 0.43 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.144 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1144ms)
|
||||
BeginReloadAssembly (113ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (34ms)
|
||||
EndReloadAssembly (967ms)
|
||||
LoadAssemblies (92ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (331ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (66ms)
|
||||
SetupLoadedEditorAssemblies (336ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (9ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (0ms)
|
||||
BeforeProcessingInitializeOnLoad (102ms)
|
||||
ProcessInitializeOnLoadAttributes (212ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (7ms)
|
||||
AfterProcessingInitializeOnLoad (5ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (10ms)
|
||||
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.41 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 94.0 MB.
|
||||
System memory in use after: 94.1 MB.
|
||||
|
||||
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2568.
|
||||
Total: 2.848100 ms (FindLiveObjects: 0.208300 ms CreateObjectMapping: 0.084300 ms MarkObjects: 2.536100 ms DeleteObjects: 0.017900 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.002753 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 0.75 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.195 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1195ms)
|
||||
BeginReloadAssembly (109ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (7ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (36ms)
|
||||
EndReloadAssembly (1008ms)
|
||||
LoadAssemblies (87ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (383ms)
|
||||
ReleaseScriptCaches (1ms)
|
||||
RebuildScriptCaches (57ms)
|
||||
SetupLoadedEditorAssemblies (334ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (10ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (1ms)
|
||||
BeforeProcessingInitializeOnLoad (106ms)
|
||||
ProcessInitializeOnLoadAttributes (205ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (5ms)
|
||||
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.40 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 94.0 MB.
|
||||
System memory in use after: 94.2 MB.
|
||||
|
||||
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2570.
|
||||
Total: 2.908900 ms (FindLiveObjects: 0.198500 ms CreateObjectMapping: 0.079600 ms MarkObjects: 2.605700 ms DeleteObjects: 0.023400 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: 140.621317 seconds.
|
||||
Time since last request: 0.000230 seconds.
|
||||
path: Assets/Prefabs
|
||||
artifactKey: Guid(dbe8dd53cca2a5b4d9f554a483056b69) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Prefabs using Guid(dbe8dd53cca2a5b4d9f554a483056b69) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab464ff287aed2b45edc76128fbfdea8') in 0.008233 seconds
|
||||
Import took 0.012863 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.000183 seconds.
|
||||
path: Assets/Scenes
|
||||
artifactKey: Guid(fb67c500aacab5e4e9d173bfe45e441f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scenes using Guid(fb67c500aacab5e4e9d173bfe45e441f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9c97edb7ac439b27978cf6a95748b211') in 0.010802 seconds
|
||||
Import took 0.018376 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.000283 seconds.
|
||||
path: Assets/Prefabs/Cards/AddStamina.prefab
|
||||
artifactKey: Guid(cef8186f91858aa43ac1d7dd281ecaec) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Prefabs/Cards/AddStamina.prefab using Guid(cef8186f91858aa43ac1d7dd281ecaec) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '658d86f51f102e672638f0be0476b3b4') in 0.017417 seconds
|
||||
Import took 0.021984 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 441.583720 seconds.
|
||||
path: Assets/Scripts/Configs/CardConfigs/MeleeSmallDamage.asset
|
||||
artifactKey: Guid(a116d916027f0084c95f421e6398e3a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/CardConfigs/MeleeSmallDamage.asset using Guid(a116d916027f0084c95f421e6398e3a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '67e1e8060f84a2db2570ed60ec1490e7') in 0.010413 seconds
|
||||
Import took 0.014779 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.000338 seconds.
|
||||
path: Assets/Scripts/Configs/CardConfigs/SmallHealing.asset
|
||||
artifactKey: Guid(60dce809256fdb34a91732594e0d5a34) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/CardConfigs/SmallHealing.asset using Guid(60dce809256fdb34a91732594e0d5a34) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e01b85b19f1b877a94aee6b7df0d19d9') in 0.002705 seconds
|
||||
Import took 0.006473 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 454.137103 seconds.
|
||||
path: Assets/Scripts/Configs/CardConfigs/NewConfig.asset
|
||||
artifactKey: Guid(42f8ccad16eb5e046828bbe96c64f513) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/CardConfigs/NewConfig.asset using Guid(42f8ccad16eb5e046828bbe96c64f513) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ad58b0d9ea7989429f3f23956befca1b') in 0.008587 seconds
|
||||
Import took 0.014378 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 3434.311365 seconds.
|
||||
path: Assets/Prefabs/Cards/NewCard.prefab
|
||||
artifactKey: Guid(06690fabc7ba41d4c866ae039eb65ffd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Prefabs/Cards/NewCard.prefab using Guid(06690fabc7ba41d4c866ae039eb65ffd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f6763f4193cfe7f8849d484ba7411347') in 0.021303 seconds
|
||||
Import took 0.028941 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 1175.921442 seconds.
|
||||
path: Assets/Scripts/Configs/PlayerConfigs
|
||||
artifactKey: Guid(94e94f1664dbb89438aa007b964597d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/PlayerConfigs using Guid(94e94f1664dbb89438aa007b964597d5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f31944e20625b3ea0e3bba690f99badb') in 0.015798 seconds
|
||||
Import took 0.025336 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.030531 seconds.
|
||||
path: Assets/Scripts/Configs/PlayerConfigs/FirstPlayer.asset
|
||||
artifactKey: Guid(579cce6536370d24c85894c163bf61d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/PlayerConfigs/FirstPlayer.asset using Guid(579cce6536370d24c85894c163bf61d2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6e5a92469ebfa56016b89e7d3777eb49') in 0.024003 seconds
|
||||
Import took 0.032657 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 0.000559 seconds.
|
||||
path: Assets/Scripts/Configs/PlayerConfigs/One.asset
|
||||
artifactKey: Guid(97caade20631e134b8c91a0b8e0302e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/PlayerConfigs/One.asset using Guid(97caade20631e134b8c91a0b8e0302e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '16c761a734eea5758803770f574b366f') in 0.011340 seconds
|
||||
Import took 0.021690 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 340.757282 seconds.
|
||||
path: Assets/Scripts/Configs/EnemyConfigs/Zombie.asset
|
||||
artifactKey: Guid(311edf240c8ea15449adcfbad6d87fbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/EnemyConfigs/Zombie.asset using Guid(311edf240c8ea15449adcfbad6d87fbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'debbed405ecbc046793ef8d5116b1942') in 0.032861 seconds
|
||||
Import took 0.039517 seconds .
|
||||
Start importing Assets/Scripts/Configs/EnemyConfigs/Zombie.asset using Guid(311edf240c8ea15449adcfbad6d87fbe) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3f386cd2d8e2daaa5c3540cf6c9cc776') in 0.019103 seconds
|
||||
Import took 0.026745 seconds .
|
||||
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.022095 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 1.43 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 4.610 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (4612ms)
|
||||
BeginReloadAssembly (571ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (23ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (1ms)
|
||||
CreateAndSetChildDomain (165ms)
|
||||
EndReloadAssembly (3871ms)
|
||||
LoadAssemblies (455ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (1442ms)
|
||||
ReleaseScriptCaches (4ms)
|
||||
RebuildScriptCaches (133ms)
|
||||
SetupLoadedEditorAssemblies (1446ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (32ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (342ms)
|
||||
ProcessInitializeOnLoadAttributes (1057ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (8ms)
|
||||
AfterProcessingInitializeOnLoad (5ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (9ms)
|
||||
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.97 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 94.1 MB.
|
||||
System memory in use after: 94.2 MB.
|
||||
Received Import Request.
|
||||
Time since last request: 10.761555 seconds.
|
||||
path: Assets/Scripts/Configs/EnemyConfigs/NewEnemy.asset
|
||||
artifactKey: Guid(d7ccafa8c85bae54bba2394a1ce83552) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/EnemyConfigs/NewEnemy.asset using Guid(d7ccafa8c85bae54bba2394a1ce83552) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1f5a75b0e33fc8ccff1fe4fb7fee8cc9') in 0.013649 seconds
|
||||
Import took 0.021085 seconds .
|
||||
|
||||
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2572.
|
||||
Total: 3.777300 ms (FindLiveObjects: 0.242600 ms CreateObjectMapping: 0.093000 ms MarkObjects: 3.413600 ms DeleteObjects: 0.027100 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.003552 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Native extension for LinuxStandalone target not found
|
||||
Native extension for WindowsStandalone target not found
|
||||
Native extension for OSXStandalone target not found
|
||||
Native extension for WebGL target not found
|
||||
Refreshing native plugins compatible for Editor in 0.40 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.076 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1076ms)
|
||||
BeginReloadAssembly (127ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (41ms)
|
||||
EndReloadAssembly (880ms)
|
||||
LoadAssemblies (88ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (298ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (50ms)
|
||||
SetupLoadedEditorAssemblies (303ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (9ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (0ms)
|
||||
BeforeProcessingInitializeOnLoad (84ms)
|
||||
ProcessInitializeOnLoadAttributes (198ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
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.45 ms, found 3 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 2105 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 94.1 MB.
|
||||
System memory in use after: 94.2 MB.
|
||||
Received Import Request.
|
||||
Time since last request: 1078.603078 seconds.
|
||||
path: Assets/Scripts/Configs/BattleConfigs/NewBattle.asset
|
||||
artifactKey: Guid(711d5926747ac284c8527d868967bef9) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Configs/BattleConfigs/NewBattle.asset using Guid(711d5926747ac284c8527d868967bef9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0fdb89dfd12572f95bf0b41e278e551b') in 0.035565 seconds
|
||||
Import took 0.044916 seconds .
|
||||
|
||||
Unloading 15 unused Assets to reduce memory usage. Loaded Objects now: 2574.
|
||||
Total: 4.052000 ms (FindLiveObjects: 0.201000 ms CreateObjectMapping: 0.073100 ms MarkObjects: 3.754200 ms DeleteObjects: 0.022500 ms)
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 27909.593308 seconds.
|
||||
path: Assets/Scripts/Enemy
|
||||
artifactKey: Guid(f1dc807a1231259428b7050d80cd4621) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scripts/Enemy using Guid(f1dc807a1231259428b7050d80cd4621) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9f4194e34a06c4fd5b6d162c5bf29215') in 0.014903 seconds
|
||||
Import took 0.149515 seconds .
|
||||
|
||||
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
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
|
||||
Cmd: initializeCompiler
|
||||
|
||||
Unhandled exception: Protocol error - failed to read magic number (error -2147483644, transferred 0/4)
|
||||
|
||||
Quitting shader compiler process
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
Base path: 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data', plugins path 'C:/Program Files/Unity/Hub/Editor/2020.3.19f1/Editor/Data/PlaybackEngines'
|
||||
Cmd: initializeCompiler
|
||||
|
||||
Cmd: shutdown
|
||||
|
|
Loading…
Reference in New Issue