From cbacd5a5014e46ae62587977fdc6606b8b06c14e Mon Sep 17 00:00:00 2001 From: "DESKTOP-5RP3AKU\\Jisol" <2858626794@qq.com> Date: Mon, 21 Oct 2024 02:09:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=A1=88=E4=BE=8B=20?= =?UTF-8?q?=E5=87=86=E5=A4=87=E6=94=B9=E5=B8=A7=E5=90=8C=E6=AD=A5=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AbilityTimelineEditorConfig.cs | 4 +- .../GAS/GameplayAbilitySystem/GASWatcher.cs | 6 +- .../JNGame/Root/Math/BaseType/LFloat.cs | 5 + .../JNGame/Runtime/GAS/General/GASTimer.cs | 5 +- .../GAS/Runtime/Ability/AbilityAsset.cs | 4 +- .../GAS/Runtime/Ability/AbilityContainer.cs | 4 +- .../GAS/Runtime/Ability/AbilitySpec.cs | 6 +- .../GAS/Runtime/Ability/AbstractAbility.cs | 2 +- .../TimelineAbility/TimelineAbility.cs | 4 +- .../TimelineAbility/TimelineAbilityPlayer.cs | 8 +- .../Component/AbilitySystemComponent.cs | 6 +- .../Component/IAbilitySystemComponent.cs | 2 +- .../GAS/Runtime/Core/GameplayAbilitySystem.cs | 99 - .../Core/GameplayAbilitySystem.cs.meta | 3 - .../Runtime/GAS/Runtime/Core/GasHost.cs | 21 - .../Runtime/GAS/Runtime/Core/GasHost.cs.meta | 11 - .../GAS/Runtime/Effects/GameplayEffect.cs | 2 +- .../Runtime/Effects/GameplayEffectAsset.cs | 14 +- .../Effects/GameplayEffectContainer.cs | 4 +- .../GAS/Runtime/Effects/GameplayEffectData.cs | 17 +- .../Effects/GameplayEffectPeriodTicker.cs | 15 +- .../GAS/Runtime/Effects/GameplayEffectSpec.cs | 20 +- .../Runtime/Effects/IGameplayEffectData.cs | 4 +- .../Runtime/GAS/Runtime/JexGasManager.cs | 20 +- .../HotScripts/JNGame/Runtime/Odin.meta | 3 + .../JNGame/Runtime/Odin/TypeCustomize.meta | 3 + .../Odin/TypeCustomize/OdinLVector3.cs | 28 + .../Odin/TypeCustomize/OdinLVector3.cs.meta | 3 + .../Components/JNTransformComponent.cs | 1 + .../JNGame/Runtime/Sync/Entity/JNContext.cs | 7 +- .../JNGame/Runtime/Sync/Entity/JNEntity.cs | 10 +- .../{DValuePosition.cs => NDataLVector3.cs} | 11 +- ...Position.cs.meta => NDataLVector3.cs.meta} | 0 .../Runtime/Sync/System/Logic/JNGASSystem.cs | 5 +- .../Assets/Resources/GASSamples/GASMain.unity | 97 + .../ASC_Player.asset | 3 +- .../GameplayAbilityLib/JisolDemo1.asset | 15 +- .../GCueDurational_PlayerDemo.asset | 10 +- .../GameplayCueLib/GCue_PlayerDemo02.asset | 17 + .../GCue_PlayerDemo02.asset.meta | 8 + .../GameplayEffectLib/GE_JisolDemo1.asset | 73 + .../GE_JisolDemo1.asset.meta | 8 + .../MMC_AttrModCalculation.asset | 15 + .../MMC_AttrModCalculation.asset.meta | 8 + .../Scripts/AbilitySystemSamplesComponent.cs | 17 - .../AbilitySystemSamplesComponent.cs.meta | 3 - .../GameplayCueDurational_PlayerDemo01.cs | 20 +- .../GameplayCue/GameplayCue_PlayerDemo01.cs | 11 +- .../GameplayCue/GameplayCue_PlayerDemo02.cs | 32 + .../GameplayCue_PlayerDemo02.cs.meta | 3 + .../Scripts/GASSamples/Scripts/GAS/MMC.meta | 3 + .../Scripts/GAS/MMC/AttrModCalculation.cs | 19 + .../GAS/MMC/AttrModCalculation.cs.meta | 3 + .../Scripts/Game/Data/JNGASBoxDataSystem.cs | 7 +- .../Component/Components/JNGASComponent.cs | 39 - .../Game/GAS/GAbilitySystemComponent.cs | 11 - .../Scripts/Game/{ => Logic}/Entity.meta | 0 .../Game/{ => Logic}/Entity/EDContexts.cs | 0 .../{ => Logic}/Entity/EDContexts.cs.meta | 0 .../Game/{ => Logic}/Entity/Nodes.meta | 0 .../{ => Logic}/Entity/Nodes/Component.meta | 0 .../Entity/Nodes/Component/Components.meta | 0 .../Component/Components/JNGASComponent.cs | 54 + .../Components/JNGASComponent.cs.meta | 0 .../Entity/Nodes/Component/Controller.meta | 0 .../Controller/JNGASBoxController.cs | 17 +- .../Controller/JNGASBoxController.cs.meta | 0 .../Entity/Nodes/Component/Lookup.meta | 0 .../Nodes/Component/Lookup/JNGASBoxLookup.cs | 4 +- .../Component/Lookup/JNGASBoxLookup.cs.meta | 0 .../{ => Logic}/Entity/Nodes/Contexts.meta | 0 .../Entity/Nodes/Contexts/JNGASBoxContext.cs | 4 + .../Nodes/Contexts/JNGASBoxContext.cs.meta | 0 .../Game/{ => Logic}/Entity/Nodes/JNGASBox.cs | 2 + .../{ => Logic}/Entity/Nodes/JNGASBox.cs.meta | 0 .../Scripts/Game/{ => Logic}/GAS.meta | 0 .../Game/Logic/GAS/GAbilitySystemComponent.cs | 20 + .../GAS/GAbilitySystemComponent.cs.meta | 0 .../Scripts/Game/Logic/System/Logic.meta | 3 + .../Logic/System/{ => Logic}/DWorldSystem.cs | 0 .../System/{ => Logic}/DWorldSystem.cs.meta | 0 .../Scripts/Game/Logic/System/Usual.meta | 3 + .../Game/Logic/System/Usual/DDataSystem.cs | 23 + .../Logic/System/Usual/DDataSystem.cs.meta | 3 + .../Scripts/Game/View/Entity/VDBox.cs | 3 +- .../GASSamples/Scripts/Gen/GAbilityLib.gen.cs | 2 +- .../GASSamples/Scripts/Gen/GAttrLib.gen.cs | 3 + .../GASSamples/Scripts/Gen/GAttrSetLib.gen.cs | 50 + .../GASSamples/Scripts/Gen/GTagLib.gen.cs | 10 +- .../GASSamples/Scripts/JNGResService.cs | 8 + .../Assets/Scripts/GASSamples/Scripts/Main.cs | 7 + .../Scripts/Sync/JNGASFrameSystem.cs | 3 +- .../Game/Data/State/GDataBaseSystem.cs | 5 +- JNFrame2/GASSamples.csproj | 20 +- JNFrame2/JNFrame2.sln | 8 +- JNFrame2/JNGame.Runtime.csproj | 5 +- JNFrame2/Logs/AssetImportWorker0-prev.log | 8809 +++++++++++++---- JNFrame2/Logs/AssetImportWorker0.log | 965 ++ JNFrame2/Logs/AssetImportWorker1-prev.log | 7396 +++++++++++++- JNFrame2/Logs/AssetImportWorker1.log | 957 ++ JNFrame2/Logs/AssetImportWorker2-prev.log | 2485 ----- .../shadercompiler-AssetImportWorker0.log | 0 ...hadercompiler-UnityShaderCompiler.exe0.log | 13 +- JNFrame2/ProjectSettings/AttributeAsset.asset | 11 +- .../ProjectSettings/AttributeSetAsset.asset | 5 +- .../ProjectSettings/GameplayTagsAsset.asset | 18 +- .../UserSettings/Layouts/default-2022.dwlt | 162 +- ...p-firstpass.csproj.AssemblyReference.cache | Bin 13602 -> 10360 bytes ...yGUI.Editor.csproj.AssemblyReference.cache | Bin 134118 -> 1681 bytes .../GASSamples.csproj.AssemblyReference.cache | Bin 0 -> 649 bytes ...GameScripts.csproj.AssemblyReference.cache | Bin 127180 -> 621 bytes ...Game.Editor.csproj.AssemblyReference.cache | Bin 128948 -> 378 bytes ...JNGame.Root.csproj.AssemblyReference.cache | Bin 126901 -> 350 bytes ...ame.Runtime.csproj.AssemblyReference.cache | Bin 988 -> 11 bytes ...rame.Editor.csproj.AssemblyReference.cache | Bin 129195 -> 661 bytes .../Samples.csproj.AssemblyReference.cache | Bin 128541 -> 318 bytes ...TextMeshPro.csproj.AssemblyReference.cache | Bin 126893 -> 132779 bytes 117 files changed, 17049 insertions(+), 4808 deletions(-) delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs.meta delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs.meta create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin.meta create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize.meta create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs.meta rename JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/{DValuePosition.cs => NDataLVector3.cs} (77%) rename JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/{DValuePosition.cs.meta => NDataLVector3.cs.meta} (100%) create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset create mode 100644 JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset.meta delete mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs delete mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs.meta delete mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs delete mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/EDContexts.cs (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/EDContexts.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Components.meta (100%) create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Components/JNGASComponent.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Controller.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Controller/JNGASBoxController.cs (52%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Controller/JNGASBoxController.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Lookup.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Contexts.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Contexts/JNGASBoxContext.cs (59%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/Contexts/JNGASBoxContext.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/JNGASBox.cs (78%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/Entity/Nodes/JNGASBox.cs.meta (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/GAS.meta (100%) create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/{ => Logic}/GAS/GAbilitySystemComponent.cs.meta (100%) create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic.meta rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/{ => Logic}/DWorldSystem.cs (100%) rename JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/{ => Logic}/DWorldSystem.cs.meta (100%) create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs.meta create mode 100644 JNFrame2/Logs/AssetImportWorker0.log create mode 100644 JNFrame2/Logs/AssetImportWorker1.log delete mode 100644 JNFrame2/Logs/AssetImportWorker2-prev.log create mode 100644 JNFrame2/Logs/shadercompiler-AssetImportWorker0.log create mode 100644 JNFrame2/obj/Debug/GASSamples.csproj.AssemblyReference.cache diff --git a/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/Ability/AbilityTimelineEditor/EditorWindow/AbilityTimelineEditorConfig.cs b/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/Ability/AbilityTimelineEditor/EditorWindow/AbilityTimelineEditorConfig.cs index 4baf5bdb..51663546 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/Ability/AbilityTimelineEditor/EditorWindow/AbilityTimelineEditorConfig.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/Ability/AbilityTimelineEditor/EditorWindow/AbilityTimelineEditorConfig.cs @@ -1,3 +1,5 @@ +using GAS.Runtime; + #if UNITY_EDITOR namespace GAS.Editor { @@ -9,7 +11,7 @@ namespace GAS.Editor public const int StandardFrameUnitWidth = 1; public const int MaxFrameUnitLevel= 20; public const float MinTimerShaftFrameDrawStep = 5; - public int DefaultFrameRate => GASTimer.FrameRate; + public int DefaultFrameRate => JexGasManager.FrameRate; } } #endif \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/GameplayAbilitySystem/GASWatcher.cs b/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/GameplayAbilitySystem/GASWatcher.cs index 0de86cef..6e7cd466 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/GameplayAbilitySystem/GASWatcher.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Editor/GAS/GameplayAbilitySystem/GASWatcher.cs @@ -136,8 +136,8 @@ namespace GAS.Editor { if (_selected == null || _selected.Id == 0) { - _selected = GAS.GameplayAbilitySystem.GAS.AbilitySystemComponents.Count > 0 - ? GAS.GameplayAbilitySystem.GAS.AbilitySystemComponents[0] as AbilitySystemComponent + _selected = JexGasManager.Editor.AbilitySystemComponents.Count > 0 + ? JexGasManager.Editor.AbilitySystemComponents[0] as AbilitySystemComponent : null; } @@ -165,7 +165,7 @@ namespace GAS.Editor if (!IsPlaying) return; menuScrollPos = EditorGUILayout.BeginScrollView(menuScrollPos, GUI.skin.box); - foreach (var iasc in GAS.GameplayAbilitySystem.GAS.AbilitySystemComponents) + foreach (var iasc in JexGasManager.Editor.AbilitySystemComponents) { var asc = (AbilitySystemComponent)iasc; var presetName = asc.Preset != null ? asc.Preset.name : "NoPreset"; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Root/Math/BaseType/LFloat.cs b/JNFrame2/Assets/HotScripts/JNGame/Root/Math/BaseType/LFloat.cs index ef19f88e..c310f38c 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Root/Math/BaseType/LFloat.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Root/Math/BaseType/LFloat.cs @@ -623,6 +623,11 @@ namespace JNGame.Math public static readonly LFloat EPS_1MS = new LFloat(null, 1L); + /// + /// 10 + /// + public static LFloat L05 => new("",500); + /// /// 10 /// diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs index 46a4a08e..6bfb7c37 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs @@ -1,4 +1,5 @@ using System; +using GAS.Runtime; using UnityEngine; namespace GAS.General @@ -16,7 +17,7 @@ namespace GAS.General public static int CurrentFrameCount => _currentFrameCount; public static void UpdateCurrentFrameCount() { - _currentFrameCount = Mathf.FloorToInt((Timestamp() - _startTimestamp) / 1000f * FrameRate); + _currentFrameCount = Mathf.FloorToInt((Timestamp() - _startTimestamp) / 1000f * JexGasManager.FrameRate); } private static long _startTimestamp; @@ -37,7 +38,5 @@ namespace GAS.General _deltaTime -= (int)(Timestamp() - _pauseTimestamp); } - private static int _frameRate = 60; - public static int FrameRate => _frameRate; } } \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityAsset.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityAsset.cs index 1ea01f37..bef254d1 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityAsset.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityAsset.cs @@ -78,8 +78,8 @@ namespace GAS.Runtime [TabGroup("Base/H1/V2", "General")] [LabelWidth(WIDTH_LABEL)] [LabelText(SdfIconType.ClockFill, Text = GASTextDefine.ABILITY_CD_TIME)] - [Unit(Units.Second)] - public float CooldownTime; + [Unit(Units.Millisecond)] + public int CooldownTime; // Tags [TabGroup("Base/H1/V3", "Tags", SdfIconType.TagsFill, TextColor = "#45B1FF", Order = 3)] diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityContainer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityContainer.cs index f170d3b5..3c3aedcc 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityContainer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilityContainer.cs @@ -14,14 +14,14 @@ namespace GAS.Runtime _owner = owner; } - public void Tick() + public void Tick(int dt) { var abilitySpecs = JexGasObjectPool.Instance.Fetch>(); abilitySpecs.AddRange(_abilities.Values); foreach (var abilitySpec in abilitySpecs) { - abilitySpec.Tick(); + abilitySpec.Tick(dt); } abilitySpecs.Clear(); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilitySpec.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilitySpec.cs index 0b65227d..3295fa7b 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilitySpec.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbilitySpec.cs @@ -212,15 +212,15 @@ namespace GAS.Runtime _onCancelAbility?.Invoke(); } - public void Tick() + public void Tick(int dt) { if (IsActive) { - AbilityTick(); + AbilityTick(dt); } } - protected virtual void AbilityTick() + protected virtual void AbilityTick(int dt) { } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbstractAbility.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbstractAbility.cs index 81b465ac..929e4f59 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbstractAbility.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/AbstractAbility.cs @@ -16,7 +16,7 @@ namespace GAS.Runtime public GameplayEffect Cooldown { get; protected set; } - public float CooldownTime { get; protected set; } + public int CooldownTime { get; protected set; } public GameplayEffect Cost { get; protected set; } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbility.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbility.cs index b64f4dd6..cc5768ce 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbility.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbility.cs @@ -56,10 +56,10 @@ namespace GAS.Runtime _player.Stop(); } - protected override void AbilityTick() + protected override void AbilityTick(int dt) { Profiler.BeginSample("TimelineAbilitySpecT::AbilityTick()"); - _player.Tick(); + _player.Tick(dt); Profiler.EndSample(); } } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbilityPlayer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbilityPlayer.cs index cfc48cc0..c9023fc0 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbilityPlayer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Ability/TimelineAbility/TimelineAbilityPlayer.cs @@ -66,7 +66,7 @@ namespace GAS.Runtime public AssetT AbilityAsset => _abilitySpec.Data.AbilityAsset; public int FrameCount => AbilityAsset.FrameCount; - public int FrameRate => GASTimer.FrameRate; + public int FrameRate => JexGasManager.FrameRate; /// /// 不受播放速率影响的总时间 @@ -241,14 +241,14 @@ namespace GAS.Runtime IsPlaying = false; } - public void Tick() + public void Tick(int dt) { if (!IsPlaying) return; var speed = _abilitySpec.GetPlaySpeed(); speed = Math.Max(0, speed); - _playTotalTime += Time.deltaTime * speed; - var targetFrame = (int)(_playTotalTime * FrameRate); + _playTotalTime += dt * speed; + var targetFrame = ((int)(_playTotalTime * FrameRate)) / 1000; // 追帧 while (_currentFrame < targetFrame) diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs index 39729a54..62026a7c 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs @@ -282,10 +282,10 @@ namespace GAS.Runtime return value; } - public void Tick() + public void Tick(int dt) { - AbilityContainer.Tick(); - GameplayEffectContainer.Tick(); + AbilityContainer.Tick(dt); + GameplayEffectContainer.Tick(dt); } public Dictionary DataSnapshot() diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/IAbilitySystemComponent.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/IAbilitySystemComponent.cs index 797c919e..3c8ecfa3 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/IAbilitySystemComponent.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/IAbilitySystemComponent.cs @@ -31,7 +31,7 @@ namespace GAS.Runtime void RemoveGameplayEffect(GameplayEffectSpec spec); - void Tick(); + void Tick(int dt); Dictionary DataSnapshot(); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs deleted file mode 100644 index 074d9bca..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs +++ /dev/null @@ -1,99 +0,0 @@ -using System.Collections.Generic; -using GAS.General; -using GAS.Runtime; -using UnityEngine; -using UnityEngine.Profiling; - -namespace GAS -{ - public class GameplayAbilitySystem - { - private static GameplayAbilitySystem _gas; - - private GameplayAbilitySystem() - { - const int capacity = 1024; - AbilitySystemComponents = new List(capacity); - GASTimer.InitStartTimestamp(); - - GasHost = new GameObject("GAS Host").AddComponent(); - GasHost.hideFlags = HideFlags.HideAndDontSave; - Object.DontDestroyOnLoad(GasHost.gameObject); - GasHost.gameObject.SetActive(true); - } - - public List AbilitySystemComponents { get; } - - private GasHost GasHost { get; } - - public static GameplayAbilitySystem GAS - { - get - { - _gas ??= new GameplayAbilitySystem(); - return _gas; - } - } - - public bool IsPaused => !GasHost.enabled; - - public void Register(AbilitySystemComponent abilitySystemComponent) - { - // if (!GasHost.enabled) - // { - // Debug.LogWarning("[EX] GAS is paused, can't register new ASC!"); - // return; - // } - - if (AbilitySystemComponents.Contains(abilitySystemComponent)) return; - AbilitySystemComponents.Add(abilitySystemComponent); - } - - public bool Unregister(AbilitySystemComponent abilitySystemComponent) - { - // if (!GasHost.enabled) - // { - // Debug.LogWarning("[EX] GAS is paused, can't unregister ASC!"); - // return false; - // } - - return AbilitySystemComponents.Remove(abilitySystemComponent); - } - - public void Pause() - { - GasHost.enabled = false; - } - - public void Unpause() - { - GasHost.enabled = true; - } - - public void ClearComponents() - { - foreach (var t in AbilitySystemComponents) - t.Disable(); - - AbilitySystemComponents.Clear(); - } - - public void Tick() - { - Profiler.BeginSample($"{nameof(GameplayAbilitySystem)}::Tick()"); - - var abilitySystemComponents = JexGasObjectPool.Instance.Fetch>(); - abilitySystemComponents.AddRange(AbilitySystemComponents); - - foreach (var abilitySystemComponent in abilitySystemComponents) - { - abilitySystemComponent.Tick(); - } - - abilitySystemComponents.Clear(); - JexGasObjectPool.Instance.Recycle(abilitySystemComponents); - - Profiler.EndSample(); - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs.meta deleted file mode 100644 index 7068e1cb..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GameplayAbilitySystem.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 98a325bbe54441739d7e05e89817e9a5 -timeCreated: 1701861619 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs deleted file mode 100644 index a450beb2..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs +++ /dev/null @@ -1,21 +0,0 @@ -using GAS.General; -using UnityEngine; - -namespace GAS -{ - public class GasHost : MonoBehaviour - { - private GameplayAbilitySystem _gas => GameplayAbilitySystem.GAS; - - private void Update() - { - GASTimer.UpdateCurrentFrameCount(); - _gas.Tick(); - } - - private void OnDestroy() - { - _gas.ClearComponents(); - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs.meta deleted file mode 100644 index dfeab2a9..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Core/GasHost.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: c17e2cf434ca2f549b2fbd2dc0ecc4c8 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffect.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffect.cs index 4a52c2d7..4247651f 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffect.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffect.cs @@ -37,7 +37,7 @@ namespace GAS.Runtime { public readonly string GameplayEffectName; public readonly EffectsDurationPolicy DurationPolicy; - public readonly float Duration; // -1 represents infinite duration + public readonly int Duration; // -1 represents infinite duration public readonly float Period; public readonly GameplayEffect PeriodExecution; public readonly GameplayEffectTagContainer TagContainer; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectAsset.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectAsset.cs index 15b324b0..59c92c57 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectAsset.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectAsset.cs @@ -55,9 +55,9 @@ namespace GAS.Runtime [LabelWidth(WIDTH_LABEL)] [LabelText(GASTextDefine.LABLE_GE_DURATION, SdfIconType.HourglassSplit)] [EnableIf("@DurationPolicy == EffectsDurationPolicy.Duration")] - [Unit(Units.Second)] + [Unit(Units.Millisecond)] [ValidateInput("@DurationPolicy != EffectsDurationPolicy.Duration || Duration > 0", ERROR_DURATION)] - public float Duration; + public int Duration; [ShowIf("@DurationPolicy != EffectsDurationPolicy.Duration")] [TabGroup(GRP_BASE_H_RIGHT, "Policy")] @@ -65,9 +65,9 @@ namespace GAS.Runtime [LabelWidth(WIDTH_LABEL)] [LabelText(GASTextDefine.LABLE_GE_INTERVAL, SdfIconType.AlarmFill)] [EnableIf("IsDurationalPolicy")] - [Unit(Units.Second)] + [Unit(Units.Millisecond)] [ValidateInput("@DurationPolicy != EffectsDurationPolicy.Infinite || Period <= 0 || Period >= 0.01f", "Period < 0.01", InfoMessageType.Warning)] - public float Period; + public int Period; [ShowIf("@DurationPolicy == EffectsDurationPolicy.Duration"),] [TabGroup(GRP_BASE_H_RIGHT, "Policy")] @@ -80,7 +80,7 @@ namespace GAS.Runtime [PropertyRange(0, "@Duration")] [ValidateInput("@DurationPolicy != EffectsDurationPolicy.Duration || Period <= 0 || Period >= 0.01f", "Period < 0.01", InfoMessageType.Warning)] // 这个Property是为了给"限时型"效果绘制一个范围滑动条 - public float PeriodForDurational + public int PeriodForDurational { get => Period; set => Period = value; @@ -325,9 +325,9 @@ namespace GAS.Runtime public EffectsDurationPolicy GetDurationPolicy() => DurationPolicy; - public float GetDuration() => Duration; + public int GetDuration() => Duration; - public float GetPeriod() => Period; + public int GetPeriod() => Period; public IGameplayEffectData GetPeriodExecution() => PeriodExecution; diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectContainer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectContainer.cs index 6b3bc630..823f3a76 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectContainer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectContainer.cs @@ -22,7 +22,7 @@ namespace GAS.Runtime return _gameplayEffectSpecs; } - public void Tick() + public void Tick(int dt) { var gameplayEffectSpecs = JexGasObjectPool.Instance.Fetch>(); gameplayEffectSpecs.AddRange(_gameplayEffectSpecs); @@ -31,7 +31,7 @@ namespace GAS.Runtime { if (gameplayEffectSpec.IsActive) { - gameplayEffectSpec.Tick(); + gameplayEffectSpec.Tick(dt); } } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectData.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectData.cs index e41aef3f..b0cfe8d8 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectData.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectData.cs @@ -21,9 +21,9 @@ namespace GAS.Runtime public virtual EffectsDurationPolicy GetDurationPolicy() => EffectsDurationPolicy.Instant; - public virtual float GetDuration() => -1; + public virtual int GetDuration() => -1; - public virtual float GetPeriod() => 0; + public virtual int GetPeriod() => 0; public virtual IGameplayEffectData GetPeriodExecution() => null; @@ -66,7 +66,7 @@ namespace GAS.Runtime public class InfiniteGameplayEffectData : InstantGameplayEffectData { - public float Period { get; } + public int Period { get; } public IGameplayEffectData PeriodExecution { get; set; } = null; @@ -83,11 +83,11 @@ namespace GAS.Runtime public GrantedAbilityConfig[] GrantedAbilities { get; set; } = Array.Empty(); public GameplayEffectStacking Stacking { get; set; } = GameplayEffectStacking.None; - public InfiniteGameplayEffectData(string name, float period) : base(name) => Period = period; + public InfiniteGameplayEffectData(string name, int period) : base(name) => Period = period; public override EffectsDurationPolicy GetDurationPolicy() => EffectsDurationPolicy.Infinite; - public override float GetPeriod() => Period; + public override int GetPeriod() => Period; public override IGameplayEffectData GetPeriodExecution() => PeriodExecution; @@ -114,14 +114,15 @@ namespace GAS.Runtime public override GameplayEffectStacking GetStacking() => Stacking; } + public class DurationalGameplayEffectData : InfiniteGameplayEffectData { - public float Duration { get; } + public int Duration { get; } - public DurationalGameplayEffectData(string name, float period, float duration) : base(name, period) => Duration = duration; + public DurationalGameplayEffectData(string name, int period, int duration) : base(name, period) => Duration = duration; public override EffectsDurationPolicy GetDurationPolicy() => EffectsDurationPolicy.Duration; - public override float GetDuration() => Duration; + public override int GetDuration() => Duration; } } \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectPeriodTicker.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectPeriodTicker.cs index 3b263102..246981e3 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectPeriodTicker.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectPeriodTicker.cs @@ -25,11 +25,11 @@ namespace GAS.Runtime private float Period => _spec.GameplayEffect.Period; - public void Tick() + public void Tick(int dt) { _spec.TriggerOnTick(); - UpdatePeriod(); + UpdatePeriod(dt); if (_spec.DurationPolicy == EffectsDurationPolicy.Duration && _spec.DurationRemaining() <= 0) { @@ -69,29 +69,26 @@ namespace GAS.Runtime /// /// 注意: Period 小于 0.01f 可能出现误差, 基本够用了 /// - private void UpdatePeriod() + private void UpdatePeriod(int dt) { // 前提: Period不会动态修改 if (Period <= 0) return; - var actualDuration = Time.time - _spec.ActivationTime; - if (actualDuration < Mathf.Epsilon) + if ( _spec.ActivationTime == 0) { // 第一次执行 return; } - var dt = Time.deltaTime; - if (_spec.DurationPolicy == EffectsDurationPolicy.Duration) { - var excessDuration = actualDuration - _spec.Duration; + int excessDuration = _spec.ActivationTime - _spec.Duration; if (excessDuration >= 0) { // 如果超出了持续时间,就减去超出的时间, 此时应该是最后一次执行 dt -= excessDuration; // 为了避免误差, 保证最后一次边界得到执行机会 - dt += 0.0001f; + dt += 1; } } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectSpec.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectSpec.cs index 9770c90a..608694d5 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectSpec.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/GameplayEffectSpec.cs @@ -150,14 +150,14 @@ namespace GAS.Runtime } public GameplayEffect GameplayEffect { get; private set; } - public float ActivationTime { get; private set; } + public int ActivationTime { get; private set; } public float Level { get; private set; } public AbilitySystemComponent Source { get; private set; } public AbilitySystemComponent Owner { get; private set; } public bool IsApplied { get; private set; } public bool IsActive { get; private set; } internal EntityRef PeriodTicker { get; private set; } - public float Duration { get; private set; } + public int Duration { get; private set; } public EffectsDurationPolicy DurationPolicy { get; private set; } public EntityRef PeriodExecution { get; private set; } public GameplayEffectModifier[] Modifiers { get; private set; } @@ -173,13 +173,12 @@ namespace GAS.Runtime /// public int StackCount { get; private set; } = 1; - public float DurationRemaining() { if (DurationPolicy == EffectsDurationPolicy.Infinite) return -1; - return Mathf.Max(0, Duration - (Time.time - ActivationTime)); + return Mathf.Max(0, Duration - ActivationTime); } public void SetLevel(float level) @@ -187,12 +186,12 @@ namespace GAS.Runtime Level = level; } - public void SetActivationTime(float activationTime) + public void SetActivationTime(int activationTime) { ActivationTime = activationTime; } - public void SetDuration(float duration) + public void SetDuration(int duration) { Duration = duration; } @@ -271,7 +270,7 @@ namespace GAS.Runtime { if (IsActive) return; IsActive = true; - ActivationTime = Time.time; + ActivationTime = 0; TriggerOnActivation(); } @@ -282,9 +281,10 @@ namespace GAS.Runtime TriggerOnDeactivation(); } - public void Tick() + public void Tick(int dt) { - PeriodTicker.Value?.Tick(); + ActivationTime += dt; + PeriodTicker.Value?.Tick(dt); } void TriggerInstantCues(GameplayCueInstant[] cues) @@ -679,7 +679,7 @@ namespace GAS.Runtime public void RefreshDuration() { - ActivationTime = Time.time; + ActivationTime = 0; } private void OnStackCountChange(int oldStackCount, int newStackCount) diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/IGameplayEffectData.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/IGameplayEffectData.cs index 9d4738b7..4edae2c7 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/IGameplayEffectData.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Effects/IGameplayEffectData.cs @@ -4,8 +4,8 @@ { string GetDisplayName(); EffectsDurationPolicy GetDurationPolicy(); - float GetDuration(); - float GetPeriod(); + int GetDuration(); + int GetPeriod(); GameplayEffectSnapshotPolicy GetSnapshotPolicy(); GameplayEffectSpecifiedSnapshotConfig[] GetSpecifiedSnapshotConfigs(); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs index b91222c5..7586e9d7 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs @@ -10,6 +10,22 @@ namespace GAS.Runtime public class JexGasManager { +#if UNITY_EDITOR + //编辑器专用的单例 用于预览GAS + public static JexGasManager Editor = new JexGasManager(); +#endif + + public JexGasManager() + { +#if UNITY_EDITOR + //预览GAS + Editor = this; +#endif + } + + //---------------- 全局信息 ------------------------------------------------------------------------------------------ + public static int FrameRate = 10; //每秒帧 + public List AbilitySystemComponents = new(); /// @@ -18,7 +34,7 @@ namespace GAS.Runtime private JexGasObjectPool ObjectPool = new JexGasObjectPool(); //GAS 更新 - public void Update() + public void Update(int dt) { Profiler.BeginSample($"{nameof(JexGasManager)}::Tick()"); @@ -28,7 +44,7 @@ namespace GAS.Runtime foreach (var abilitySystemComponent in abilitySystemComponents) { - abilitySystemComponent.Tick(); + abilitySystemComponent.Tick(dt); } abilitySystemComponents.Clear(); diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin.meta new file mode 100644 index 00000000..e273c959 --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 49241b5db40b450f934fb9de0841b2fc +timeCreated: 1729415696 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize.meta new file mode 100644 index 00000000..a32a602c --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 7f1317ff9b314419b0e48ae76657c960 +timeCreated: 1729415730 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs new file mode 100644 index 00000000..bca5988b --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs @@ -0,0 +1,28 @@ +using System; +using JNGame.Math; +using Sirenix.OdinInspector; +using UnityEngine; + +namespace JNGame.Runtime.Odin.TypeCustomize +{ + [Serializable] + public class OdinLVector3 + { + [LabelText("X (x1000)")] + public int X; + [LabelText("Y (x1000)")] + public int Y; + [LabelText("Z (x1000)")] + public int Z; + + public Vector3 ToVector3() + { + return (new LVector3(true, X * LFloat.RateOfOldPrecision, Y * LFloat.RateOfOldPrecision, Z * LFloat.RateOfOldPrecision)).ToVector3(); + } + + public LVector3 ToLVector3() + { + return (new LVector3(true, X * LFloat.RateOfOldPrecision, Y * LFloat.RateOfOldPrecision, Z * LFloat.RateOfOldPrecision)); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs.meta new file mode 100644 index 00000000..5246a8ad --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Odin/TypeCustomize/OdinLVector3.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: bfdfa8bae636419282b29d0cfb4d9239 +timeCreated: 1729415750 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/Components/JNTransformComponent.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/Components/JNTransformComponent.cs index b71ae936..6148735c 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/Components/JNTransformComponent.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/Component/Components/JNTransformComponent.cs @@ -7,6 +7,7 @@ namespace JNGame.Sync.Frame.Entity.Component.Components { public LVector3 Position = new(); + public LVector3 Scale = new(1,1,1); public bool IsRange(LVector3 target,LFloat len) { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs index 29744210..1721d9f4 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs @@ -113,7 +113,9 @@ namespace JNGame.Sync.Frame.Entity } //生命周期 - public virtual void OnSyncStart(){} + public virtual void OnSyncStart() + { + } public virtual void OnSyncUpdate(int dt) { @@ -128,7 +130,8 @@ namespace JNGame.Sync.Frame.Entity } public virtual void OnSyncDestroy() - {} + { + } } public interface IJNContext : IJNSyncCycle diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs index b09d6fea..796ec1a3 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs @@ -39,13 +39,17 @@ namespace JNGame.Sync.Entity public JNEntityLookup CLookup{ get; set; } /// - /// 坐标 + /// Transform 组件 /// public JNTransformComponent Transform => CLookup.Query(this); /// /// 位置 /// public LVector3 Position => Transform.Position; + /// + /// 大小 + /// + public LVector3 Scale => Transform.Scale; public bool IsDelayDestroy { get; private set; } = false; @@ -142,7 +146,9 @@ namespace JNGame.Sync.Entity } //生命周期 - public virtual void OnSyncStart(){} + public virtual void OnSyncStart() + { + } public virtual void OnSyncUpdate(int dt) { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/DValuePosition.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/NDataLVector3.cs similarity index 77% rename from JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/DValuePosition.cs rename to JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/NDataLVector3.cs index c26f1cf6..74a939ec 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/DValuePosition.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/NDataLVector3.cs @@ -4,8 +4,11 @@ using UnityEngine; namespace JNGame.Sync.System.Data.Type { + /// + /// 用于传输的 LVector3 类型 + /// [Serializable] - public class DValuePosition + public class NDataLVector3 { public long x; public long y; @@ -23,7 +26,7 @@ namespace JNGame.Sync.System.Data.Type public override bool Equals(object obj) { - if (obj is not DValuePosition old) return false; + if (obj is not NDataLVector3 old) return false; return old.x == x && old.y == y && old.z == z; } @@ -32,9 +35,9 @@ namespace JNGame.Sync.System.Data.Type return new LVector3(new LFloat(true,x), new LFloat(true,y), new LFloat(true,z)); } - public static DValuePosition Build(LVector3 vec3) + public static NDataLVector3 Build(LVector3 vec3) { - return new DValuePosition() + return new NDataLVector3() { x = vec3.x.rawValue, y = vec3.y.rawValue, diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/DValuePosition.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/NDataLVector3.cs.meta similarity index 100% rename from JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/DValuePosition.cs.meta rename to JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/Type/NDataLVector3.cs.meta diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNGASSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNGASSystem.cs index 0135efa1..435af9c5 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNGASSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNGASSystem.cs @@ -1,5 +1,6 @@ using GAS.Runtime; using JNGame.Sync.System; +using UnityEngine; namespace JNGame.Runtime.Sync.System.Logic { @@ -14,10 +15,10 @@ namespace JNGame.Runtime.Sync.System.Logic /// private JexGasManager _gas = new(); public JexGasManager GAS => _gas; - + public override void OnSyncUpdate(int dt) { - GAS.Update(); + GAS.Update(dt); } public void Register(AbilitySystemComponent abilitySystemComponent) diff --git a/JNFrame2/Assets/Resources/GASSamples/GASMain.unity b/JNFrame2/Assets/Resources/GASSamples/GASMain.unity index 35ea43f2..db659286 100644 --- a/JNFrame2/Assets/Resources/GASSamples/GASMain.unity +++ b/JNFrame2/Assets/Resources/GASSamples/GASMain.unity @@ -123,6 +123,63 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1001 &4168632 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + serializedVersion: 3 + m_TransformParent: {fileID: 1449950259} + m_Modifications: + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalPosition.x + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7403693568755579174, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + propertyPath: m_Name + value: Cube + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_RemovedGameObjects: [] + m_AddedGameObjects: [] + m_AddedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} --- !u!1 &28019073 GameObject: m_ObjectHideFlags: 0 @@ -217,6 +274,38 @@ Transform: m_Children: [] m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1449950258 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1449950259} + m_Layer: 0 + m_Name: EditorPreview + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1449950259 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1449950258} + serializedVersion: 2 + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1872085155} + m_Father: {fileID: 0} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1745439352 GameObject: m_ObjectHideFlags: 0 @@ -248,6 +337,8 @@ MonoBehaviour: m_EditorClassIdentifier: World: {fileID: 2144549411} Box: {fileID: 7403693568755579174, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + Preset: {fileID: 11400000, guid: 7692a8d07949a5c46b6b5325ebb9a422, type: 2} + GE_JisolDemo1: {fileID: 11400000, guid: 25ef9a2206b693c4f9b93af896a038a8, type: 2} --- !u!4 &1745439354 Transform: m_ObjectHideFlags: 0 @@ -263,6 +354,11 @@ Transform: m_Children: [] m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!4 &1872085155 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 1418229812123219311, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} + m_PrefabInstance: {fileID: 4168632} + m_PrefabAsset: {fileID: 0} --- !u!1 &2104190881 GameObject: m_ObjectHideFlags: 0 @@ -394,3 +490,4 @@ SceneRoots: - {fileID: 2104190884} - {fileID: 2144549412} - {fileID: 1745439354} + - {fileID: 1449950259} diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset index a8ab7462..393bf78b 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset @@ -13,7 +13,8 @@ MonoBehaviour: m_Name: ASC_Player m_EditorClassIdentifier: Description: - AttributeSets: [] + AttributeSets: + - BaseAttribute BaseTags: [] BaseAbilities: - {fileID: 11400000, guid: b78ae002fbbf510419a39987f22201f1, type: 2} diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset index 1ac05b9a..4a5a6c8c 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset @@ -29,18 +29,25 @@ MonoBehaviour: DurationalCues: - trackName: "\u6301\u7EEDGameplayCue\u8F68\u9053" clipEvents: - - startFrame: 6 - durationFrame: 34 + - startFrame: 0 + durationFrame: 53 cue: {fileID: 11400000, guid: 0a77e9c8e20008944a99814e0b5a4aed, type: 2} InstantCues: - trackName: "\u5373\u65F6Cue\u8F68\u9053" - markEvents: [] + markEvents: + - startFrame: 55 + cues: + - {fileID: 11400000, guid: 041f193225d7b1e49a75af0003a4111b, type: 2} ReleaseGameplayEffect: - trackName: "GameplayEffect\u91CA\u653E\u8F68\u9053" markEvents: [] BuffGameplayEffects: - trackName: Buff - clipEvents: [] + clipEvents: + - startFrame: 8 + durationFrame: 30 + buffTarget: 0 + gameplayEffect: {fileID: 11400000, guid: 25ef9a2206b693c4f9b93af896a038a8, type: 2} InstantTasks: - trackName: "\u5373\u65F6Task\u8F68\u9053" markEvents: [] diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset index 6e9e461e..853f54bb 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset @@ -15,5 +15,11 @@ MonoBehaviour: Description: RequiredTags: [] ImmunityTags: [] - start: {x: 0, y: 0, z: 0} - end: {x: 10, y: 0, z: 0} + start: + X: 0 + Y: 0 + Z: 0 + end: + X: 10000 + Y: 0 + Z: 0 diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset new file mode 100644 index 00000000..f9830955 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset @@ -0,0 +1,17 @@ +%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: 725500c3ce824f8daa3a4be247f4f131, type: 3} + m_Name: GCue_PlayerDemo02 + m_EditorClassIdentifier: + Description: + RequiredTags: [] + ImmunityTags: [] diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset.meta b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset.meta new file mode 100644 index 00000000..d2272709 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2aa1d58fb62dc104484f4f2bf1673303 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset new file mode 100644 index 00000000..f0c9b0b4 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset @@ -0,0 +1,73 @@ +%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: b9395a0be3e547f48bd1c8320edc6c58, type: 3} + m_Name: GE_JisolDemo1 + m_EditorClassIdentifier: + Description: "\u7B80\u5355\u65BD\u52A0 debuff \u548C \u6263\u8840" + DurationPolicy: 3 + Duration: 10000 + Period: 0 + PeriodExecution: {fileID: 0} + Stacking: + stackingType: 0 + stackingCodeName: + limitCount: 0 + durationRefreshPolicy: 0 + periodResetPolicy: 0 + expirationPolicy: 0 + denyOverflowApplication: 0 + clearStackOnOverflow: 0 + overflowEffects: [] + GrantedAbilities: [] + Modifiers: + - AttributeName: AS_BaseAttribute.HP + AttributeSetName: AS_BaseAttribute + AttributeShortName: HP + ModiferMagnitude: 10 + Operation: 3 + MMC: {fileID: 11400000, guid: 331222964d02d1349b1a9c717605c8e9, type: 2} + AssetTags: + - _name: DeBuff + _hashCode: -251087900 + _shortName: DeBuff + _ancestorHashCodes: + _ancestorNames: [] + - _name: Buff + _hashCode: 937056111 + _shortName: Buff + _ancestorHashCodes: + _ancestorNames: [] + GrantedTags: + - _name: Buff + _hashCode: 937056111 + _shortName: Buff + _ancestorHashCodes: + _ancestorNames: [] + - _name: DeBuff + _hashCode: -251087900 + _shortName: DeBuff + _ancestorHashCodes: + _ancestorNames: [] + ApplicationRequiredTags: [] + OngoingRequiredTags: [] + RemoveGameplayEffectsWithTags: [] + ApplicationImmunityTags: [] + CueOnExecute: [] + CueDurational: [] + CueOnAdd: + - {fileID: 11400000, guid: 041f193225d7b1e49a75af0003a4111b, type: 2} + CueOnRemove: + - {fileID: 11400000, guid: 2aa1d58fb62dc104484f4f2bf1673303, type: 2} + CueOnActivate: [] + CueOnDeactivate: [] + SnapshotPolicy: 0 + SpecifiedSnapshotConfigs: [] diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset.meta b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset.meta new file mode 100644 index 00000000..c9c77e27 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 25ef9a2206b693c4f9b93af896a038a8 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset new file mode 100644 index 00000000..2627f975 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset @@ -0,0 +1,15 @@ +%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: b964e9ee395740d6b0f8e42978c1ba35, type: 3} + m_Name: MMC_AttrModCalculation + m_EditorClassIdentifier: + Description: "\u57FA\u7840\u8FD0\u7B97" diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset.meta b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset.meta new file mode 100644 index 00000000..18eb637d --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 331222964d02d1349b1a9c717605c8e9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs deleted file mode 100644 index 298976d2..00000000 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs +++ /dev/null @@ -1,17 +0,0 @@ -using GAS.Runtime; -using JNGame.Sync.Entity; - -namespace GASSamples.Scripts -{ - public class AbilitySystemSamplesComponent : AbilitySystemComponent - { - - public JNEntity Entity { get; protected set; } - - public AbilitySystemSamplesComponent(JNEntity entity) - { - Entity = entity; - } - - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs.meta deleted file mode 100644 index 161a9d7f..00000000 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/AbilitySystemSamplesComponent.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: 1384fe4e23ec4d718ac4df20198da171 -timeCreated: 1729247365 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs index 03b4316e..0246472f 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs @@ -1,5 +1,9 @@ using GAS.General; using GAS.Runtime; +using GASSamples.Scripts; +using GASSamples.Scripts.Game.GAS; +using JNGame.Math; +using JNGame.Runtime.Odin.TypeCustomize; using Sirenix.OdinInspector; using UnityEngine; @@ -10,10 +14,10 @@ namespace Demo.Scripts.GAS.GameplayCue [BoxGroup] [LabelText("开始位置")] - public Vector3 start; + public OdinLVector3 start; [BoxGroup] [LabelText("结束位置")] - public Vector3 end; + public OdinLVector3 end; public override GameplayCueDurationalSpec CreateSpec(GameplayCueParameters parameters) { @@ -23,11 +27,11 @@ namespace Demo.Scripts.GAS.GameplayCue #if UNITY_EDITOR public override void OnEditorPreview(GameObject previewObject, int frameIndex, int startFrame, int endFrame) { - Debug.Log($"GameplayCue_PlayerDemo01 {previewObject} {frameIndex}"); + Debug.Log($"GameplayCueDurational_PlayerDemo01 {previewObject} {frameIndex}"); if (frameIndex >= startFrame && frameIndex <= endFrame) { - previewObject.transform.position = Vector3.Lerp(start, end, (float)(frameIndex - startFrame) / endFrame); + previewObject.transform.position = Vector3.Lerp(start.ToVector3(), end.ToVector3(), (float)(frameIndex - startFrame) / endFrame); } } @@ -38,13 +42,10 @@ namespace Demo.Scripts.GAS.GameplayCue public class GameplayCueDurational_PlayerDemo01_Spec : GameplayCueDurationalSpec { - private GameplayCueDurational_PlayerDemo01 Cue; - public GameplayCueDurational_PlayerDemo01_Spec(GameplayCueDurational_PlayerDemo01 cue, GameplayCueParameters parameters) : base(cue, parameters) { - Cue = cue; } - + public override void OnAdd(int frame,int startFrame,int endFrame) { Debug.Log("GameplayCueDurational_PlayerDemo01_Spec OnAdd"); @@ -67,7 +68,10 @@ namespace Demo.Scripts.GAS.GameplayCue public override void OnTick(int frame,int startFrame,int endFrame) { + Debug.Log($"GameplayCueDurational_PlayerDemo01_Spec OnTick {frame}"); + ((GAbilitySystemComponent)Owner).Entity.Transform.Position = LVector3.Lerp(cue.start.ToLVector3(), cue.end.ToLVector3(), (LFloat)(frame - startFrame) / endFrame); + } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo01.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo01.cs index 8660ba60..6632f401 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo01.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo01.cs @@ -1,4 +1,6 @@ using GAS.Runtime; +using GASSamples.Scripts.Game.GAS; +using JNGame.Math; using UnityEngine; namespace Demo.Scripts.GAS.GameplayCue @@ -10,14 +12,6 @@ namespace Demo.Scripts.GAS.GameplayCue Debug.Log($"GameplayCue_PlayerDemo01 CreateSpec"); return new GameplayCue_PlayerDemo01_Spec(this,parameters); } - -#if UNITY_EDITOR - public override void OnEditorPreview(GameObject previewObject, int frame, int startFrame) - { - Debug.Log($"GameplayCue_PlayerDemo01 {previewObject}"); - } -#endif - } public class GameplayCue_PlayerDemo01_Spec : GameplayCueInstantSpec @@ -29,6 +23,7 @@ namespace Demo.Scripts.GAS.GameplayCue public override void Trigger() { + ((GAbilitySystemComponent)Owner).Entity.Transform.Scale = new LVector3(LFloat.L05,LFloat.L05,LFloat.L05); } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs new file mode 100644 index 00000000..a4945da1 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs @@ -0,0 +1,32 @@ +using GAS.Runtime; +using GASSamples.Scripts.Game.GAS; +using JNGame.Math; +using UnityEngine; + +namespace Demo.Scripts.GAS.GameplayCue +{ + public class GameplayCue_PlayerDemo02 : GameplayCueInstant + { + public override GameplayCueInstantSpec CreateSpec(GameplayCueParameters parameters) + { + Debug.Log($"GameplayCue_PlayerDemo02 CreateSpec"); + return new GameplayCue_PlayerDemo02_Spec(this,parameters); + } + } + + + public class GameplayCue_PlayerDemo02_Spec : GameplayCueInstantSpec + { + + public GameplayCue_PlayerDemo02_Spec(GameplayCueInstant cue, GameplayCueParameters parameters) : base(cue, parameters) + { + } + + public override void Trigger() + { + ((GAbilitySystemComponent)Owner).Entity.Transform.Scale = new LVector3(1,1,1); + } + + } + +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs.meta new file mode 100644 index 00000000..ab3bc3fd --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 725500c3ce824f8daa3a4be247f4f131 +timeCreated: 1729419424 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC.meta new file mode 100644 index 00000000..ee12fb10 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: dd4c4a195812409f935d57313ac16614 +timeCreated: 1729418595 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs new file mode 100644 index 00000000..c9d101a3 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs @@ -0,0 +1,19 @@ +using GAS.Runtime; +using JNGame.Math; +using UnityEngine; + +namespace GASSamples.Scripts.GAS.MMC +{ + + /// + /// 基础运算 + /// + [CreateAssetMenu(fileName = "AttrModCalculation", menuName = "GAS/MMC/AttrModCalculation")] + public class AttrModCalculation : ModifierMagnitudeCalculation + { + public override float CalculateMagnitude(GameplayEffectSpec spec, float modifierMagnitude) + { + return modifierMagnitude; + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs.meta new file mode 100644 index 00000000..6cb32288 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: b964e9ee395740d6b0f8e42978c1ba35 +timeCreated: 1729418602 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs index b58c4b51..56621699 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs @@ -4,6 +4,7 @@ using GASSamples.Scripts.Game.Entity.Contexts; using JNGame.Sync.System; using JNGame.Sync.System.Data; using JNGame.Sync.System.Data.Type; +using UnityEngine.Serialization; using NotImplementedException = System.NotImplementedException; namespace GASSamples.Scripts.Game.Logic.Data @@ -17,7 +18,8 @@ namespace GASSamples.Scripts.Game.Logic.Data [Serializable] public class JNGASBoxValue { - public DValuePosition Position = null; + public NDataLVector3 Position = null; + public NDataLVector3 Scale = null; } public class JNGASBoxData : ISData @@ -47,7 +49,8 @@ namespace GASSamples.Scripts.Game.Logic.Data { Value = new () { - Position = DValuePosition.Build(entity.Position) + Position = NDataLVector3.Build(entity.Position), + Scale = NDataLVector3.Build(entity.Scale) } }); } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs deleted file mode 100644 index 3d965c50..00000000 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs +++ /dev/null @@ -1,39 +0,0 @@ -using GAS.Runtime; -using GASSamples.Scripts.Game.GAS; -using JNGame.Runtime.Sync.System.Logic; -using JNGame.Sync.Entity.Component; - -namespace GASSamples.Scripts.Game.Entity.Nodes.Component.Components -{ - public class JNGASComponent : JNComponent - { - - private GAbilitySystemComponent ASC = new (); - - public override void OnSyncStart() - { - base.OnSyncStart(); - - //初始化ASC - GetSystem().Register(ASC); - } - - public void SetPreset(AbilitySystemComponentPreset ascPreset) - { - ASC.SetPreset(ascPreset); - } - - public void SetLevel(int level) - { - ASC.SetLevel(level); - } - - public override void OnSyncDestroy() - { - base.OnSyncDestroy(); - - //销毁ASC - GetSystem().Unregister(ASC); - } - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs deleted file mode 100644 index c42bbdc8..00000000 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs +++ /dev/null @@ -1,11 +0,0 @@ -using GAS.Runtime; - -namespace GASSamples.Scripts.Game.GAS -{ - - public class GAbilitySystemComponent : AbilitySystemComponent - { - - } - -} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/EDContexts.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/EDContexts.cs similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/EDContexts.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/EDContexts.cs diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/EDContexts.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/EDContexts.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/EDContexts.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/EDContexts.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs new file mode 100644 index 00000000..d9aabe97 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs @@ -0,0 +1,54 @@ +using GAS.Runtime; +using GASSamples.Scripts.Game.GAS; +using JNGame.Runtime.Sync.System.Logic; +using JNGame.Sync.Entity.Component; +using UnityEngine; + +namespace GASSamples.Scripts.Game.Entity.Nodes.Component.Components +{ + public class JNGASComponent : JNComponent + { + + private GAbilitySystemComponent _asc; + public GAbilitySystemComponent ASC => _asc; + + public override void OnSyncStart() + { + base.OnSyncStart(); + _asc = new (Entity); + //注册ASC + GetSystem().Register(ASC); + } + + public override void OnSyncDestroy() + { + base.OnSyncDestroy(); + //取消注册ASC + GetSystem().Unregister(ASC); + } + + public void InitWithPreset(AbilitySystemComponentPreset ascPreset,int level) + { + ASC.SetPreset(ascPreset); + ASC.SetLevel(level); + ASC.InitWithPreset(ASC.Level,ASC.Preset); + } + + /// + /// 附加效果给自己 + /// + public void ApplyGameplayEffectToSelf(GameplayEffect gameplayEffect) + { + ASC.ApplyGameplayEffectToSelf(gameplayEffect); + } + + /// + /// 激活技能 + /// + public void TryActivateAbility(string name) + { + ASC.TryActivateAbility(name); + } + + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Components/JNGASComponent.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller/JNGASBoxController.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller/JNGASBoxController.cs similarity index 52% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller/JNGASBoxController.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller/JNGASBoxController.cs index 5af44795..33109671 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller/JNGASBoxController.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller/JNGASBoxController.cs @@ -1,4 +1,7 @@ +using Game.Logic.System.Usual; +using GAS.Runtime; using GASSamples.Scripts.Game.Entity.Nodes.Component.Components; +using JNGame.Runtime.Sync.System.Logic; using JNGame.Sync.Entity.Component; namespace GASSamples.Scripts.Game.Entity.Nodes.Component.Controller @@ -10,13 +13,19 @@ namespace GASSamples.Scripts.Game.Entity.Nodes.Component.Controller public override void OnSyncStart() { - + base.OnSyncStart(); //设置GAS 角色 - // GAS.SetPreset(); - - + GAS.InitWithPreset(GetSystem().Preset,1); + + //附加效果测试 + // GAS.ApplyGameplayEffectToSelf(new GameplayEffect(GetSystem().GE_JisolDemo1)); + + //释放技能 + GAS.TryActivateAbility(GAbilityLib.JisolDemo1.Name); + + } } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller/JNGASBoxController.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller/JNGASBoxController.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Controller/JNGASBoxController.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Controller/JNGASBoxController.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs index 8e22885e..fe37575b 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs @@ -15,15 +15,15 @@ namespace GASSamples.Scripts.Game.Entity.Nodes.Component.Lookup protected override void BindIndex() { base.BindIndex(); - Controller = Next(); GAS = Next(); + Controller = Next(); } protected override void BindType(KeyValue types) { base.BindType(types); - types.Add(Controller,typeof(JNGASBoxController)); types.Add(GAS,typeof(JNGASComponent)); + types.Add(Controller,typeof(JNGASBoxController)); } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Lookup/JNGASBoxLookup.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts/JNGASBoxContext.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts/JNGASBoxContext.cs similarity index 59% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts/JNGASBoxContext.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts/JNGASBoxContext.cs index 2da774f9..3c52fbfd 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts/JNGASBoxContext.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts/JNGASBoxContext.cs @@ -1,4 +1,6 @@ using GASSamples.Scripts.Game.Entity.Nodes; +using GASSamples.Scripts.Game.Entity.Nodes.Component.Components; +using GASSamples.Scripts.Game.Entity.Nodes.Component.Controller; using JNGame.Sync.Frame.Entity; namespace GASSamples.Scripts.Game.Entity.Contexts @@ -8,6 +10,8 @@ namespace GASSamples.Scripts.Game.Entity.Contexts protected override JNGASBox BindComponent(JNGASBox entity) { base.BindComponent(entity); + entity.AddComponent(); + entity.AddComponent(); return entity; } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts/JNGASBoxContext.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts/JNGASBoxContext.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/Contexts/JNGASBoxContext.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Contexts/JNGASBoxContext.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/JNGASBox.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/JNGASBox.cs similarity index 78% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/JNGASBox.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/JNGASBox.cs index 53b55190..934745a7 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/JNGASBox.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/JNGASBox.cs @@ -1,3 +1,4 @@ +using GASSamples.Scripts.Game.Entity.Nodes.Component.Components; using GASSamples.Scripts.Game.Entity.Nodes.Component.Controller; using GASSamples.Scripts.Game.Entity.Nodes.Component.Lookup; using JNGame.Sync.Entity; @@ -8,6 +9,7 @@ namespace GASSamples.Scripts.Game.Entity.Nodes public class JNGASBox : JNEntity { + public JNGASComponent GAS => CLookup.Query(this); public JNGASBoxController Controller => CLookup.Query(this); public override JNEntityLookup NewCLookup() diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/JNGASBox.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/JNGASBox.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Entity/Nodes/JNGASBox.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/JNGASBox.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs new file mode 100644 index 00000000..3018f619 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs @@ -0,0 +1,20 @@ +using GAS.Runtime; +using JNGame.Sync.Entity; + +namespace GASSamples.Scripts.Game.GAS +{ + + public class GAbilitySystemComponent : AbilitySystemComponent + { + + + public IJNEntity Entity { get; protected set; } + + public GAbilitySystemComponent(IJNEntity entity) + { + Entity = entity; + } + + } + +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GAS/GAbilitySystemComponent.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic.meta new file mode 100644 index 00000000..1999f9a2 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 796b9c926a8f40ab9361c6955888747c +timeCreated: 1729410298 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/DWorldSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic/DWorldSystem.cs similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/DWorldSystem.cs rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic/DWorldSystem.cs diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/DWorldSystem.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic/DWorldSystem.cs.meta similarity index 100% rename from JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/DWorldSystem.cs.meta rename to JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Logic/DWorldSystem.cs.meta diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual.meta new file mode 100644 index 00000000..fd498923 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: ae051ac88cb04928b9d55f4e7c6fdc07 +timeCreated: 1729410272 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs new file mode 100644 index 00000000..00359a86 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs @@ -0,0 +1,23 @@ +using GAS.Runtime; +using GASSamples.Scripts; +using JNGame.Sync.System; + +namespace Game.Logic.System.Usual +{ + /// + /// 游戏数据 + /// + public class DDataSystem : SLogicSystem + { + + public AbilitySystemComponentPreset Preset { get; private set; } + public IGameplayEffectData GE_JisolDemo1 { get; private set; } + + public override void OnSyncStart() + { + base.OnSyncStart(); + Preset = App.Resource.Preset; + GE_JisolDemo1 = App.Resource.GE_JisolDemo1; + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs.meta new file mode 100644 index 00000000..b87513a3 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 743622b492f0406895154855d13ed6db +timeCreated: 1729410339 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs index e4668327..62017e0c 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs @@ -19,12 +19,13 @@ namespace GASSamples.Scripts.Game.View.Entity public override void ViewUpdate(JNGASBoxData data, GameObject view) { view.transform.DOMove(data.Value.Position.ToVector3(),0.5f); + view.transform.DOScale(data.Value.Scale.ToVector3(),0.5f); } public override GameObject NewView(JNGASBoxData data) { var view = Object.Instantiate(Box, World.transform); - view.name = $"Boss_{data.Id}"; + view.name = $"Box_{data.Id}"; return view; } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAbilityLib.gen.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAbilityLib.gen.cs index 745a8bf6..8b5da2ce 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAbilityLib.gen.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAbilityLib.gen.cs @@ -17,7 +17,7 @@ namespace GAS.Runtime public Type AbilityClassType; } - public static AbilityInfo JisolDemo1 = new AbilityInfo { Name = "JisolDemo1", AssetPath = "Assets/Demo/GAS/Config/GameplayAbilityLib/JisolDemo1.asset",AbilityClassType = typeof(GAS.Runtime.TimelineAbility) }; + public static AbilityInfo JisolDemo1 = new AbilityInfo { Name = "JisolDemo1", AssetPath = "Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset",AbilityClassType = typeof(GAS.Runtime.TimelineAbility) }; public static Dictionary AbilityMap = new Dictionary diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrLib.gen.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrLib.gen.cs index 817eb09f..44021397 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrLib.gen.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrLib.gen.cs @@ -9,10 +9,13 @@ namespace GAS.Runtime { public static class GAttrLib { + /// 血量 + public const string HP = "HP"; // For facilitating the creation of a Value Dropdown in the editor. public static readonly IReadOnlyList AttributeNames = new List { + HP, }; } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrSetLib.gen.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrSetLib.gen.cs index d4e671e2..ea8ccdb0 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrSetLib.gen.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GAttrSetLib.gen.cs @@ -8,18 +8,68 @@ using System.Collections.Generic; namespace GAS.Runtime { + public class AS_BaseAttribute : AttributeSet + { + #region HP + + /// 血量 + public AttributeBase HP { get; } = new("AS_BaseAttribute", "HP", 0f, CalculateMode.Stacking, (SupportedOperation)31, float.MinValue, float.MaxValue); + + public void InitHP(float value) => HP.Init(value); + public void SetCurrentHP(float value) => HP.SetCurrentValue(value); + public void SetBaseHP(float value) => HP.SetBaseValue(value); + public void SetMinHP(float value) => HP.SetMinValue(value); + public void SetMaxHP(float value) => HP.SetMaxValue(value); + public void SetMinMaxHP(float min, float max) => HP.SetMinMaxValue(min, max); + + #endregion HP + + public override AttributeBase this[string key] + { + get + { + switch (key) + { + case "HP": + return HP; + } + + return null; + } + } + + public override string[] AttributeNames { get; } = + { + "HP", + }; + + public override void SetOwner(AbilitySystemComponent owner) + { + _owner = owner; + HP.SetOwner(owner); + } + + public static class Lookup + { + public const string HP = "AS_BaseAttribute.HP"; + } + } + public static class GAttrSetLib { public static readonly IReadOnlyDictionary AttrSetTypeDict = new Dictionary { + { "BaseAttribute", typeof(AS_BaseAttribute) }, }; public static readonly IReadOnlyDictionary TypeToName = new Dictionary { + { typeof(AS_BaseAttribute), nameof(AS_BaseAttribute) }, }; public static readonly IReadOnlyList AttributeFullNames = new List { + "AS_BaseAttribute.HP", }; } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GTagLib.gen.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GTagLib.gen.cs index 47d88584..213964b4 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GTagLib.gen.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Gen/GTagLib.gen.cs @@ -9,12 +9,16 @@ namespace GAS.Runtime { public static class GTagLib { - /// Ability - public static GameplayTag Ability { get; } = new("Ability"); + /// Buff + public static GameplayTag Buff { get; } = new("Buff"); + + /// DeBuff + public static GameplayTag DeBuff { get; } = new("DeBuff"); public static readonly IReadOnlyDictionary TagMap = new Dictionary { - ["Ability"] = Ability, + ["Buff"] = Buff, + ["DeBuff"] = DeBuff, }; } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs index 67852aee..74fafc8c 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs @@ -1,4 +1,5 @@ using System.Threading.Tasks; +using GAS.Runtime; using JNGame.Network; using UnityEngine; @@ -11,11 +12,18 @@ namespace GASSamples.Scripts //Box public GameObject Box; + + //Preset + public AbilitySystemComponentPreset Preset; + + //GE_JisolDemo1 + public IGameplayEffectData GE_JisolDemo1; public override Task OnInit() { return base.OnInit(); } + } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs index e1411ecf..76981a11 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs @@ -1,5 +1,6 @@ using System; using DefaultNamespace; +using GAS.Runtime; using JNGame.Runtime; using UnityEngine; @@ -10,7 +11,10 @@ namespace GASSamples.Scripts public GameObject World; public GameObject Box; + public AbilitySystemComponentPreset Preset; + public GameplayEffectAsset GE_JisolDemo1; + private JNGASFrameSystem _frameSystem; private int _totalTime; private int _frameIndex; @@ -21,6 +25,8 @@ namespace GASSamples.Scripts await JNetGame.Instance.Init(App.AllSystem()); App.Resource.World = World; App.Resource.Box = Box; + App.Resource.Preset = Preset; + App.Resource.GE_JisolDemo1 = GE_JisolDemo1; _frameSystem = new JNGASFrameSystem(); _frameSystem.Initialize(); @@ -35,6 +41,7 @@ namespace GASSamples.Scripts //自动推帧 if (_totalTime >= _frameSystem.NSyncTime) { + _totalTime -= _frameSystem.NSyncTime; _frameSystem.AddFrame(new JNFrameInfo() { Index = _frameIndex++ diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs index 8b57d588..1d4d8e2c 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs @@ -1,5 +1,6 @@ using Cysharp.Threading.Tasks; using Game.Input; +using Game.Logic.System.Usual; using GASSamples.Scripts.Game.Entity; using GASSamples.Scripts.Game.Logic.Data; using GASSamples.Scripts.Game.Logic.System; @@ -19,8 +20,8 @@ namespace DefaultNamespace { return new SLogicSystem[] { - //基础数据 new DInputSystem(), //游戏输入 + new DDataSystem(), //数据 系统 new JNGASSystem(), //GAS 系统 new DWorldSystem(), //世界逻辑 }; diff --git a/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs b/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs index da211ab1..f9471ef5 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/Data/State/GDataBaseSystem.cs @@ -11,6 +11,7 @@ using JNGame.Sync.System.Data; using JNGame.Network.Action; using JNGame.Sync.System.Data.Type; using TouchSocket.Core; +using UnityEngine.Serialization; namespace Game.JNGState.Logic.Data { @@ -23,7 +24,7 @@ namespace Game.JNGState.Logic.Data [Serializable] public class GDataValue { - public DValuePosition Position = null; + public NDataLVector3 Position = null; } public abstract class IGDataBase : ISTileData @@ -58,7 +59,7 @@ namespace Game.JNGState.Logic.Data public override void BindEntity(JNTileEntity entity) { base.BindEntity(entity); - Value.Position = new DValuePosition() + Value.Position = new NDataLVector3() { x = Node.Position.x.rawValue, y = Node.Position.y.rawValue, diff --git a/JNFrame2/GASSamples.csproj b/JNFrame2/GASSamples.csproj index 2e132e8c..1d1ae470 100644 --- a/JNFrame2/GASSamples.csproj +++ b/JNFrame2/GASSamples.csproj @@ -74,27 +74,29 @@ - - - - - + + + + - - + + - + + - + + + diff --git a/JNFrame2/JNFrame2.sln b/JNFrame2/JNFrame2.sln index fa90e054..cfd9e041 100644 --- a/JNFrame2/JNFrame2.sln +++ b/JNFrame2/JNFrame2.sln @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{62753af3-1e0c-69e5-d3db-cf11598cd1b3}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GASSamples", "GASSamples.csproj", "{cba4eb94-86d9-7b86-6816-9eef31e3bef2}" +EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JNGame.Editor", "JNGame.Editor.csproj", "{17b58f54-5d7b-7430-a784-74a4540f4c68}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StompyRobot.SRF", "StompyRobot.SRF.csproj", "{356a0975-52a0-edee-67e5-a8751d23d388}" @@ -27,8 +29,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SHFrame", "SHFrame.csproj", EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GameScripts", "GameScripts.csproj", "{c0e4a2c6-f110-93aa-0a2f-48b1bf0890de}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GASSamples", "GASSamples.csproj", "{cba4eb94-86d9-7b86-6816-9eef31e3bef2}" -EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HotMain", "HotMain.csproj", "{a37cd6bb-4243-4e53-0fb1-da1c51041fde}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{082457fe-fcb4-40d1-c6ce-98e6d3097f89}" @@ -64,6 +64,8 @@ Global GlobalSection(ProjectConfigurationPlatforms) = postSolution {62753af3-1e0c-69e5-d3db-cf11598cd1b3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {62753af3-1e0c-69e5-d3db-cf11598cd1b3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {cba4eb94-86d9-7b86-6816-9eef31e3bef2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {cba4eb94-86d9-7b86-6816-9eef31e3bef2}.Debug|Any CPU.Build.0 = Debug|Any CPU {17b58f54-5d7b-7430-a784-74a4540f4c68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {17b58f54-5d7b-7430-a784-74a4540f4c68}.Debug|Any CPU.Build.0 = Debug|Any CPU {356a0975-52a0-edee-67e5-a8751d23d388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU @@ -88,8 +90,6 @@ Global {56fe4698-9e38-f97f-0948-b4a412ec01fc}.Debug|Any CPU.Build.0 = Debug|Any CPU {c0e4a2c6-f110-93aa-0a2f-48b1bf0890de}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {c0e4a2c6-f110-93aa-0a2f-48b1bf0890de}.Debug|Any CPU.Build.0 = Debug|Any CPU - {cba4eb94-86d9-7b86-6816-9eef31e3bef2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {cba4eb94-86d9-7b86-6816-9eef31e3bef2}.Debug|Any CPU.Build.0 = Debug|Any CPU {a37cd6bb-4243-4e53-0fb1-da1c51041fde}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {a37cd6bb-4243-4e53-0fb1-da1c51041fde}.Debug|Any CPU.Build.0 = Debug|Any CPU {082457fe-fcb4-40d1-c6ce-98e6d3097f89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/JNFrame2/JNGame.Runtime.csproj b/JNFrame2/JNGame.Runtime.csproj index ba1f8e6a..ec4b7df2 100644 --- a/JNFrame2/JNGame.Runtime.csproj +++ b/JNFrame2/JNGame.Runtime.csproj @@ -140,7 +140,6 @@ - @@ -217,8 +216,6 @@ - - @@ -258,6 +255,7 @@ + @@ -317,6 +315,7 @@ + diff --git a/JNFrame2/Logs/AssetImportWorker0-prev.log b/JNFrame2/Logs/AssetImportWorker0-prev.log index e6a6dd16..673256a6 100644 --- a/JNFrame2/Logs/AssetImportWorker0-prev.log +++ b/JNFrame2/Logs/AssetImportWorker0-prev.log @@ -15,7 +15,7 @@ D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -57261 +58888 Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 D:/Jisol/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,12 +49,12 @@ D:/Jisol/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [22824] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3825777297 [EditorId] 3825777297 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [33012] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3477239101 [EditorId] 3477239101 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [22824] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3825777297 [EditorId] 3825777297 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [33012] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3477239101 [EditorId] 3477239101 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... [Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. -Refreshing native plugins compatible for Editor in 78.58 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 330.58 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) [Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems @@ -70,47 +70,47 @@ Initialize mono Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56732 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56064 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.013571 seconds. -- Loaded All Assemblies, in 0.391 seconds +Registered in 0.035407 seconds. +- Loaded All Assemblies, in 0.982 seconds Native extension for WindowsStandalone target not found Native extension for Android target not found -Android Extension - Scanning For ADB Devices 298 ms +Android Extension - Scanning For ADB Devices 1220 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.553 seconds -Domain Reload Profiling: 938ms - BeginReloadAssembly (145ms) +- Finished resetting the current domain, in 2.240 seconds +Domain Reload Profiling: 3205ms + BeginReloadAssembly (329ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (42ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (68ms) - LoadAllAssembliesAndSetupDomain (122ms) - LoadAssemblies (138ms) + RebuildCommonClasses (72ms) + RebuildNativeTypeToScriptingClass (21ms) + initialDomainReloadingComplete (194ms) + LoadAllAssembliesAndSetupDomain (347ms) + LoadAssemblies (309ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (119ms) - TypeCache.Refresh (118ms) - TypeCache.ScanAssembly (107ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (0ms) - FinalizeReload (554ms) + AnalyzeDomain (339ms) + TypeCache.Refresh (337ms) + TypeCache.ScanAssembly (309ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (1ms) + FinalizeReload (2242ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (512ms) + SetupLoadedEditorAssemblies (2113ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (388ms) - SetLoadedEditorAssemblies (2ms) + InitializePlatformSupportModulesInManaged (1523ms) + SetLoadedEditorAssemblies (8ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (2ms) - ProcessInitializeOnLoadAttributes (84ms) - ProcessInitializeOnLoadMethodAttributes (37ms) + BeforeProcessingInitializeOnLoad (6ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (185ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -118,200 +118,59 @@ Domain Reload Profiling: 938ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.998 seconds -Refreshing native plugins compatible for Editor in 33.93 ms, found 3 plugins. +- Loaded All Assemblies, in 6.147 seconds +Refreshing native plugins compatible for Editor in 266.73 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server -Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds +Launched and connected shader compiler UnityShaderCompiler.exe after 0.17 seconds Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.045 seconds -Domain Reload Profiling: 2028ms - BeginReloadAssembly (157ms) +- Finished resetting the current domain, in 7.467 seconds +Domain Reload Profiling: 13370ms + BeginReloadAssembly (1259ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (52ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (17ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (717ms) - LoadAssemblies (558ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (164ms) + RebuildNativeTypeToScriptingClass (39ms) + initialDomainReloadingComplete (481ms) + LoadAllAssembliesAndSetupDomain (3959ms) + LoadAssemblies (3474ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (261ms) - TypeCache.Refresh (230ms) - TypeCache.ScanAssembly (208ms) - ScanForSourceGeneratedMonoScriptInfo (22ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1046ms) + AnalyzeDomain (1285ms) + TypeCache.Refresh (1130ms) + TypeCache.ScanAssembly (1048ms) + ScanForSourceGeneratedMonoScriptInfo (111ms) + ResolveRequiredComponents (40ms) + FinalizeReload (7468ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (906ms) + SetupLoadedEditorAssemblies (6050ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (286ms) + SetLoadedEditorAssemblies (18ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (555ms) - ProcessInitializeOnLoadMethodAttributes (228ms) - AfterProcessingInitializeOnLoad (28ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) -Unloading 175 unused Assets / (231.0 KB). Loaded Objects now: 5995. -Memory consumption went from 210.1 MB to 209.8 MB. -Total: 14.701000 ms (FindLiveObjects: 0.328800 ms CreateObjectMapping: 0.184900 ms MarkObjects: 13.896400 ms DeleteObjects: 0.289400 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 436737.013951 seconds. - path: Assets/Resources/WhiteMat.mat - artifactKey: Guid(633a83508c617534bb405e9fe3aacfc7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/WhiteMat.mat using Guid(633a83508c617534bb405e9fe3aacfc7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3f89a2a1610d3b4e6279325075661d1a') in 0.067868 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 -======================================================================== -Received Import Request. - Time since last request: 0.000035 seconds. - path: Assets/Resources/Battle/Sphere.prefab - artifactKey: Guid(86cd8d5d5dc65a640a89e80b920a7f12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Battle/Sphere.prefab using Guid(86cd8d5d5dc65a640a89e80b920a7f12) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '991539ecc992d7dd45ff0348a1c17136') in 0.017191 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 8 -======================================================================== -Received Import Request. - Time since last request: 0.000014 seconds. - path: Assets/AssetBundleCollectorSetting.asset - artifactKey: Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/AssetBundleCollectorSetting.asset using Guid(3cf588b650c043f41ac56ee8a5e7d801) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5b26bce32ddf57948b23a2e8bfb54275') in 0.002331 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 1 -======================================================================== -Received Import Request. - Time since last request: 0.000016 seconds. - path: Assets/Resources/Fonts/SIMKAI.TTF - artifactKey: Guid(823c7151eb711204e9a45de5f4584f59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Fonts/SIMKAI.TTF using Guid(823c7151eb711204e9a45de5f4584f59) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2717e17b245ee163969a1da1f42cc737') in 0.029038 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 4 -======================================================================== -Received Import Request. - Time since last request: 0.468489 seconds. - path: Assets/Scripts/GASSamples - artifactKey: Guid(ebc3cec6713633742ae15cc9e8038ab1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples using Guid(ebc3cec6713633742ae15cc9e8038ab1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd4f5a02b71539055c30d43524d11f579') in 0.000587 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.850668 seconds. - path: Assets/Scripts/GASSamples/Scripts - artifactKey: Guid(07d357ab8ac95864b80f9b54e729abe8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts using Guid(07d357ab8ac95864b80f9b54e729abe8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '659ae2ff46cc06cab832678538e6c987') in 0.000535 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.768958 seconds. - path: Assets/Scripts/GASSamples/Scripts/Main.cs - artifactKey: Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/Main.cs using Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c8e66bc7122b8223ace1815dd9577deb') in 0.000664 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 260.671862 seconds. - path: Assets/HotMain/HotMain.asmdef - artifactKey: Guid(00b62574639528e40bdd0ce0d013db67) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotMain/HotMain.asmdef using Guid(00b62574639528e40bdd0ce0d013db67) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fd523c1d43f8c10fcc92000295442d5e') in 0.000810 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000762 seconds. - path: Assets/HotScripts/JNGame/Root/JNGame.Root.asmdef - artifactKey: Guid(a035c483e4ff50f4c92f84afd22778cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/JNGame/Root/JNGame.Root.asmdef using Guid(a035c483e4ff50f4c92f84afd22778cf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ae005b3cb8fdd58625cc22a5ac8dcd6a') in 0.000446 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.698 seconds -Refreshing native plugins compatible for Editor in 35.17 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.035 seconds -Domain Reload Profiling: 2719ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (24ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (410ms) - LoadAssemblies (471ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (2036ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (544ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (247ms) - ProcessInitializeOnLoadMethodAttributes (185ms) - AfterProcessingInitializeOnLoad (22ms) + BeforeProcessingInitializeOnLoad (925ms) + ProcessInitializeOnLoadAttributes (2088ms) + ProcessInitializeOnLoadMethodAttributes (2461ms) + AfterProcessingInitializeOnLoad (272ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) + AwakeInstancesAfterBackupRestoration (73ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 41.91 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 269.34 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6055. -Memory consumption went from 208.7 MB to 208.5 MB. -Total: 15.117400 ms (FindLiveObjects: 0.396200 ms CreateObjectMapping: 0.266400 ms MarkObjects: 14.123000 ms DeleteObjects: 0.330600 ms) +Unloading 5563 Unused Serialized files (Serialized files now loaded: 0) +Unloading 175 unused Assets / (230.9 KB). Loaded Objects now: 6011. +Memory consumption went from 210.3 MB to 210.1 MB. +Total: 62.367900 ms (FindLiveObjects: 0.877400 ms CreateObjectMapping: 0.599500 ms MarkObjects: 60.312000 ms DeleteObjects: 0.575600 ms) -Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> @@ -328,1178 +187,65 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 112.392800 seconds. - path: Assets/Scripts/GASSamples/Scripts/Main.cs - artifactKey: Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/Main.cs using Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'efc4a4f6b41788f8ee6313e59a101b65') in 0.001903 seconds + Time since last request: 573648.289617 seconds. + path: Assets/Scripts/Samples/TextMain.cs + artifactKey: Guid(870a0b4c0dd966a4e8d4036ec0ef5a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/Samples/TextMain.cs using Guid(870a0b4c0dd966a4e8d4036ec0ef5a81) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0e4b15841cac9cd8efbc5288c607fe25') in 0.005569 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 0 ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.052 seconds -Refreshing native plugins compatible for Editor in 72.56 ms, found 3 plugins. +- Loaded All Assemblies, in 2.442 seconds +Refreshing native plugins compatible for Editor in 137.98 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.199 seconds -Domain Reload Profiling: 3220ms - BeginReloadAssembly (260ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (54ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (110ms) - LoadAllAssembliesAndSetupDomain (602ms) - LoadAssemblies (708ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2199ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (873ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (41ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (121ms) - ProcessInitializeOnLoadAttributes (373ms) - ProcessInitializeOnLoadMethodAttributes (287ms) - AfterProcessingInitializeOnLoad (43ms) - EditorAssembliesLoaded (4ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (32ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 79.25 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6070. -Memory consumption went from 210.7 MB to 210.5 MB. -Total: 19.191800 ms (FindLiveObjects: 0.469800 ms CreateObjectMapping: 0.172100 ms MarkObjects: 18.315700 ms DeleteObjects: 0.232500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.094 seconds -Refreshing native plugins compatible for Editor in 64.57 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.562 seconds -Domain Reload Profiling: 2632ms - BeginReloadAssembly (302ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (2ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (108ms) - LoadAllAssembliesAndSetupDomain (609ms) - LoadAssemblies (772ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1562ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (503ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (232ms) - ProcessInitializeOnLoadMethodAttributes (169ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.35 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5530 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6085. -Memory consumption went from 212.8 MB to 212.7 MB. -Total: 11.978400 ms (FindLiveObjects: 0.344900 ms CreateObjectMapping: 0.209200 ms MarkObjects: 11.224600 ms DeleteObjects: 0.198500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 24.579629 seconds. - path: Assets/Resources - artifactKey: Guid(fec3f26c09759484e86d7cd7151311c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources using Guid(fec3f26c09759484e86d7cd7151311c1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '97c8c6f4c20f0f718b8f84a7e4b61f9e') in 0.001786 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.960 seconds -Refreshing native plugins compatible for Editor in 62.96 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.157 seconds -Domain Reload Profiling: 3095ms - BeginReloadAssembly (277ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (549ms) - LoadAssemblies (672ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2158ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (894ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (374ms) - ProcessInitializeOnLoadMethodAttributes (340ms) - AfterProcessingInitializeOnLoad (47ms) - EditorAssembliesLoaded (4ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (19ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 64.56 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6100. -Memory consumption went from 214.5 MB to 214.3 MB. -Total: 18.630400 ms (FindLiveObjects: 0.418100 ms CreateObjectMapping: 0.162200 ms MarkObjects: 17.826800 ms DeleteObjects: 0.221900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.044 seconds -Refreshing native plugins compatible for Editor in 68.51 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.109 seconds -Domain Reload Profiling: 3119ms - BeginReloadAssembly (281ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (128ms) - LoadAllAssembliesAndSetupDomain (555ms) - LoadAssemblies (677ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2109ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (922ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (41ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (105ms) - ProcessInitializeOnLoadAttributes (385ms) - ProcessInitializeOnLoadMethodAttributes (336ms) - AfterProcessingInitializeOnLoad (51ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 77.38 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6116. -Memory consumption went from 216.7 MB to 216.5 MB. -Total: 23.479700 ms (FindLiveObjects: 0.416400 ms CreateObjectMapping: 0.169100 ms MarkObjects: 22.655400 ms DeleteObjects: 0.237600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.004 seconds -Refreshing native plugins compatible for Editor in 65.15 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.307 seconds -Domain Reload Profiling: 3277ms - BeginReloadAssembly (259ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (23ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (86ms) - LoadAllAssembliesAndSetupDomain (595ms) - LoadAssemblies (701ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2307ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1069ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (58ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (158ms) - ProcessInitializeOnLoadAttributes (429ms) - ProcessInitializeOnLoadMethodAttributes (372ms) - AfterProcessingInitializeOnLoad (48ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 74.16 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6131. -Memory consumption went from 218.7 MB to 218.5 MB. -Total: 30.319400 ms (FindLiveObjects: 0.425700 ms CreateObjectMapping: 0.169300 ms MarkObjects: 29.501200 ms DeleteObjects: 0.221700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.195 seconds -Refreshing native plugins compatible for Editor in 64.22 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.514 seconds -Domain Reload Profiling: 2660ms - BeginReloadAssembly (313ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (49ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (118ms) - LoadAllAssembliesAndSetupDomain (651ms) - LoadAssemblies (811ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1515ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (572ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (265ms) - ProcessInitializeOnLoadMethodAttributes (192ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.00 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6146. -Memory consumption went from 220.6 MB to 220.4 MB. -Total: 13.309700 ms (FindLiveObjects: 0.474500 ms CreateObjectMapping: 0.155900 ms MarkObjects: 12.457400 ms DeleteObjects: 0.220600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.675 seconds -Refreshing native plugins compatible for Editor in 37.17 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.108 seconds -Domain Reload Profiling: 1766ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (379ms) - LoadAssemblies (447ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1108ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (504ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (58ms) - ProcessInitializeOnLoadAttributes (236ms) - ProcessInitializeOnLoadMethodAttributes (165ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.60 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6161. -Memory consumption went from 222.5 MB to 222.3 MB. -Total: 13.400300 ms (FindLiveObjects: 0.337900 ms CreateObjectMapping: 0.237900 ms MarkObjects: 12.604700 ms DeleteObjects: 0.218600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.720 seconds -Refreshing native plugins compatible for Editor in 33.52 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.270 seconds -Domain Reload Profiling: 1975ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (74ms) - LoadAllAssembliesAndSetupDomain (414ms) - LoadAssemblies (482ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1273ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (613ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (298ms) - ProcessInitializeOnLoadMethodAttributes (194ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 38.03 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5532 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6177. -Memory consumption went from 224.5 MB to 224.3 MB. -Total: 12.661800 ms (FindLiveObjects: 0.291600 ms CreateObjectMapping: 0.165000 ms MarkObjects: 12.009700 ms DeleteObjects: 0.194500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.115 seconds -Refreshing native plugins compatible for Editor in 34.46 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.157 seconds -Domain Reload Profiling: 2236ms - BeginReloadAssembly (302ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (30ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (39ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (118ms) - LoadAllAssembliesAndSetupDomain (607ms) - LoadAssemblies (727ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (36ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1158ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (495ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (55ms) - ProcessInitializeOnLoadAttributes (233ms) - ProcessInitializeOnLoadMethodAttributes (164ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.33 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6193. -Memory consumption went from 226.4 MB to 226.2 MB. -Total: 12.121000 ms (FindLiveObjects: 0.302800 ms CreateObjectMapping: 0.178500 ms MarkObjects: 11.435600 ms DeleteObjects: 0.203000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.698 seconds -Refreshing native plugins compatible for Editor in 36.94 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.245 seconds -Domain Reload Profiling: 1931ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (79ms) - LoadAllAssembliesAndSetupDomain (396ms) - LoadAssemblies (459ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (30ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1248ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (550ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (64ms) - ProcessInitializeOnLoadAttributes (261ms) - ProcessInitializeOnLoadMethodAttributes (179ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Script is not up to date after domain reload: guid(fb60ec3a5bba4f57ac82e4862a01860d) path("Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs") state(2) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.45 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5532 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6207. -Memory consumption went from 228.4 MB to 228.2 MB. -Total: 12.497300 ms (FindLiveObjects: 0.305400 ms CreateObjectMapping: 0.173600 ms MarkObjects: 11.826500 ms DeleteObjects: 0.191000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.674 seconds -Refreshing native plugins compatible for Editor in 32.46 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.104 seconds -Domain Reload Profiling: 1763ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (380ms) - LoadAssemblies (447ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1104ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (505ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (59ms) - ProcessInitializeOnLoadAttributes (239ms) - ProcessInitializeOnLoadMethodAttributes (163ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6223. -Memory consumption went from 230.3 MB to 230.1 MB. -Total: 12.529500 ms (FindLiveObjects: 0.359800 ms CreateObjectMapping: 0.178700 ms MarkObjects: 11.688800 ms DeleteObjects: 0.300700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.056 seconds -Refreshing native plugins compatible for Editor in 63.13 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.135 seconds -Domain Reload Profiling: 2168ms - BeginReloadAssembly (268ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (133ms) - LoadAllAssembliesAndSetupDomain (589ms) - LoadAssemblies (694ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (49ms) - TypeCache.Refresh (28ms) - TypeCache.ScanAssembly (15ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1136ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (500ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (237ms) - ProcessInitializeOnLoadMethodAttributes (159ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.63 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6238. -Memory consumption went from 232.2 MB to 232.0 MB. -Total: 13.101200 ms (FindLiveObjects: 0.319200 ms CreateObjectMapping: 0.164900 ms MarkObjects: 12.430000 ms DeleteObjects: 0.186300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.722 seconds -Refreshing native plugins compatible for Editor in 37.20 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.208 seconds -Domain Reload Profiling: 1917ms - BeginReloadAssembly (182ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (30ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (75ms) - LoadAllAssembliesAndSetupDomain (411ms) - LoadAssemblies (475ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (36ms) - TypeCache.Refresh (21ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1209ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (542ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (265ms) - ProcessInitializeOnLoadMethodAttributes (171ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.60 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6253. -Memory consumption went from 234.2 MB to 234.0 MB. -Total: 13.272000 ms (FindLiveObjects: 0.349800 ms CreateObjectMapping: 0.174600 ms MarkObjects: 12.534800 ms DeleteObjects: 0.211800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.280 seconds -Refreshing native plugins compatible for Editor in 43.02 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.154 seconds -Domain Reload Profiling: 2410ms - BeginReloadAssembly (266ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (51ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (29ms) - initialDomainReloadingComplete (133ms) - LoadAllAssembliesAndSetupDomain (790ms) - LoadAssemblies (795ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (148ms) - TypeCache.Refresh (131ms) - TypeCache.ScanAssembly (13ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1155ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (512ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (246ms) - ProcessInitializeOnLoadMethodAttributes (155ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 29.07 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6268. -Memory consumption went from 236.0 MB to 235.8 MB. -Total: 12.241100 ms (FindLiveObjects: 0.441800 ms CreateObjectMapping: 0.161400 ms MarkObjects: 11.461000 ms DeleteObjects: 0.176200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.080 seconds -Refreshing native plugins compatible for Editor in 73.06 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.072 seconds -Domain Reload Profiling: 3124ms - BeginReloadAssembly (243ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (45ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (107ms) - LoadAllAssembliesAndSetupDomain (645ms) - LoadAssemblies (729ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (51ms) - TypeCache.Refresh (27ms) - TypeCache.ScanAssembly (14ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2073ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (889ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (42ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (97ms) - ProcessInitializeOnLoadAttributes (395ms) - ProcessInitializeOnLoadMethodAttributes (288ms) - AfterProcessingInitializeOnLoad (47ms) - EditorAssembliesLoaded (17ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 58.82 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6283. -Memory consumption went from 238.0 MB to 237.8 MB. -Total: 20.594600 ms (FindLiveObjects: 0.446200 ms CreateObjectMapping: 0.180100 ms MarkObjects: 19.764300 ms DeleteObjects: 0.202900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.120 seconds -Refreshing native plugins compatible for Editor in 64.97 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.195 seconds -Domain Reload Profiling: 3290ms - BeginReloadAssembly (308ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (129ms) - LoadAllAssembliesAndSetupDomain (605ms) - LoadAssemblies (756ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (3ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2195ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (957ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (35ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (90ms) - ProcessInitializeOnLoadAttributes (390ms) - ProcessInitializeOnLoadMethodAttributes (394ms) - AfterProcessingInitializeOnLoad (38ms) - EditorAssembliesLoaded (6ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (36ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 67.30 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6298. -Memory consumption went from 240.0 MB to 239.8 MB. -Total: 21.773700 ms (FindLiveObjects: 0.460300 ms CreateObjectMapping: 0.168600 ms MarkObjects: 20.888100 ms DeleteObjects: 0.255300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.155 seconds -Refreshing native plugins compatible for Editor in 77.94 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.153 seconds -Domain Reload Profiling: 2281ms - BeginReloadAssembly (283ms) +- Finished resetting the current domain, in 4.776 seconds +Domain Reload Profiling: 7004ms + BeginReloadAssembly (627ms) ExecutionOrderSort (0ms) DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (166ms) - LoadAllAssembliesAndSetupDomain (632ms) - LoadAssemblies (765ms) + CreateAndSetChildDomain (107ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (1380ms) + LoadAssemblies (1772ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1153ms) + AnalyzeDomain (44ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (26ms) + FinalizeReload (4777ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (521ms) + SetupLoadedEditorAssemblies (1981ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (78ms) + SetLoadedEditorAssemblies (5ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (178ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (220ms) + ProcessInitializeOnLoadAttributes (926ms) + ProcessInitializeOnLoadMethodAttributes (629ms) + AfterProcessingInitializeOnLoad (113ms) + EditorAssembliesLoaded (10ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) + AwakeInstancesAfterBackupRestoration (98ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 41.60 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 132.29 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6313. -Memory consumption went from 241.9 MB to 241.7 MB. -Total: 14.651600 ms (FindLiveObjects: 0.446800 ms CreateObjectMapping: 0.215100 ms MarkObjects: 13.631200 ms DeleteObjects: 0.357100 ms) +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6026. +Memory consumption went from 208.5 MB to 208.3 MB. +Total: 37.763500 ms (FindLiveObjects: 0.808000 ms CreateObjectMapping: 0.443300 ms MarkObjects: 36.058100 ms DeleteObjects: 0.449300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1519,56 +265,56 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.694 seconds -Refreshing native plugins compatible for Editor in 36.35 ms, found 3 plugins. +- Loaded All Assemblies, in 1.736 seconds +Refreshing native plugins compatible for Editor in 96.30 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.136 seconds -Domain Reload Profiling: 1816ms - BeginReloadAssembly (176ms) +- Finished resetting the current domain, in 3.960 seconds +Domain Reload Profiling: 5642ms + BeginReloadAssembly (530ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) + DisableScriptedObjects (9ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (396ms) - LoadAssemblies (458ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (952ms) + LoadAssemblies (1216ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (30ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1136ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (15ms) + FinalizeReload (3965ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (511ms) + SetupLoadedEditorAssemblies (1446ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) + InitializePlatformSupportModulesInManaged (81ms) + SetLoadedEditorAssemblies (4ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (165ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (0ms) + BeforeProcessingInitializeOnLoad (162ms) + ProcessInitializeOnLoadAttributes (637ms) + ProcessInitializeOnLoadMethodAttributes (481ms) + AfterProcessingInitializeOnLoad (61ms) + EditorAssembliesLoaded (21ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) + AwakeInstancesAfterBackupRestoration (23ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.64 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 102.47 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6328. -Memory consumption went from 243.8 MB to 243.6 MB. -Total: 12.899200 ms (FindLiveObjects: 0.317000 ms CreateObjectMapping: 0.175300 ms MarkObjects: 12.194900 ms DeleteObjects: 0.210800 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6042. +Memory consumption went from 210.8 MB to 210.6 MB. +Total: 36.012500 ms (FindLiveObjects: 0.528300 ms CreateObjectMapping: 0.239000 ms MarkObjects: 35.008700 ms DeleteObjects: 0.234600 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1588,56 +334,195 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.134 seconds -Refreshing native plugins compatible for Editor in 63.86 ms, found 3 plugins. +- Loaded All Assemblies, in 0.972 seconds +Refreshing native plugins compatible for Editor in 74.86 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.259 seconds -Domain Reload Profiling: 3369ms - BeginReloadAssembly (309ms) +- Finished resetting the current domain, in 1.706 seconds +Domain Reload Profiling: 2660ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (92ms) + LoadAllAssembliesAndSetupDomain (546ms) + LoadAssemblies (636ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1707ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (789ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (85ms) + ProcessInitializeOnLoadAttributes (351ms) + ProcessInitializeOnLoadMethodAttributes (281ms) + AfterProcessingInitializeOnLoad (34ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 50.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6057. +Memory consumption went from 212.7 MB to 212.5 MB. +Total: 19.419100 ms (FindLiveObjects: 0.357200 ms CreateObjectMapping: 0.233200 ms MarkObjects: 18.601000 ms DeleteObjects: 0.226200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.256 seconds +Refreshing native plugins compatible for Editor in 65.16 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.734 seconds +Domain Reload Profiling: 3965ms + BeginReloadAssembly (411ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (90ms) + RebuildCommonClasses (59ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (614ms) + LoadAssemblies (798ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2736ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1481ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (40ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (730ms) + ProcessInitializeOnLoadMethodAttributes (528ms) + AfterProcessingInitializeOnLoad (72ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (52ms) +Script is not up to date after domain reload: guid(acdb37e4e7c0494084eed1be8171efc6) path("Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 132.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6071. +Memory consumption went from 214.6 MB to 214.4 MB. +Total: 37.278300 ms (FindLiveObjects: 0.738900 ms CreateObjectMapping: 0.389300 ms MarkObjects: 35.793600 ms DeleteObjects: 0.354000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.190 seconds +Refreshing native plugins compatible for Editor in 66.82 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.267 seconds +Domain Reload Profiling: 4432ms + BeginReloadAssembly (293ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (34ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (112ms) - LoadAllAssembliesAndSetupDomain (642ms) - LoadAssemblies (803ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (687ms) + LoadAssemblies (798ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2260ms) + AnalyzeDomain (57ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (15ms) + ResolveRequiredComponents (14ms) + FinalizeReload (3270ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1047ms) + SetupLoadedEditorAssemblies (1483ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (46ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (110ms) + SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (137ms) - ProcessInitializeOnLoadAttributes (408ms) - ProcessInitializeOnLoadMethodAttributes (412ms) - AfterProcessingInitializeOnLoad (39ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (271ms) + ProcessInitializeOnLoadAttributes (626ms) + ProcessInitializeOnLoadMethodAttributes (398ms) + AfterProcessingInitializeOnLoad (64ms) + EditorAssembliesLoaded (6ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (78ms) + AwakeInstancesAfterBackupRestoration (30ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 96.42 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 55.10 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6343. -Memory consumption went from 245.7 MB to 245.5 MB. -Total: 20.116800 ms (FindLiveObjects: 0.462600 ms CreateObjectMapping: 0.164400 ms MarkObjects: 19.249400 ms DeleteObjects: 0.239100 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.1 KB). Loaded Objects now: 6087. +Memory consumption went from 216.5 MB to 216.4 MB. +Total: 17.289100 ms (FindLiveObjects: 0.345100 ms CreateObjectMapping: 0.204900 ms MarkObjects: 16.526000 ms DeleteObjects: 0.211700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1657,56 +542,57 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.042 seconds -Refreshing native plugins compatible for Editor in 65.01 ms, found 3 plugins. +- Loaded All Assemblies, in 2.525 seconds +Refreshing native plugins compatible for Editor in 99.57 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.118 seconds -Domain Reload Profiling: 3138ms - BeginReloadAssembly (272ms) +- Finished resetting the current domain, in 4.823 seconds +Domain Reload Profiling: 7271ms + BeginReloadAssembly (757ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (602ms) - LoadAssemblies (726ms) + CreateAndSetChildDomain (113ms) + RebuildCommonClasses (103ms) + RebuildNativeTypeToScriptingClass (30ms) + initialDomainReloadingComplete (272ms) + LoadAllAssembliesAndSetupDomain (1285ms) + LoadAssemblies (1730ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2119ms) + AnalyzeDomain (78ms) + TypeCache.Refresh (33ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (23ms) + FinalizeReload (4825ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (890ms) + SetupLoadedEditorAssemblies (1946ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (4ms) + InitializePlatformSupportModulesInManaged (82ms) + SetLoadedEditorAssemblies (7ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (91ms) - ProcessInitializeOnLoadAttributes (374ms) - ProcessInitializeOnLoadMethodAttributes (339ms) - AfterProcessingInitializeOnLoad (44ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (211ms) + ProcessInitializeOnLoadAttributes (875ms) + ProcessInitializeOnLoadMethodAttributes (630ms) + AfterProcessingInitializeOnLoad (128ms) + EditorAssembliesLoaded (12ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) + AwakeInstancesAfterBackupRestoration (125ms) +Script is not up to date after domain reload: guid(acdb37e4e7c0494084eed1be8171efc6) path("Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs") state(2) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 66.60 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 60.87 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6358. -Memory consumption went from 247.7 MB to 247.5 MB. -Total: 20.498300 ms (FindLiveObjects: 0.558400 ms CreateObjectMapping: 0.217500 ms MarkObjects: 19.471300 ms DeleteObjects: 0.249700 ms) +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6101. +Memory consumption went from 218.5 MB to 218.3 MB. +Total: 19.936800 ms (FindLiveObjects: 0.384900 ms CreateObjectMapping: 0.264100 ms MarkObjects: 19.038300 ms DeleteObjects: 0.247900 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1726,8 +612,1128 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.152 seconds -Refreshing native plugins compatible for Editor in 63.65 ms, found 3 plugins. +- Loaded All Assemblies, in 0.952 seconds +Refreshing native plugins compatible for Editor in 55.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.909 seconds +Domain Reload Profiling: 2840ms + BeginReloadAssembly (257ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (100ms) + LoadAllAssembliesAndSetupDomain (519ms) + LoadAssemblies (630ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1910ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (879ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (387ms) + ProcessInitializeOnLoadMethodAttributes (314ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 62.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6117. +Memory consumption went from 220.5 MB to 220.3 MB. +Total: 20.650000 ms (FindLiveObjects: 0.384800 ms CreateObjectMapping: 0.235700 ms MarkObjects: 19.657200 ms DeleteObjects: 0.370600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.953 seconds +Refreshing native plugins compatible for Editor in 82.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.977 seconds +Domain Reload Profiling: 4892ms + BeginReloadAssembly (693ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (152ms) + RebuildCommonClasses (81ms) + RebuildNativeTypeToScriptingClass (24ms) + initialDomainReloadingComplete (211ms) + LoadAllAssembliesAndSetupDomain (903ms) + LoadAssemblies (1233ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (58ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2978ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1649ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (53ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (125ms) + ProcessInitializeOnLoadAttributes (823ms) + ProcessInitializeOnLoadMethodAttributes (537ms) + AfterProcessingInitializeOnLoad (95ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (35ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 161.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.1 KB). Loaded Objects now: 6132. +Memory consumption went from 222.4 MB to 222.2 MB. +Total: 36.770500 ms (FindLiveObjects: 0.615200 ms CreateObjectMapping: 0.302100 ms MarkObjects: 35.526400 ms DeleteObjects: 0.324300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.082 seconds +Refreshing native plugins compatible for Editor in 77.72 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.891 seconds +Domain Reload Profiling: 2949ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (113ms) + LoadAllAssembliesAndSetupDomain (630ms) + LoadAssemblies (734ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1891ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (834ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (371ms) + ProcessInitializeOnLoadMethodAttributes (285ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 57.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6147. +Memory consumption went from 224.4 MB to 224.2 MB. +Total: 17.722400 ms (FindLiveObjects: 0.356900 ms CreateObjectMapping: 0.218900 ms MarkObjects: 16.910100 ms DeleteObjects: 0.235200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 595.484371 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9ef66900eae8557eba0edc3ebbaa7c24') in 0.018527 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 2 +======================================================================== +Received Import Request. + Time since last request: 3.405586 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset + artifactKey: Guid(7692a8d07949a5c46b6b5325ebb9a422) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib/ASC_Player.asset using Guid(7692a8d07949a5c46b6b5325ebb9a422) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3d9a078a1cd9abb0c9efb0e29a72fafb') in 0.002603 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 3 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.066 seconds +Refreshing native plugins compatible for Editor in 83.60 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.839 seconds +Domain Reload Profiling: 3884ms + BeginReloadAssembly (265ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (620ms) + LoadAssemblies (745ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2841ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1263ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (58ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (137ms) + ProcessInitializeOnLoadAttributes (591ms) + ProcessInitializeOnLoadMethodAttributes (406ms) + AfterProcessingInitializeOnLoad (64ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (40ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 78.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (205.9 KB). Loaded Objects now: 6163. +Memory consumption went from 226.0 MB to 225.8 MB. +Total: 25.028200 ms (FindLiveObjects: 0.498500 ms CreateObjectMapping: 0.258200 ms MarkObjects: 23.950000 ms DeleteObjects: 0.319900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.294 seconds +Refreshing native plugins compatible for Editor in 77.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.291 seconds +Domain Reload Profiling: 4561ms + BeginReloadAssembly (255ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (851ms) + LoadAssemblies (774ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (223ms) + TypeCache.Refresh (176ms) + TypeCache.ScanAssembly (155ms) + ScanForSourceGeneratedMonoScriptInfo (31ms) + ResolveRequiredComponents (13ms) + FinalizeReload (3292ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (941ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (364ms) + ProcessInitializeOnLoadMethodAttributes (389ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 75.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.1 KB). Loaded Objects now: 6178. +Memory consumption went from 228.3 MB to 228.1 MB. +Total: 49.136400 ms (FindLiveObjects: 0.692100 ms CreateObjectMapping: 1.000200 ms MarkObjects: 46.901800 ms DeleteObjects: 0.539900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.295 seconds +Refreshing native plugins compatible for Editor in 170.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 5.582 seconds +Domain Reload Profiling: 7827ms + BeginReloadAssembly (536ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (11ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (82ms) + RebuildNativeTypeToScriptingClass (28ms) + initialDomainReloadingComplete (285ms) + LoadAllAssembliesAndSetupDomain (1311ms) + LoadAssemblies (1541ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (84ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (21ms) + ResolveRequiredComponents (28ms) + FinalizeReload (5584ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (2705ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (119ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (286ms) + ProcessInitializeOnLoadAttributes (1467ms) + ProcessInitializeOnLoadMethodAttributes (712ms) + AfterProcessingInitializeOnLoad (98ms) + EditorAssembliesLoaded (12ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (32ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 76.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6193. +Memory consumption went from 230.2 MB to 230.1 MB. +Total: 21.813300 ms (FindLiveObjects: 0.430400 ms CreateObjectMapping: 0.244500 ms MarkObjects: 20.868600 ms DeleteObjects: 0.268200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.742 seconds +Refreshing native plugins compatible for Editor in 77.15 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.937 seconds +Domain Reload Profiling: 4652ms + BeginReloadAssembly (578ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (140ms) + RebuildCommonClasses (71ms) + RebuildNativeTypeToScriptingClass (20ms) + initialDomainReloadingComplete (159ms) + LoadAllAssembliesAndSetupDomain (885ms) + LoadAssemblies (1121ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (64ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (22ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2939ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1230ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (58ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (132ms) + ProcessInitializeOnLoadAttributes (598ms) + ProcessInitializeOnLoadMethodAttributes (368ms) + AfterProcessingInitializeOnLoad (59ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (31ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 149.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6208. +Memory consumption went from 232.2 MB to 232.0 MB. +Total: 24.876400 ms (FindLiveObjects: 0.461300 ms CreateObjectMapping: 0.258000 ms MarkObjects: 23.857800 ms DeleteObjects: 0.297500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.504 seconds +Refreshing native plugins compatible for Editor in 76.59 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.288 seconds +Domain Reload Profiling: 4762ms + BeginReloadAssembly (445ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (35ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (76ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (842ms) + LoadAssemblies (1021ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (15ms) + FinalizeReload (3289ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1264ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (49ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (546ms) + ProcessInitializeOnLoadMethodAttributes (436ms) + AfterProcessingInitializeOnLoad (65ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 74.56 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6223. +Memory consumption went from 234.1 MB to 233.9 MB. +Total: 25.700500 ms (FindLiveObjects: 0.540500 ms CreateObjectMapping: 0.313600 ms MarkObjects: 24.333400 ms DeleteObjects: 0.510800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.412 seconds +Refreshing native plugins compatible for Editor in 87.85 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.446 seconds +Domain Reload Profiling: 5827ms + BeginReloadAssembly (359ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (53ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (145ms) + LoadAllAssembliesAndSetupDomain (805ms) + LoadAssemblies (1006ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (17ms) + FinalizeReload (4448ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1603ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (59ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (157ms) + ProcessInitializeOnLoadAttributes (768ms) + ProcessInitializeOnLoadMethodAttributes (524ms) + AfterProcessingInitializeOnLoad (83ms) + EditorAssembliesLoaded (6ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (47ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 92.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6238. +Memory consumption went from 236.0 MB to 235.8 MB. +Total: 35.366200 ms (FindLiveObjects: 0.816400 ms CreateObjectMapping: 0.566700 ms MarkObjects: 33.634800 ms DeleteObjects: 0.345600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.234 seconds +Refreshing native plugins compatible for Editor in 71.66 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.635 seconds +Domain Reload Profiling: 4843ms + BeginReloadAssembly (301ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (55ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (125ms) + LoadAllAssembliesAndSetupDomain (709ms) + LoadAssemblies (852ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (3637ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1252ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (54ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (132ms) + ProcessInitializeOnLoadAttributes (594ms) + ProcessInitializeOnLoadMethodAttributes (404ms) + AfterProcessingInitializeOnLoad (61ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (36ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 143.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6253. +Memory consumption went from 238.0 MB to 237.8 MB. +Total: 42.929200 ms (FindLiveObjects: 0.632400 ms CreateObjectMapping: 0.318600 ms MarkObjects: 41.611800 ms DeleteObjects: 0.364100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.633 seconds +Refreshing native plugins compatible for Editor in 99.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.848 seconds +Domain Reload Profiling: 4557ms + BeginReloadAssembly (481ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (73ms) + RebuildCommonClasses (61ms) + RebuildNativeTypeToScriptingClass (19ms) + initialDomainReloadingComplete (186ms) + LoadAllAssembliesAndSetupDomain (846ms) + LoadAssemblies (1083ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (62ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (20ms) + FinalizeReload (2964ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1173ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (492ms) + ProcessInitializeOnLoadMethodAttributes (453ms) + AfterProcessingInitializeOnLoad (60ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (33ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 95.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6268. +Memory consumption went from 239.9 MB to 239.7 MB. +Total: 36.443600 ms (FindLiveObjects: 0.462400 ms CreateObjectMapping: 0.237400 ms MarkObjects: 35.445900 ms DeleteObjects: 0.296500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.175 seconds +Refreshing native plugins compatible for Editor in 60.58 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.910 seconds +Domain Reload Profiling: 3063ms + BeginReloadAssembly (299ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (688ms) + LoadAssemblies (822ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (25ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1911ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (862ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (386ms) + ProcessInitializeOnLoadMethodAttributes (300ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 55.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6283. +Memory consumption went from 241.8 MB to 241.6 MB. +Total: 17.373000 ms (FindLiveObjects: 0.391500 ms CreateObjectMapping: 0.203800 ms MarkObjects: 16.523400 ms DeleteObjects: 0.253000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.172 seconds +Refreshing native plugins compatible for Editor in 149.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.041 seconds +Domain Reload Profiling: 3181ms + BeginReloadAssembly (283ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (669ms) + LoadAssemblies (752ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (75ms) + TypeCache.Refresh (34ms) + TypeCache.ScanAssembly (17ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (27ms) + FinalizeReload (2042ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (811ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (368ms) + ProcessInitializeOnLoadMethodAttributes (273ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 91.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6298. +Memory consumption went from 243.8 MB to 243.6 MB. +Total: 28.466700 ms (FindLiveObjects: 0.473000 ms CreateObjectMapping: 0.233300 ms MarkObjects: 27.511000 ms DeleteObjects: 0.248000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.656 seconds +Refreshing native plugins compatible for Editor in 96.74 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.207 seconds +Domain Reload Profiling: 4821ms + BeginReloadAssembly (437ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (73ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (92ms) + LoadAllAssembliesAndSetupDomain (1018ms) + LoadAssemblies (1209ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (73ms) + TypeCache.Refresh (40ms) + TypeCache.ScanAssembly (21ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (19ms) + FinalizeReload (3208ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1436ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (63ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (155ms) + ProcessInitializeOnLoadAttributes (650ms) + ProcessInitializeOnLoadMethodAttributes (502ms) + AfterProcessingInitializeOnLoad (62ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (47ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 165.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6313. +Memory consumption went from 245.6 MB to 245.5 MB. +Total: 37.167900 ms (FindLiveObjects: 0.634800 ms CreateObjectMapping: 0.318900 ms MarkObjects: 35.840300 ms DeleteObjects: 0.371500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.033 seconds +Refreshing native plugins compatible for Editor in 60.38 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.987 seconds +Domain Reload Profiling: 2997ms + BeginReloadAssembly (252ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (593ms) + LoadAssemblies (680ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1987ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (914ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (105ms) + ProcessInitializeOnLoadAttributes (527ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.14 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6328. +Memory consumption went from 247.6 MB to 247.4 MB. +Total: 13.118200 ms (FindLiveObjects: 0.328800 ms CreateObjectMapping: 0.171300 ms MarkObjects: 12.400700 ms DeleteObjects: 0.216300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.678 seconds +Refreshing native plugins compatible for Editor in 46.10 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.441 seconds +Domain Reload Profiling: 2106ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (398ms) + LoadAssemblies (469ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1442ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (630ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (300ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.19 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6343. +Memory consumption went from 249.6 MB to 249.4 MB. +Total: 15.591400 ms (FindLiveObjects: 0.333000 ms CreateObjectMapping: 0.182900 ms MarkObjects: 14.827000 ms DeleteObjects: 0.247100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.855 seconds +Refreshing native plugins compatible for Editor in 43.87 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument @@ -1735,116 +1741,48 @@ Native extension for Android target not found [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly - Finished resetting the current domain, in 2.117 seconds -Domain Reload Profiling: 3238ms - BeginReloadAssembly (291ms) +Domain Reload Profiling: 2953ms + BeginReloadAssembly (240ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (56ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (130ms) - LoadAllAssembliesAndSetupDomain (629ms) - LoadAssemblies (756ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (473ms) + LoadAssemblies (599ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2118ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2117ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (954ms) + SetupLoadedEditorAssemblies (605ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) + InitializePlatformSupportModulesInManaged (25ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (99ms) - ProcessInitializeOnLoadAttributes (377ms) - ProcessInitializeOnLoadMethodAttributes (385ms) - AfterProcessingInitializeOnLoad (46ms) - EditorAssembliesLoaded (7ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (19ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 64.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6373. -Memory consumption went from 249.6 MB to 249.4 MB. -Total: 17.306100 ms (FindLiveObjects: 0.451200 ms CreateObjectMapping: 0.169600 ms MarkObjects: 16.416400 ms DeleteObjects: 0.267400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.055 seconds -Refreshing native plugins compatible for Editor in 65.79 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.365 seconds -Domain Reload Profiling: 2396ms - BeginReloadAssembly (269ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (95ms) - LoadAllAssembliesAndSetupDomain (635ms) - LoadAssemblies (750ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1365ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (503ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (57ms) - ProcessInitializeOnLoadAttributes (242ms) - ProcessInitializeOnLoadMethodAttributes (161ms) - AfterProcessingInitializeOnLoad (17ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (280ms) + ProcessInitializeOnLoadMethodAttributes (204ms) + AfterProcessingInitializeOnLoad (23ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) + AwakeInstancesAfterBackupRestoration (13ms) +Script is not up to date after domain reload: guid(f3ea713c89fe42fd98c9b84f2ec623f8) path("Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs") state(2) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.04 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 40.25 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6388. -Memory consumption went from 251.6 MB to 251.4 MB. -Total: 12.450700 ms (FindLiveObjects: 0.319800 ms CreateObjectMapping: 0.142000 ms MarkObjects: 11.806500 ms DeleteObjects: 0.181500 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6358. +Memory consumption went from 251.5 MB to 251.3 MB. +Total: 16.126900 ms (FindLiveObjects: 0.392400 ms CreateObjectMapping: 0.210900 ms MarkObjects: 15.121900 ms DeleteObjects: 0.400400 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -1864,125 +1802,56 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.656 seconds -Refreshing native plugins compatible for Editor in 34.07 ms, found 3 plugins. +- Loaded All Assemblies, in 0.830 seconds +Refreshing native plugins compatible for Editor in 36.97 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.191 seconds -Domain Reload Profiling: 1833ms - BeginReloadAssembly (163ms) +- Finished resetting the current domain, in 1.455 seconds +Domain Reload Profiling: 2269ms + BeginReloadAssembly (211ms) ExecutionOrderSort (0ms) DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (35ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (371ms) - LoadAssemblies (434ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (482ms) + LoadAssemblies (559ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) ResolveRequiredComponents (7ms) - FinalizeReload (1192ms) + FinalizeReload (1456ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (530ms) + SetupLoadedEditorAssemblies (536ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (59ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (181ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6403. -Memory consumption went from 253.5 MB to 253.3 MB. -Total: 13.006000 ms (FindLiveObjects: 0.435900 ms CreateObjectMapping: 0.203100 ms MarkObjects: 12.158100 ms DeleteObjects: 0.207600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.673 seconds -Refreshing native plugins compatible for Editor in 36.91 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.204 seconds -Domain Reload Profiling: 1861ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (24ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (75ms) - LoadAllAssembliesAndSetupDomain (379ms) - LoadAssemblies (444ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1204ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (552ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) + InitializePlatformSupportModulesInManaged (25ms) SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (250ms) - ProcessInitializeOnLoadMethodAttributes (192ms) - AfterProcessingInitializeOnLoad (23ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (20ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) + AwakeInstancesAfterBackupRestoration (16ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.68 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 34.69 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6418. -Memory consumption went from 255.4 MB to 255.2 MB. -Total: 12.849500 ms (FindLiveObjects: 0.344400 ms CreateObjectMapping: 0.172600 ms MarkObjects: 12.058000 ms DeleteObjects: 0.273500 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6373. +Memory consumption went from 253.4 MB to 253.2 MB. +Total: 14.023700 ms (FindLiveObjects: 0.307500 ms CreateObjectMapping: 0.162800 ms MarkObjects: 13.338300 ms DeleteObjects: 0.213800 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2002,56 +1871,56 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.022 seconds -Refreshing native plugins compatible for Editor in 34.34 ms, found 3 plugins. +- Loaded All Assemblies, in 0.763 seconds +Refreshing native plugins compatible for Editor in 34.06 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.266 seconds -Domain Reload Profiling: 2275ms +- Finished resetting the current domain, in 1.138 seconds +Domain Reload Profiling: 1888ms BeginReloadAssembly (262ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (105ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (80ms) - LoadAllAssembliesAndSetupDomain (632ms) - LoadAssemblies (694ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (376ms) + LoadAssemblies (494ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1268ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1139ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (541ms) + SetupLoadedEditorAssemblies (526ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) + InitializePlatformSupportModulesInManaged (23ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (64ms) + BeforeProcessingInitializeOnLoad (61ms) ProcessInitializeOnLoadAttributes (256ms) - ProcessInitializeOnLoadMethodAttributes (173ms) - AfterProcessingInitializeOnLoad (20ms) - EditorAssembliesLoaded (0ms) + ProcessInitializeOnLoadMethodAttributes (160ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (3ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) + AwakeInstancesAfterBackupRestoration (7ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.03 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 32.95 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6443. -Memory consumption went from 257.6 MB to 257.4 MB. -Total: 15.639600 ms (FindLiveObjects: 0.389900 ms CreateObjectMapping: 0.244500 ms MarkObjects: 14.772600 ms DeleteObjects: 0.231700 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6388. +Memory consumption went from 255.3 MB to 255.1 MB. +Total: 19.879500 ms (FindLiveObjects: 0.418500 ms CreateObjectMapping: 0.222800 ms MarkObjects: 18.908900 ms DeleteObjects: 0.326900 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2071,56 +1940,539 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.649 seconds -Refreshing native plugins compatible for Editor in 41.67 ms, found 3 plugins. +- Loaded All Assemblies, in 1.263 seconds +Refreshing native plugins compatible for Editor in 71.54 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.370 seconds -Domain Reload Profiling: 2007ms - BeginReloadAssembly (164ms) +- Finished resetting the current domain, in 2.066 seconds +Domain Reload Profiling: 3300ms + BeginReloadAssembly (282ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (766ms) + LoadAssemblies (890ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2073ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (826ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (381ms) + ProcessInitializeOnLoadMethodAttributes (243ms) + AfterProcessingInitializeOnLoad (57ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (26ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 74.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6403. +Memory consumption went from 257.3 MB to 257.1 MB. +Total: 33.710800 ms (FindLiveObjects: 0.441000 ms CreateObjectMapping: 0.166900 ms MarkObjects: 32.873700 ms DeleteObjects: 0.227800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.097 seconds +Refreshing native plugins compatible for Editor in 58.39 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.177 seconds +Domain Reload Profiling: 2248ms + BeginReloadAssembly (281ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (152ms) + LoadAllAssembliesAndSetupDomain (587ms) + LoadAssemblies (697ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1177ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (528ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (166ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6418. +Memory consumption went from 259.2 MB to 259.0 MB. +Total: 13.943800 ms (FindLiveObjects: 0.373100 ms CreateObjectMapping: 0.230500 ms MarkObjects: 13.073600 ms DeleteObjects: 0.265100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.607 seconds +Refreshing native plugins compatible for Editor in 33.86 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.264 seconds +Domain Reload Profiling: 1859ms + BeginReloadAssembly (156ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (349ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1264ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (552ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (254ms) + ProcessInitializeOnLoadMethodAttributes (186ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 32.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6433. +Memory consumption went from 261.2 MB to 261.0 MB. +Total: 13.259600 ms (FindLiveObjects: 0.339000 ms CreateObjectMapping: 0.171100 ms MarkObjects: 12.483200 ms DeleteObjects: 0.265000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.878 seconds +Refreshing native plugins compatible for Editor in 34.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.180 seconds +Domain Reload Profiling: 2058ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (116ms) + LoadAllAssembliesAndSetupDomain (405ms) + LoadAssemblies (538ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1206ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (545ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6448. +Memory consumption went from 263.1 MB to 262.9 MB. +Total: 14.084400 ms (FindLiveObjects: 0.365800 ms CreateObjectMapping: 0.277400 ms MarkObjects: 13.227600 ms DeleteObjects: 0.212400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.654 seconds +Refreshing native plugins compatible for Editor in 53.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.405 seconds +Domain Reload Profiling: 2046ms + BeginReloadAssembly (160ms) ExecutionOrderSort (0ms) DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (385ms) + LoadAssemblies (449ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1406ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (633ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (317ms) + ProcessInitializeOnLoadMethodAttributes (191ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6463. +Memory consumption went from 265.0 MB to 264.8 MB. +Total: 14.429400 ms (FindLiveObjects: 0.334700 ms CreateObjectMapping: 0.172300 ms MarkObjects: 13.690200 ms DeleteObjects: 0.225500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.661 seconds +Refreshing native plugins compatible for Editor in 43.02 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.465 seconds +Domain Reload Profiling: 2113ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) RebuildCommonClasses (25ms) RebuildNativeTypeToScriptingClass (8ms) initialDomainReloadingComplete (64ms) - LoadAllAssembliesAndSetupDomain (375ms) - LoadAssemblies (445ms) + LoadAllAssembliesAndSetupDomain (381ms) + LoadAssemblies (454ms) RebuildTransferFunctionScriptingTraits (0ms) AnalyzeDomain (17ms) TypeCache.Refresh (7ms) TypeCache.ScanAssembly (0ms) ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (8ms) - FinalizeReload (1371ms) + FinalizeReload (1466ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (606ms) + SetupLoadedEditorAssemblies (633ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) + InitializePlatformSupportModulesInManaged (31ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (294ms) - ProcessInitializeOnLoadMethodAttributes (192ms) - AfterProcessingInitializeOnLoad (23ms) - EditorAssembliesLoaded (1ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (303ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (4ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) + AwakeInstancesAfterBackupRestoration (20ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 40.06 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 43.30 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6458. -Memory consumption went from 259.5 MB to 259.3 MB. -Total: 14.139800 ms (FindLiveObjects: 0.493600 ms CreateObjectMapping: 0.122300 ms MarkObjects: 13.319300 ms DeleteObjects: 0.203100 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6478. +Memory consumption went from 267.0 MB to 266.8 MB. +Total: 14.764300 ms (FindLiveObjects: 0.470600 ms CreateObjectMapping: 0.139900 ms MarkObjects: 13.918600 ms DeleteObjects: 0.234200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.234 seconds +Refreshing native plugins compatible for Editor in 76.63 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.912 seconds +Domain Reload Profiling: 4119ms + BeginReloadAssembly (291ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (730ms) + LoadAssemblies (851ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2912ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1019ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (132ms) + ProcessInitializeOnLoadAttributes (449ms) + ProcessInitializeOnLoadMethodAttributes (363ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (40ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 47.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6493. +Memory consumption went from 269.0 MB to 268.8 MB. +Total: 26.124400 ms (FindLiveObjects: 0.463600 ms CreateObjectMapping: 0.194200 ms MarkObjects: 25.233500 ms DeleteObjects: 0.231600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.078 seconds +Refreshing native plugins compatible for Editor in 62.21 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.045 seconds +Domain Reload Profiling: 3084ms + BeginReloadAssembly (301ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (64ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (544ms) + LoadAssemblies (680ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2045ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (867ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (388ms) + ProcessInitializeOnLoadMethodAttributes (298ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (11ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 69.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6508. +Memory consumption went from 270.9 MB to 270.7 MB. +Total: 23.004200 ms (FindLiveObjects: 0.642700 ms CreateObjectMapping: 0.246600 ms MarkObjects: 21.889500 ms DeleteObjects: 0.223300 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2141,55 +2493,331 @@ AssetImportParameters requested are different than current active one (requested Received Prepare Begin MonoManager ReloadAssembly - Loaded All Assemblies, in 0.921 seconds -Refreshing native plugins compatible for Editor in 43.34 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.97 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.631 seconds -Domain Reload Profiling: 2538ms - BeginReloadAssembly (189ms) +- Finished resetting the current domain, in 1.127 seconds +Domain Reload Profiling: 2015ms + BeginReloadAssembly (291ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (424ms) + LoadAssemblies (574ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1129ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (506ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (161ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6523. +Memory consumption went from 272.8 MB to 272.6 MB. +Total: 13.133900 ms (FindLiveObjects: 0.356600 ms CreateObjectMapping: 0.155500 ms MarkObjects: 12.421100 ms DeleteObjects: 0.199700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.186 seconds +Refreshing native plugins compatible for Editor in 73.40 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.333 seconds +Domain Reload Profiling: 3507ms + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (696ms) + LoadAssemblies (864ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2334ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1170ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (127ms) + ProcessInitializeOnLoadAttributes (636ms) + ProcessInitializeOnLoadMethodAttributes (319ms) + AfterProcessingInitializeOnLoad (47ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 64.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6538. +Memory consumption went from 274.7 MB to 274.5 MB. +Total: 18.881600 ms (FindLiveObjects: 0.437300 ms CreateObjectMapping: 0.169600 ms MarkObjects: 18.044400 ms DeleteObjects: 0.228700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.123 seconds +Refreshing native plugins compatible for Editor in 87.31 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.959 seconds +Domain Reload Profiling: 4038ms + BeginReloadAssembly (291ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (106ms) + LoadAllAssembliesAndSetupDomain (633ms) + LoadAssemblies (777ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2960ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1056ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (40ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (482ms) + ProcessInitializeOnLoadMethodAttributes (319ms) + AfterProcessingInitializeOnLoad (49ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (52ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 79.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6553. +Memory consumption went from 276.7 MB to 276.5 MB. +Total: 40.042300 ms (FindLiveObjects: 0.517800 ms CreateObjectMapping: 0.179000 ms MarkObjects: 39.118500 ms DeleteObjects: 0.226000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.196 seconds +Refreshing native plugins compatible for Editor in 69.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.164 seconds +Domain Reload Profiling: 3332ms + BeginReloadAssembly (281ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (136ms) + LoadAllAssembliesAndSetupDomain (696ms) + LoadAssemblies (818ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2164ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (963ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (398ms) + ProcessInitializeOnLoadMethodAttributes (378ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 70.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6568. +Memory consumption went from 278.6 MB to 278.4 MB. +Total: 20.769500 ms (FindLiveObjects: 0.520500 ms CreateObjectMapping: 0.165300 ms MarkObjects: 19.855400 ms DeleteObjects: 0.227200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.772 seconds +Refreshing native plugins compatible for Editor in 66.95 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.812 seconds +Domain Reload Profiling: 2570ms + BeginReloadAssembly (173ms) ExecutionOrderSort (0ms) DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (28ms) - RebuildNativeTypeToScriptingClass (10ms) - initialDomainReloadingComplete (81ms) - LoadAllAssembliesAndSetupDomain (595ms) - LoadAssemblies (546ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (480ms) + LoadAssemblies (547ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (152ms) - TypeCache.Refresh (126ms) - TypeCache.ScanAssembly (100ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1633ms) + AnalyzeDomain (25ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1812ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (705ms) + SetupLoadedEditorAssemblies (773ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (29ms) + InitializePlatformSupportModulesInManaged (35ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (74ms) - ProcessInitializeOnLoadAttributes (320ms) - ProcessInitializeOnLoadMethodAttributes (255ms) - AfterProcessingInitializeOnLoad (23ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (357ms) + ProcessInitializeOnLoadMethodAttributes (264ms) + AfterProcessingInitializeOnLoad (25ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (20ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 56.85 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 37.90 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6473. -Memory consumption went from 261.6 MB to 261.4 MB. -Total: 21.145300 ms (FindLiveObjects: 0.442300 ms CreateObjectMapping: 0.285300 ms MarkObjects: 20.150400 ms DeleteObjects: 0.265400 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6583. +Memory consumption went from 280.6 MB to 280.4 MB. +Total: 13.375300 ms (FindLiveObjects: 0.345300 ms CreateObjectMapping: 0.177400 ms MarkObjects: 12.626800 ms DeleteObjects: 0.225000 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2209,125 +2837,125 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.191 seconds -Refreshing native plugins compatible for Editor in 53.69 ms, found 3 plugins. +- Loaded All Assemblies, in 0.774 seconds +Refreshing native plugins compatible for Editor in 35.32 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.671 seconds -Domain Reload Profiling: 2826ms - BeginReloadAssembly (396ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (77ms) - RebuildNativeTypeToScriptingClass (29ms) - initialDomainReloadingComplete (157ms) - LoadAllAssembliesAndSetupDomain (496ms) - LoadAssemblies (748ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (22ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (13ms) - FinalizeReload (1672ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (678ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (47ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (101ms) - ProcessInitializeOnLoadAttributes (309ms) - ProcessInitializeOnLoadMethodAttributes (187ms) - AfterProcessingInitializeOnLoad (28ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 57.54 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6488. -Memory consumption went from 263.5 MB to 263.3 MB. -Total: 14.369200 ms (FindLiveObjects: 0.371100 ms CreateObjectMapping: 0.191400 ms MarkObjects: 13.577400 ms DeleteObjects: 0.228000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.658 seconds -Refreshing native plugins compatible for Editor in 40.76 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.227 seconds -Domain Reload Profiling: 1872ms - BeginReloadAssembly (165ms) +- Finished resetting the current domain, in 1.161 seconds +Domain Reload Profiling: 1915ms + BeginReloadAssembly (172ms) ExecutionOrderSort (0ms) DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (387ms) - LoadAssemblies (455ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (467ms) + LoadAssemblies (529ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (17ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) ResolveRequiredComponents (7ms) - FinalizeReload (1228ms) + FinalizeReload (1163ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (564ms) + SetupLoadedEditorAssemblies (534ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) + InitializePlatformSupportModulesInManaged (23ms) SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (258ms) - ProcessInitializeOnLoadMethodAttributes (190ms) - AfterProcessingInitializeOnLoad (26ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (182ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6598. +Memory consumption went from 282.5 MB to 282.3 MB. +Total: 12.853500 ms (FindLiveObjects: 0.336400 ms CreateObjectMapping: 0.197300 ms MarkObjects: 12.062900 ms DeleteObjects: 0.255900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.734 seconds +Refreshing native plugins compatible for Editor in 37.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.187 seconds +Domain Reload Profiling: 1909ms + BeginReloadAssembly (197ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (389ms) + LoadAssemblies (471ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1187ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (527ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (20ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) AwakeInstancesAfterBackupRestoration (12ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 36.91 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 36.06 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6503. -Memory consumption went from 265.4 MB to 265.2 MB. -Total: 14.818900 ms (FindLiveObjects: 0.361600 ms CreateObjectMapping: 0.216600 ms MarkObjects: 13.998000 ms DeleteObjects: 0.241500 ms) +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6613. +Memory consumption went from 284.4 MB to 284.2 MB. +Total: 12.801300 ms (FindLiveObjects: 0.368300 ms CreateObjectMapping: 0.193000 ms MarkObjects: 12.008700 ms DeleteObjects: 0.230000 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): @@ -2347,3 +2975,4562 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.765 seconds +Refreshing native plugins compatible for Editor in 40.86 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.146 seconds +Domain Reload Profiling: 1899ms + BeginReloadAssembly (313ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (342ms) + LoadAssemblies (523ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (26ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1147ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (524ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6628. +Memory consumption went from 286.4 MB to 286.2 MB. +Total: 12.885300 ms (FindLiveObjects: 0.384500 ms CreateObjectMapping: 0.182000 ms MarkObjects: 12.110800 ms DeleteObjects: 0.207000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.656 seconds +Refreshing native plugins compatible for Editor in 41.69 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.392 seconds +Domain Reload Profiling: 2034ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (374ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1392ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (627ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (297ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6643. +Memory consumption went from 288.3 MB to 288.1 MB. +Total: 15.266800 ms (FindLiveObjects: 0.354400 ms CreateObjectMapping: 0.187900 ms MarkObjects: 14.394700 ms DeleteObjects: 0.328300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.979 seconds +Refreshing native plugins compatible for Editor in 42.23 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.239 seconds +Domain Reload Profiling: 2191ms + BeginReloadAssembly (329ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (456ms) + LoadAssemblies (642ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1240ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (592ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (222ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6658. +Memory consumption went from 290.2 MB to 290.0 MB. +Total: 13.079100 ms (FindLiveObjects: 0.360600 ms CreateObjectMapping: 0.185500 ms MarkObjects: 12.274800 ms DeleteObjects: 0.256800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.140 seconds +Refreshing native plugins compatible for Editor in 80.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.322 seconds +Domain Reload Profiling: 3450ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (696ms) + LoadAssemblies (821ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2323ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1077ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (224ms) + ProcessInitializeOnLoadAttributes (425ms) + ProcessInitializeOnLoadMethodAttributes (350ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 76.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6673. +Memory consumption went from 292.2 MB to 292.0 MB. +Total: 34.395900 ms (FindLiveObjects: 0.464700 ms CreateObjectMapping: 0.179900 ms MarkObjects: 33.409100 ms DeleteObjects: 0.340500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.004 seconds +Refreshing native plugins compatible for Editor in 35.24 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.162 seconds +Domain Reload Profiling: 2143ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (503ms) + LoadAssemblies (634ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1163ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (538ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (177ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6688. +Memory consumption went from 294.0 MB to 293.8 MB. +Total: 13.684900 ms (FindLiveObjects: 0.434600 ms CreateObjectMapping: 0.206800 ms MarkObjects: 12.710700 ms DeleteObjects: 0.331800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.015 seconds +Refreshing native plugins compatible for Editor in 34.01 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.136 seconds +Domain Reload Profiling: 2116ms + BeginReloadAssembly (336ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (100ms) + LoadAllAssembliesAndSetupDomain (487ms) + LoadAssemblies (666ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1137ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (517ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (154ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6703. +Memory consumption went from 296.0 MB to 295.8 MB. +Total: 14.093100 ms (FindLiveObjects: 0.349700 ms CreateObjectMapping: 0.176200 ms MarkObjects: 13.339800 ms DeleteObjects: 0.226100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 39.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.142 seconds +Domain Reload Profiling: 1771ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (357ms) + LoadAssemblies (439ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1143ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (512ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (160ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6718. +Memory consumption went from 298.0 MB to 297.8 MB. +Total: 13.764500 ms (FindLiveObjects: 0.354000 ms CreateObjectMapping: 0.199000 ms MarkObjects: 12.928800 ms DeleteObjects: 0.281300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.772 seconds +Refreshing native plugins compatible for Editor in 39.65 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.133 seconds +Domain Reload Profiling: 1890ms + BeginReloadAssembly (246ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (84ms) + LoadAllAssembliesAndSetupDomain (388ms) + LoadAssemblies (490ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1134ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (515ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6733. +Memory consumption went from 299.9 MB to 299.7 MB. +Total: 14.445400 ms (FindLiveObjects: 0.415300 ms CreateObjectMapping: 0.197000 ms MarkObjects: 13.445400 ms DeleteObjects: 0.385900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.845 seconds +Refreshing native plugins compatible for Editor in 40.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.246 seconds +Domain Reload Profiling: 2078ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (562ms) + LoadAssemblies (603ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (50ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1247ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (514ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6748. +Memory consumption went from 301.8 MB to 301.6 MB. +Total: 14.681300 ms (FindLiveObjects: 0.404200 ms CreateObjectMapping: 0.199800 ms MarkObjects: 13.785300 ms DeleteObjects: 0.290400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.635 seconds +Refreshing native plugins compatible for Editor in 39.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.179 seconds +Domain Reload Profiling: 1802ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (359ms) + LoadAssemblies (434ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1180ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6763. +Memory consumption went from 303.7 MB to 303.5 MB. +Total: 15.268100 ms (FindLiveObjects: 0.410700 ms CreateObjectMapping: 0.213300 ms MarkObjects: 14.390300 ms DeleteObjects: 0.252200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.176 seconds +Refreshing native plugins compatible for Editor in 77.89 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.050 seconds +Domain Reload Profiling: 4196ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (53ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (126ms) + LoadAllAssembliesAndSetupDomain (674ms) + LoadAssemblies (771ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (71ms) + TypeCache.Refresh (42ms) + TypeCache.ScanAssembly (17ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (3050ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (940ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (120ms) + ProcessInitializeOnLoadAttributes (382ms) + ProcessInitializeOnLoadMethodAttributes (358ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (38ms) +Script is not up to date after domain reload: guid(9378cf08054e430f8fd59ca809378c8a) path("Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 82.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6777. +Memory consumption went from 305.7 MB to 305.5 MB. +Total: 22.442800 ms (FindLiveObjects: 0.573400 ms CreateObjectMapping: 0.203500 ms MarkObjects: 21.439700 ms DeleteObjects: 0.224600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.998 seconds +Refreshing native plugins compatible for Editor in 61.06 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.703 seconds +Domain Reload Profiling: 4681ms + BeginReloadAssembly (253ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (55ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (538ms) + LoadAssemblies (634ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (3704ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (533ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (174ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 136 unused Assets / (203.5 KB). Loaded Objects now: 6791. +Memory consumption went from 307.6 MB to 307.4 MB. +Total: 13.459800 ms (FindLiveObjects: 0.398900 ms CreateObjectMapping: 0.210200 ms MarkObjects: 12.635300 ms DeleteObjects: 0.214200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 2929.607022 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f79dc1a525217a3d5c304f77fb17a52f') in 0.025190 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 2 +======================================================================== +Received Import Request. + Time since last request: 23.402367 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo.asset + artifactKey: Guid(041f193225d7b1e49a75af0003a4111b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo.asset using Guid(041f193225d7b1e49a75af0003a4111b) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bb233d59c8814c632369c71659cb1710') in 0.001542 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.646 seconds +Refreshing native plugins compatible for Editor in 39.37 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.338 seconds +Domain Reload Profiling: 1970ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (360ms) + LoadAssemblies (436ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1338ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (629ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.73 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6806. +Memory consumption went from 309.3 MB to 309.1 MB. +Total: 15.066600 ms (FindLiveObjects: 0.351400 ms CreateObjectMapping: 0.198400 ms MarkObjects: 14.299900 ms DeleteObjects: 0.215700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.695 seconds +Refreshing native plugins compatible for Editor in 34.39 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.245 seconds +Domain Reload Profiling: 1926ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (412ms) + LoadAssemblies (472ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1246ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (563ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (182ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6821. +Memory consumption went from 311.5 MB to 311.3 MB. +Total: 13.435300 ms (FindLiveObjects: 0.383600 ms CreateObjectMapping: 0.195600 ms MarkObjects: 12.558500 ms DeleteObjects: 0.296200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.659 seconds +Refreshing native plugins compatible for Editor in 37.96 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.316 seconds +Domain Reload Profiling: 1961ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (366ms) + LoadAssemblies (426ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1317ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (580ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (283ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6836. +Memory consumption went from 313.3 MB to 313.1 MB. +Total: 14.446700 ms (FindLiveObjects: 0.414900 ms CreateObjectMapping: 0.247500 ms MarkObjects: 13.535200 ms DeleteObjects: 0.247700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.635 seconds +Refreshing native plugins compatible for Editor in 34.26 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.194 seconds +Domain Reload Profiling: 1817ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (350ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1195ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (549ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (166ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6851. +Memory consumption went from 315.5 MB to 315.3 MB. +Total: 12.783900 ms (FindLiveObjects: 0.366000 ms CreateObjectMapping: 0.205600 ms MarkObjects: 11.982600 ms DeleteObjects: 0.228600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.930 seconds +Refreshing native plugins compatible for Editor in 30.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.149 seconds +Domain Reload Profiling: 2029ms + BeginReloadAssembly (304ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (414ms) + LoadAssemblies (583ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (26ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1150ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (522ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (171ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6866. +Memory consumption went from 317.4 MB to 317.2 MB. +Total: 15.293100 ms (FindLiveObjects: 0.403300 ms CreateObjectMapping: 0.227900 ms MarkObjects: 14.437600 ms DeleteObjects: 0.223100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.251 seconds +Refreshing native plugins compatible for Editor in 68.85 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.218 seconds +Domain Reload Profiling: 3419ms + BeginReloadAssembly (264ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (135ms) + LoadAllAssembliesAndSetupDomain (745ms) + LoadAssemblies (857ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2219ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (987ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (406ms) + ProcessInitializeOnLoadMethodAttributes (404ms) + AfterProcessingInitializeOnLoad (33ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 100.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6881. +Memory consumption went from 319.3 MB to 319.1 MB. +Total: 26.043000 ms (FindLiveObjects: 0.478800 ms CreateObjectMapping: 0.178000 ms MarkObjects: 25.148800 ms DeleteObjects: 0.235700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.904 seconds +Refreshing native plugins compatible for Editor in 35.21 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.822 seconds +Domain Reload Profiling: 2714ms + BeginReloadAssembly (336ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (86ms) + LoadAllAssembliesAndSetupDomain (415ms) + LoadAssemblies (603ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1823ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (547ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (168ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6896. +Memory consumption went from 321.3 MB to 321.1 MB. +Total: 13.275200 ms (FindLiveObjects: 0.375700 ms CreateObjectMapping: 0.183000 ms MarkObjects: 12.462700 ms DeleteObjects: 0.252600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.656 seconds +Refreshing native plugins compatible for Editor in 38.97 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.153 seconds +Domain Reload Profiling: 1796ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (430ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1154ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (531ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (259ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6911. +Memory consumption went from 323.1 MB to 322.9 MB. +Total: 13.505700 ms (FindLiveObjects: 0.400400 ms CreateObjectMapping: 0.188600 ms MarkObjects: 12.694200 ms DeleteObjects: 0.221000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.150 seconds +Refreshing native plugins compatible for Editor in 78.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.309 seconds +Domain Reload Profiling: 3428ms + BeginReloadAssembly (273ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (675ms) + LoadAssemblies (751ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (76ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (25ms) + ResolveRequiredComponents (23ms) + FinalizeReload (2309ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (977ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (44ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (400ms) + ProcessInitializeOnLoadMethodAttributes (388ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 70.27 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6926. +Memory consumption went from 325.1 MB to 324.9 MB. +Total: 19.099300 ms (FindLiveObjects: 0.516900 ms CreateObjectMapping: 0.186600 ms MarkObjects: 18.171600 ms DeleteObjects: 0.222700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.038 seconds +Refreshing native plugins compatible for Editor in 53.38 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.149 seconds +Domain Reload Profiling: 2153ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (574ms) + LoadAssemblies (681ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1150ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (520ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6941. +Memory consumption went from 327.0 MB to 326.8 MB. +Total: 12.517000 ms (FindLiveObjects: 0.363200 ms CreateObjectMapping: 0.210700 ms MarkObjects: 11.688800 ms DeleteObjects: 0.252700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.701 seconds +Refreshing native plugins compatible for Editor in 34.06 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.296 seconds +Domain Reload Profiling: 1983ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (417ms) + LoadAssemblies (476ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1297ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (580ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (204ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6956. +Memory consumption went from 329.0 MB to 328.8 MB. +Total: 12.703100 ms (FindLiveObjects: 0.451400 ms CreateObjectMapping: 0.183900 ms MarkObjects: 11.827000 ms DeleteObjects: 0.239600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.005 seconds +Refreshing native plugins compatible for Editor in 59.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.903 seconds +Domain Reload Profiling: 2892ms + BeginReloadAssembly (233ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (594ms) + LoadAssemblies (650ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (56ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (17ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (15ms) + FinalizeReload (1903ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (535ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (172ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6971. +Memory consumption went from 330.9 MB to 330.7 MB. +Total: 12.901700 ms (FindLiveObjects: 0.405500 ms CreateObjectMapping: 0.178600 ms MarkObjects: 12.114300 ms DeleteObjects: 0.202300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.030 seconds +Refreshing native plugins compatible for Editor in 39.52 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.849 seconds +Domain Reload Profiling: 2861ms + BeginReloadAssembly (361ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (75ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (97ms) + LoadAllAssembliesAndSetupDomain (497ms) + LoadAssemblies (639ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1850ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (557ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (170ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6986. +Memory consumption went from 332.8 MB to 332.6 MB. +Total: 13.495800 ms (FindLiveObjects: 0.383500 ms CreateObjectMapping: 0.194200 ms MarkObjects: 12.636800 ms DeleteObjects: 0.280200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.954 seconds +Refreshing native plugins compatible for Editor in 40.50 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.985 seconds +Domain Reload Profiling: 2927ms + BeginReloadAssembly (322ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (125ms) + LoadAllAssembliesAndSetupDomain (434ms) + LoadAssemblies (605ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1986ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (561ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (174ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 7001. +Memory consumption went from 334.8 MB to 334.6 MB. +Total: 12.811300 ms (FindLiveObjects: 0.380300 ms CreateObjectMapping: 0.191400 ms MarkObjects: 12.034400 ms DeleteObjects: 0.203800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.749 seconds +Refreshing native plugins compatible for Editor in 42.58 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.172 seconds +Domain Reload Profiling: 1882ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (456ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1174ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (531ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (258ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.81 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7017. +Memory consumption went from 336.7 MB to 336.5 MB. +Total: 14.037900 ms (FindLiveObjects: 0.557300 ms CreateObjectMapping: 0.127500 ms MarkObjects: 13.132300 ms DeleteObjects: 0.219400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.758 seconds +Refreshing native plugins compatible for Editor in 39.03 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.194 seconds +Domain Reload Profiling: 1939ms + BeginReloadAssembly (241ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (385ms) + LoadAssemblies (476ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1195ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 7032. +Memory consumption went from 338.7 MB to 338.5 MB. +Total: 13.212500 ms (FindLiveObjects: 0.388100 ms CreateObjectMapping: 0.204600 ms MarkObjects: 12.406100 ms DeleteObjects: 0.212200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.853 seconds +Refreshing native plugins compatible for Editor in 40.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.186 seconds +Domain Reload Profiling: 2024ms + BeginReloadAssembly (185ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (547ms) + LoadAssemblies (601ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1187ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (543ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (172ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 7047. +Memory consumption went from 340.6 MB to 340.4 MB. +Total: 13.013100 ms (FindLiveObjects: 0.384700 ms CreateObjectMapping: 0.178600 ms MarkObjects: 12.230500 ms DeleteObjects: 0.218000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.665 seconds +Refreshing native plugins compatible for Editor in 36.61 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.205 seconds +Domain Reload Profiling: 1856ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (382ms) + LoadAssemblies (438ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1205ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (548ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (170ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7062. +Memory consumption went from 342.5 MB to 342.3 MB. +Total: 13.152900 ms (FindLiveObjects: 0.406800 ms CreateObjectMapping: 0.219400 ms MarkObjects: 12.304800 ms DeleteObjects: 0.220700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.237 seconds +Refreshing native plugins compatible for Editor in 77.89 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.329 seconds +Domain Reload Profiling: 3535ms + BeginReloadAssembly (318ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (84ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (135ms) + LoadAllAssembliesAndSetupDomain (695ms) + LoadAssemblies (806ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (56ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2330ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (921ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (120ms) + ProcessInitializeOnLoadAttributes (408ms) + ProcessInitializeOnLoadMethodAttributes (301ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (30ms) +Script is not up to date after domain reload: guid(321af3379125465380073b2a04a1b1e2) path("Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 66.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7076. +Memory consumption went from 344.4 MB to 344.2 MB. +Total: 26.613500 ms (FindLiveObjects: 0.513100 ms CreateObjectMapping: 0.168300 ms MarkObjects: 25.689600 ms DeleteObjects: 0.241100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.918 seconds +Refreshing native plugins compatible for Editor in 40.08 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.230 seconds +Domain Reload Profiling: 2135ms + BeginReloadAssembly (361ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (79ms) + LoadAllAssembliesAndSetupDomain (403ms) + LoadAssemblies (609ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1231ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (567ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (186ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 7092. +Memory consumption went from 346.4 MB to 346.2 MB. +Total: 12.961300 ms (FindLiveObjects: 0.389600 ms CreateObjectMapping: 0.187100 ms MarkObjects: 12.133600 ms DeleteObjects: 0.249700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 2725.915533 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset + artifactKey: Guid(0a77e9c8e20008944a99814e0b5a4aed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset using Guid(0a77e9c8e20008944a99814e0b5a4aed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '561384e5b55be9e1142c948c2c25f570') in 0.016766 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.790 seconds +Refreshing native plugins compatible for Editor in 37.12 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.194 seconds +Domain Reload Profiling: 1971ms + BeginReloadAssembly (303ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (520ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1195ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (539ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (266ms) + ProcessInitializeOnLoadMethodAttributes (162ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7107. +Memory consumption went from 348.1 MB to 347.9 MB. +Total: 13.076700 ms (FindLiveObjects: 0.396700 ms CreateObjectMapping: 0.192000 ms MarkObjects: 12.278400 ms DeleteObjects: 0.208600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.275 seconds +Refreshing native plugins compatible for Editor in 82.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.306 seconds +Domain Reload Profiling: 3544ms + BeginReloadAssembly (311ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (131ms) + LoadAllAssembliesAndSetupDomain (737ms) + LoadAssemblies (875ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2307ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (957ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (121ms) + ProcessInitializeOnLoadAttributes (402ms) + ProcessInitializeOnLoadMethodAttributes (343ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (9ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (46ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 71.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7122. +Memory consumption went from 350.3 MB to 350.1 MB. +Total: 27.042800 ms (FindLiveObjects: 1.072600 ms CreateObjectMapping: 0.168500 ms MarkObjects: 25.497300 ms DeleteObjects: 0.302400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.963 seconds +Refreshing native plugins compatible for Editor in 38.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.168 seconds +Domain Reload Profiling: 2108ms + BeginReloadAssembly (269ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (124ms) + LoadAllAssembliesAndSetupDomain (495ms) + LoadAssemblies (581ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (60ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (17ms) + ResolveRequiredComponents (19ms) + FinalizeReload (1170ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (517ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (166ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 7137. +Memory consumption went from 352.1 MB to 351.9 MB. +Total: 13.522600 ms (FindLiveObjects: 0.408700 ms CreateObjectMapping: 0.229000 ms MarkObjects: 12.617100 ms DeleteObjects: 0.266200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.775 seconds +Refreshing native plugins compatible for Editor in 38.07 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.127 seconds +Domain Reload Profiling: 1887ms + BeginReloadAssembly (185ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (468ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1128ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (506ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (238ms) + ProcessInitializeOnLoadMethodAttributes (161ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 32.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7152. +Memory consumption went from 354.2 MB to 354.0 MB. +Total: 13.072400 ms (FindLiveObjects: 0.445900 ms CreateObjectMapping: 0.184500 ms MarkObjects: 12.218800 ms DeleteObjects: 0.222200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.264 seconds +Refreshing native plugins compatible for Editor in 68.69 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.050 seconds +Domain Reload Profiling: 3282ms + BeginReloadAssembly (330ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (103ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (143ms) + LoadAllAssembliesAndSetupDomain (703ms) + LoadAssemblies (812ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2051ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (903ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (116ms) + ProcessInitializeOnLoadAttributes (392ms) + ProcessInitializeOnLoadMethodAttributes (304ms) + AfterProcessingInitializeOnLoad (46ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 72.25 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 7167. +Memory consumption went from 356.1 MB to 355.9 MB. +Total: 12.582900 ms (FindLiveObjects: 0.491900 ms CreateObjectMapping: 0.190100 ms MarkObjects: 11.678400 ms DeleteObjects: 0.221400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.731 seconds +Refreshing native plugins compatible for Editor in 36.78 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.264 seconds +Domain Reload Profiling: 2981ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (452ms) + LoadAssemblies (519ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2264ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (579ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (51ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (166ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 7182. +Memory consumption went from 358.0 MB to 357.8 MB. +Total: 12.991100 ms (FindLiveObjects: 0.372300 ms CreateObjectMapping: 0.226000 ms MarkObjects: 12.150900 ms DeleteObjects: 0.240700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.276 seconds +Refreshing native plugins compatible for Editor in 67.35 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.940 seconds +Domain Reload Profiling: 4170ms + BeginReloadAssembly (377ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (109ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (113ms) + LoadAllAssembliesAndSetupDomain (683ms) + LoadAssemblies (804ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (50ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2941ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (917ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (123ms) + ProcessInitializeOnLoadAttributes (406ms) + ProcessInitializeOnLoadMethodAttributes (298ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 66.62 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (202.9 KB). Loaded Objects now: 7196. +Memory consumption went from 359.9 MB to 359.7 MB. +Total: 17.753900 ms (FindLiveObjects: 0.504800 ms CreateObjectMapping: 0.175800 ms MarkObjects: 16.856500 ms DeleteObjects: 0.215200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.635 seconds +Refreshing native plugins compatible for Editor in 37.05 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.371 seconds +Domain Reload Profiling: 1993ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (359ms) + LoadAssemblies (430ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1372ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (617ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (288ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7211. +Memory consumption went from 361.8 MB to 361.6 MB. +Total: 14.582700 ms (FindLiveObjects: 0.412700 ms CreateObjectMapping: 0.192800 ms MarkObjects: 13.774100 ms DeleteObjects: 0.201800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.200 seconds +Refreshing native plugins compatible for Editor in 79.81 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.645 seconds +Domain Reload Profiling: 3812ms + BeginReloadAssembly (305ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (153ms) + LoadAllAssembliesAndSetupDomain (659ms) + LoadAssemblies (779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2646ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1031ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (127ms) + ProcessInitializeOnLoadAttributes (420ms) + ProcessInitializeOnLoadMethodAttributes (390ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Script is not up to date after domain reload: guid(b0b041f9937946109449a4143e1072a7) path("Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 80.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7225. +Memory consumption went from 363.8 MB to 363.6 MB. +Total: 18.015500 ms (FindLiveObjects: 0.548100 ms CreateObjectMapping: 0.169400 ms MarkObjects: 17.064300 ms DeleteObjects: 0.232100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.200 seconds +Refreshing native plugins compatible for Editor in 77.43 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.262 seconds +Domain Reload Profiling: 3422ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (140ms) + LoadAllAssembliesAndSetupDomain (655ms) + LoadAssemblies (796ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2263ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (988ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (129ms) + ProcessInitializeOnLoadAttributes (404ms) + ProcessInitializeOnLoadMethodAttributes (359ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (7ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (36ms) +Script is not up to date after domain reload: guid(b0b041f9937946109449a4143e1072a7) path("Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 69.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 7240. +Memory consumption went from 365.7 MB to 365.5 MB. +Total: 20.111400 ms (FindLiveObjects: 0.863000 ms CreateObjectMapping: 0.193800 ms MarkObjects: 18.803900 ms DeleteObjects: 0.248800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.835 seconds +Refreshing native plugins compatible for Editor in 41.29 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.157 seconds +Domain Reload Profiling: 1979ms + BeginReloadAssembly (324ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (373ms) + LoadAssemblies (508ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1157ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (526ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7256. +Memory consumption went from 367.7 MB to 367.5 MB. +Total: 12.948700 ms (FindLiveObjects: 0.384200 ms CreateObjectMapping: 0.196200 ms MarkObjects: 12.155500 ms DeleteObjects: 0.211400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.640 seconds +Refreshing native plugins compatible for Editor in 39.18 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.405 seconds +Domain Reload Profiling: 2032ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (359ms) + LoadAssemblies (430ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1406ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (647ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (314ms) + ProcessInitializeOnLoadMethodAttributes (204ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7271. +Memory consumption went from 369.6 MB to 369.4 MB. +Total: 15.778800 ms (FindLiveObjects: 0.418600 ms CreateObjectMapping: 0.359500 ms MarkObjects: 14.739900 ms DeleteObjects: 0.259000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.764 seconds +Refreshing native plugins compatible for Editor in 34.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.915 seconds +Domain Reload Profiling: 2663ms + BeginReloadAssembly (187ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (451ms) + LoadAssemblies (509ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1915ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (568ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 7286. +Memory consumption went from 371.5 MB to 371.3 MB. +Total: 15.518200 ms (FindLiveObjects: 0.406200 ms CreateObjectMapping: 0.191700 ms MarkObjects: 14.609700 ms DeleteObjects: 0.309400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.638 seconds +Refreshing native plugins compatible for Editor in 38.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.486 seconds +Domain Reload Profiling: 2112ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (364ms) + LoadAssemblies (429ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1487ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (672ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (313ms) + ProcessInitializeOnLoadMethodAttributes (229ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.25 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 7301. +Memory consumption went from 373.5 MB to 373.3 MB. +Total: 17.688500 ms (FindLiveObjects: 0.705000 ms CreateObjectMapping: 0.348200 ms MarkObjects: 16.296700 ms DeleteObjects: 0.336300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.720 seconds +Refreshing native plugins compatible for Editor in 39.06 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.723 seconds +Domain Reload Profiling: 2432ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (424ms) + LoadAssemblies (498ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1725ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (555ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (254ms) + ProcessInitializeOnLoadMethodAttributes (194ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 7316. +Memory consumption went from 375.4 MB to 375.2 MB. +Total: 13.023900 ms (FindLiveObjects: 0.589800 ms CreateObjectMapping: 0.180500 ms MarkObjects: 11.936700 ms DeleteObjects: 0.315600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 34.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.268 seconds +Domain Reload Profiling: 1898ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (360ms) + LoadAssemblies (430ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1269ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (571ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (272ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7331. +Memory consumption went from 377.3 MB to 377.1 MB. +Total: 13.565600 ms (FindLiveObjects: 0.400300 ms CreateObjectMapping: 0.200000 ms MarkObjects: 12.645000 ms DeleteObjects: 0.318800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.696 seconds +Refreshing native plugins compatible for Editor in 39.09 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.181 seconds +Domain Reload Profiling: 1864ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1182ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (523ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (162ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7346. +Memory consumption went from 379.3 MB to 379.1 MB. +Total: 13.384900 ms (FindLiveObjects: 0.402200 ms CreateObjectMapping: 0.183000 ms MarkObjects: 12.532400 ms DeleteObjects: 0.266200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.646 seconds +Refreshing native plugins compatible for Editor in 37.49 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.469 seconds +Domain Reload Profiling: 2102ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1470ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (669ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (89ms) + ProcessInitializeOnLoadAttributes (319ms) + ProcessInitializeOnLoadMethodAttributes (199ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 46.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7361. +Memory consumption went from 381.1 MB to 380.9 MB. +Total: 16.286700 ms (FindLiveObjects: 0.500000 ms CreateObjectMapping: 0.278100 ms MarkObjects: 15.221500 ms DeleteObjects: 0.285300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.305 seconds +Refreshing native plugins compatible for Editor in 83.42 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.590 seconds +Domain Reload Profiling: 3863ms + BeginReloadAssembly (321ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (67ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (786ms) + LoadAssemblies (914ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2593ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (978ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (177ms) + ProcessInitializeOnLoadAttributes (421ms) + ProcessInitializeOnLoadMethodAttributes (289ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (6ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 7376. +Memory consumption went from 383.1 MB to 382.9 MB. +Total: 34.973300 ms (FindLiveObjects: 0.532500 ms CreateObjectMapping: 0.180700 ms MarkObjects: 33.985500 ms DeleteObjects: 0.273100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.115 seconds +Refreshing native plugins compatible for Editor in 35.09 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.198 seconds +Domain Reload Profiling: 2295ms + BeginReloadAssembly (350ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (584ms) + LoadAssemblies (791ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1199ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (557ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7391. +Memory consumption went from 385.1 MB to 384.9 MB. +Total: 15.147500 ms (FindLiveObjects: 0.525500 ms CreateObjectMapping: 0.190600 ms MarkObjects: 14.146400 ms DeleteObjects: 0.283500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.651 seconds +Refreshing native plugins compatible for Editor in 37.53 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.475 seconds +Domain Reload Profiling: 2115ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (366ms) + LoadAssemblies (439ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1476ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (668ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (323ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7406. +Memory consumption went from 387.0 MB to 386.8 MB. +Total: 14.661400 ms (FindLiveObjects: 0.676400 ms CreateObjectMapping: 0.200200 ms MarkObjects: 13.544400 ms DeleteObjects: 0.238600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 33.80 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.466 seconds +Domain Reload Profiling: 2095ms + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (346ms) + LoadAssemblies (425ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1466ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (663ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 47.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 7421. +Memory consumption went from 388.9 MB to 388.7 MB. +Total: 17.061200 ms (FindLiveObjects: 0.488200 ms CreateObjectMapping: 0.181400 ms MarkObjects: 16.051000 ms DeleteObjects: 0.339300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.649 seconds +Refreshing native plugins compatible for Editor in 38.19 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.413 seconds +Domain Reload Profiling: 2049ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1414ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (649ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (217ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7436. +Memory consumption went from 390.8 MB to 390.6 MB. +Total: 15.243000 ms (FindLiveObjects: 0.483700 ms CreateObjectMapping: 0.208700 ms MarkObjects: 14.337000 ms DeleteObjects: 0.212500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 36.09 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.419 seconds +Domain Reload Profiling: 2049ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (363ms) + LoadAssemblies (431ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1420ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (652ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + AfterProcessingInitializeOnLoad (28ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 7451. +Memory consumption went from 392.8 MB to 392.6 MB. +Total: 14.397700 ms (FindLiveObjects: 0.398800 ms CreateObjectMapping: 0.190100 ms MarkObjects: 13.390000 ms DeleteObjects: 0.417700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.634 seconds +Refreshing native plugins compatible for Editor in 35.30 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.373 seconds +Domain Reload Profiling: 1995ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (356ms) + LoadAssemblies (425ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1374ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (627ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (303ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 7466. +Memory consumption went from 394.7 MB to 394.5 MB. +Total: 15.738400 ms (FindLiveObjects: 0.710100 ms CreateObjectMapping: 0.250100 ms MarkObjects: 14.536800 ms DeleteObjects: 0.240200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 1291.454942 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c9e7e82d3fdce3a8dae694aa5192aed5') in 0.023721 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 2 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.742 seconds +Refreshing native plugins compatible for Editor in 34.42 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.182 seconds +Domain Reload Profiling: 2910ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (460ms) + LoadAssemblies (510ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2183ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (548ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 7481. +Memory consumption went from 396.5 MB to 396.3 MB. +Total: 12.976000 ms (FindLiveObjects: 0.411800 ms CreateObjectMapping: 0.188100 ms MarkObjects: 12.133300 ms DeleteObjects: 0.241500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.690 seconds +Refreshing native plugins compatible for Editor in 33.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.359 seconds +Domain Reload Profiling: 2037ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (407ms) + LoadAssemblies (467ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1360ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (555ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 7496. +Memory consumption went from 398.6 MB to 398.5 MB. +Total: 13.852900 ms (FindLiveObjects: 0.425500 ms CreateObjectMapping: 0.219200 ms MarkObjects: 13.004500 ms DeleteObjects: 0.202100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.728 seconds +Refreshing native plugins compatible for Editor in 36.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.917 seconds +Domain Reload Profiling: 2632ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (454ms) + LoadAssemblies (507ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1917ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (554ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7511. +Memory consumption went from 400.5 MB to 400.3 MB. +Total: 13.586600 ms (FindLiveObjects: 0.590300 ms CreateObjectMapping: 0.190400 ms MarkObjects: 12.580100 ms DeleteObjects: 0.224400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.510 seconds +Refreshing native plugins compatible for Editor in 34.07 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.496 seconds +Domain Reload Profiling: 3989ms + BeginReloadAssembly (552ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (14ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (336ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (83ms) + LoadAllAssembliesAndSetupDomain (812ms) + LoadAssemblies (878ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2497ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (825ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (92ms) + ProcessInitializeOnLoadAttributes (420ms) + ProcessInitializeOnLoadMethodAttributes (248ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 7527. +Memory consumption went from 402.5 MB to 402.3 MB. +Total: 17.418100 ms (FindLiveObjects: 0.887800 ms CreateObjectMapping: 0.263400 ms MarkObjects: 15.938400 ms DeleteObjects: 0.327400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.689 seconds +Refreshing native plugins compatible for Editor in 35.96 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.242 seconds +Domain Reload Profiling: 1918ms + BeginReloadAssembly (193ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (439ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1242ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (571ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (288ms) + ProcessInitializeOnLoadMethodAttributes (169ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 7542. +Memory consumption went from 404.5 MB to 404.3 MB. +Total: 13.115900 ms (FindLiveObjects: 0.410000 ms CreateObjectMapping: 0.168800 ms MarkObjects: 12.323200 ms DeleteObjects: 0.212600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.115 seconds +Refreshing native plugins compatible for Editor in 46.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.372 seconds +Domain Reload Profiling: 2473ms + BeginReloadAssembly (304ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (631ms) + LoadAssemblies (759ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1372ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (325ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Script is not up to date after domain reload: guid(b964e9ee395740d6b0f8e42978c1ba35) path("Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 7556. +Memory consumption went from 406.4 MB to 406.2 MB. +Total: 15.872900 ms (FindLiveObjects: 0.471200 ms CreateObjectMapping: 0.257300 ms MarkObjects: 14.785800 ms DeleteObjects: 0.357200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.817 seconds +Refreshing native plugins compatible for Editor in 53.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.633 seconds +Domain Reload Profiling: 2437ms + BeginReloadAssembly (209ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (487ms) + LoadAssemblies (563ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1633ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (556ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 7572. +Memory consumption went from 408.3 MB to 408.1 MB. +Total: 13.766300 ms (FindLiveObjects: 0.611800 ms CreateObjectMapping: 0.265800 ms MarkObjects: 12.654600 ms DeleteObjects: 0.232600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 1109.430680 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset + artifactKey: Guid(331222964d02d1349b1a9c717605c8e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/ModMagnitudeCalculationLib/MMC_AttrModCalculation.asset using Guid(331222964d02d1349b1a9c717605c8e9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9f2cabe773902ca064df986593e60d66') in 0.023396 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.726 seconds +Refreshing native plugins compatible for Editor in 35.57 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.098 seconds +Domain Reload Profiling: 2811ms + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (420ms) + LoadAssemblies (484ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2099ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (590ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (284ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7587. +Memory consumption went from 409.9 MB to 409.7 MB. +Total: 13.473700 ms (FindLiveObjects: 0.519600 ms CreateObjectMapping: 0.297500 ms MarkObjects: 12.443700 ms DeleteObjects: 0.211700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 54.778853 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset + artifactKey: Guid(25ef9a2206b693c4f9b93af896a038a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset using Guid(25ef9a2206b693c4f9b93af896a038a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2c3b80306dfc2054947ecd1899a0b9ca') in 0.020645 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 2 +======================================================================== +Received Import Request. + Time since last request: 7.389441 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '50ac23908422eb84cc3fb08d62d64c2f') in 0.011674 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 +======================================================================== +Received Import Request. + Time since last request: 7.358826 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'e093973c3196ffb55fff2569e3c1e978') in 0.003140 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 +======================================================================== +Received Import Request. + Time since last request: 2.411568 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '5fd37fa0e2ee63ed2ae12cb24c789db1') in 0.002864 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 diff --git a/JNFrame2/Logs/AssetImportWorker0.log b/JNFrame2/Logs/AssetImportWorker0.log new file mode 100644 index 00000000..1492a5b2 --- /dev/null +++ b/JNFrame2/Logs/AssetImportWorker0.log @@ -0,0 +1,965 @@ +Using pre-set license +Built from '2022.3/china_unity/release' branch; Version is '2022.3.16f1c1 (2f3f1b3bde89) revision 3096347'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 11 (10.0.22631) 64bit Core' Language: 'zh' Physical Memory: 16088 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker0 +-projectPath +D:/Jisol/JisolGame/JNFrame2 +-logFile +Logs/AssetImportWorker0.log +-srvPort +58746 +Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-allocator-temp-initial-block-size-main=262144" + "memorysetup-allocator-temp-initial-block-size-worker=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Player connection [45888] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 1126597679 [EditorId] 1126597679 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [45888] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 1126597679 [EditorId] 1126597679 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... + +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 80.99 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/Jisol/JisolGame/JNFrame2/Assets +GfxDevice: creating device client; threaded=0; jobified=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) + Vendor: NVIDIA + VRAM: 5996 MB + Driver: 31.0.15.5176 +Initialize mono +Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56396 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.014255 seconds. +- Loaded All Assemblies, in 0.358 seconds +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 348 ms +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.598 seconds +Domain Reload Profiling: 949ms + BeginReloadAssembly (122ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (121ms) + LoadAssemblies (116ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (118ms) + TypeCache.Refresh (117ms) + TypeCache.ScanAssembly (105ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (599ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (558ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (438ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (1ms) + ProcessInitializeOnLoadAttributes (79ms) + ProcessInitializeOnLoadMethodAttributes (36ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +======================================================================== +Worker process is ready to serve import requests +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.992 seconds +Refreshing native plugins compatible for Editor in 40.96 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Package Manager log level set to [2] +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Launched and connected shader compiler UnityShaderCompiler.exe after 0.05 seconds +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.995 seconds +Domain Reload Profiling: 1973ms + BeginReloadAssembly (157ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (19ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (719ms) + LoadAssemblies (562ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (257ms) + TypeCache.Refresh (227ms) + TypeCache.ScanAssembly (207ms) + ScanForSourceGeneratedMonoScriptInfo (20ms) + ResolveRequiredComponents (7ms) + FinalizeReload (995ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (863ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (417ms) + ProcessInitializeOnLoadMethodAttributes (326ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5563 Unused Serialized files (Serialized files now loaded: 0) +Unloading 175 unused Assets / (231.6 KB). Loaded Objects now: 6011. +Memory consumption went from 210.3 MB to 210.1 MB. +Total: 15.154300 ms (FindLiveObjects: 0.329600 ms CreateObjectMapping: 0.192300 ms MarkObjects: 14.360500 ms DeleteObjects: 0.270700 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: b059e60ee6785702b3dbf85733765f7f -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 9a3832caedb205d9d2bd83dcddfd1f7d -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: e10470c8d55ee14386c756ed32808741 -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.207 seconds +Refreshing native plugins compatible for Editor in 76.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.222 seconds +Domain Reload Profiling: 2377ms + BeginReloadAssembly (342ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (605ms) + LoadAssemblies (768ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1228ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (558ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6026. +Memory consumption went from 208.8 MB to 208.6 MB. +Total: 13.008100 ms (FindLiveObjects: 0.313100 ms CreateObjectMapping: 0.179600 ms MarkObjects: 12.289000 ms DeleteObjects: 0.224800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.698 seconds +Refreshing native plugins compatible for Editor in 42.93 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.231 seconds +Domain Reload Profiling: 1915ms + BeginReloadAssembly (184ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (462ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1232ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (588ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (213ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6041. +Memory consumption went from 210.7 MB to 210.5 MB. +Total: 13.774300 ms (FindLiveObjects: 0.425800 ms CreateObjectMapping: 0.208500 ms MarkObjects: 12.912700 ms DeleteObjects: 0.226300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 582979.347410 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset + artifactKey: Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayAbilityLib/JisolDemo1.asset using Guid(b78ae002fbbf510419a39987f22201f1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f39606425d838568877c54fab67f29d5') in 0.014472 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 4 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.158 seconds +Refreshing native plugins compatible for Editor in 67.44 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.221 seconds +Domain Reload Profiling: 2272ms + BeginReloadAssembly (234ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (88ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (587ms) + LoadAssemblies (668ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1221ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (568ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (202ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 32.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6058. +Memory consumption went from 212.4 MB to 212.2 MB. +Total: 12.524200 ms (FindLiveObjects: 0.296500 ms CreateObjectMapping: 0.208100 ms MarkObjects: 11.830000 ms DeleteObjects: 0.188300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.679 seconds +Refreshing native plugins compatible for Editor in 34.04 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.238 seconds +Domain Reload Profiling: 1907ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (392ms) + LoadAssemblies (455ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1242ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6073. +Memory consumption went from 214.6 MB to 214.4 MB. +Total: 13.714000 ms (FindLiveObjects: 0.311200 ms CreateObjectMapping: 0.182400 ms MarkObjects: 12.999700 ms DeleteObjects: 0.219500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Import Request. + Time since last request: 139.234409 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset + artifactKey: Guid(2aa1d58fb62dc104484f4f2bf1673303) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCue_PlayerDemo02.asset using Guid(2aa1d58fb62dc104484f4f2bf1673303) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '72adfdcc06dafd5d51312a46454b1398') in 0.010225 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 1 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.143 seconds +Refreshing native plugins compatible for Editor in 78.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.155 seconds +Domain Reload Profiling: 3259ms + BeginReloadAssembly (281ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (645ms) + LoadAssemblies (764ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2156ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (891ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (417ms) + ProcessInitializeOnLoadMethodAttributes (281ms) + AfterProcessingInitializeOnLoad (44ms) + EditorAssembliesLoaded (12ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (38ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 78.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6088. +Memory consumption went from 216.2 MB to 216.0 MB. +Total: 21.245700 ms (FindLiveObjects: 0.459200 ms CreateObjectMapping: 0.189400 ms MarkObjects: 20.339000 ms DeleteObjects: 0.256800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.157 seconds +Refreshing native plugins compatible for Editor in 69.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.514 seconds +Domain Reload Profiling: 2639ms + BeginReloadAssembly (299ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (140ms) + LoadAllAssembliesAndSetupDomain (617ms) + LoadAssemblies (737ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1514ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (584ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (187ms) + AfterProcessingInitializeOnLoad (33ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6103. +Memory consumption went from 218.4 MB to 218.2 MB. +Total: 13.156900 ms (FindLiveObjects: 0.349800 ms CreateObjectMapping: 0.207800 ms MarkObjects: 12.366100 ms DeleteObjects: 0.231600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.614 seconds +Refreshing native plugins compatible for Editor in 35.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.357 seconds +Domain Reload Profiling: 1957ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (340ms) + LoadAssemblies (411ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1358ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (637ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (301ms) + ProcessInitializeOnLoadMethodAttributes (203ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6118. +Memory consumption went from 220.4 MB to 220.2 MB. +Total: 13.961900 ms (FindLiveObjects: 0.359800 ms CreateObjectMapping: 0.231600 ms MarkObjects: 13.129700 ms DeleteObjects: 0.239800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.658 seconds +Refreshing native plugins compatible for Editor in 53.43 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.399 seconds +Domain Reload Profiling: 2044ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (387ms) + LoadAssemblies (458ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1400ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (633ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (295ms) + ProcessInitializeOnLoadMethodAttributes (212ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6133. +Memory consumption went from 222.3 MB to 222.1 MB. +Total: 14.744500 ms (FindLiveObjects: 0.482600 ms CreateObjectMapping: 0.163500 ms MarkObjects: 13.794300 ms DeleteObjects: 0.302800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.142 seconds +Refreshing native plugins compatible for Editor in 65.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.243 seconds +Domain Reload Profiling: 2357ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (136ms) + LoadAllAssembliesAndSetupDomain (613ms) + LoadAssemblies (770ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1243ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (599ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (284ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6148. +Memory consumption went from 224.2 MB to 224.0 MB. +Total: 13.265300 ms (FindLiveObjects: 0.356200 ms CreateObjectMapping: 0.204400 ms MarkObjects: 12.480900 ms DeleteObjects: 0.222500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.798 seconds +Refreshing native plugins compatible for Editor in 36.92 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.175 seconds +Domain Reload Profiling: 1946ms + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (448ms) + LoadAssemblies (510ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1176ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (534ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (255ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6163. +Memory consumption went from 226.1 MB to 225.9 MB. +Total: 14.449700 ms (FindLiveObjects: 0.483100 ms CreateObjectMapping: 0.263100 ms MarkObjects: 13.488400 ms DeleteObjects: 0.214100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.627 seconds +Refreshing native plugins compatible for Editor in 42.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.419 seconds +Domain Reload Profiling: 2033ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (59ms) + LoadAllAssembliesAndSetupDomain (352ms) + LoadAssemblies (426ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1419ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (649ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (313ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 43.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 6178. +Memory consumption went from 228.1 MB to 227.9 MB. +Total: 14.459400 ms (FindLiveObjects: 0.377900 ms CreateObjectMapping: 0.219400 ms MarkObjects: 13.657800 ms DeleteObjects: 0.203000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/AssetImportWorker1-prev.log b/JNFrame2/Logs/AssetImportWorker1-prev.log index 4e07ea3a..a46aaa4c 100644 --- a/JNFrame2/Logs/AssetImportWorker1-prev.log +++ b/JNFrame2/Logs/AssetImportWorker1-prev.log @@ -15,7 +15,7 @@ D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -57261 +58888 Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 D:/Jisol/JisolGame/JNFrame2 [UnityMemory] Configuration Parameters - Can be set up in boot.config @@ -49,12 +49,12 @@ D:/Jisol/JisolGame/JNFrame2 "memorysetup-temp-allocator-size-cloud-worker=32768" "memorysetup-temp-allocator-size-gi-baking-worker=262144" "memorysetup-temp-allocator-size-gfx=262144" -Player connection [9804] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2208123794 [EditorId] 2208123794 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [7192] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3930966283 [EditorId] 3930966283 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [9804] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2208123794 [EditorId] 2208123794 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [7192] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3930966283 [EditorId] 3930966283 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... [Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. -Refreshing native plugins compatible for Editor in 85.95 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 336.07 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) [Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems @@ -70,47 +70,47 @@ Initialize mono Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56232 +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56508 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.014350 seconds. -- Loaded All Assemblies, in 0.378 seconds +Registered in 0.037837 seconds. +- Loaded All Assemblies, in 1.023 seconds Native extension for WindowsStandalone target not found Native extension for Android target not found -Android Extension - Scanning For ADB Devices 302 ms +Android Extension - Scanning For ADB Devices 1258 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.568 seconds -Domain Reload Profiling: 940ms - BeginReloadAssembly (150ms) +- Finished resetting the current domain, in 2.291 seconds +Domain Reload Profiling: 3273ms + BeginReloadAssembly (326ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (2ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (67ms) - LoadAllAssembliesAndSetupDomain (120ms) - LoadAssemblies (120ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (80ms) + RebuildNativeTypeToScriptingClass (21ms) + initialDomainReloadingComplete (203ms) + LoadAllAssembliesAndSetupDomain (351ms) + LoadAssemblies (309ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (118ms) - TypeCache.Refresh (116ms) - TypeCache.ScanAssembly (105ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (0ms) - FinalizeReload (568ms) + AnalyzeDomain (341ms) + TypeCache.Refresh (338ms) + TypeCache.ScanAssembly (309ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (1ms) + FinalizeReload (2291ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (527ms) + SetupLoadedEditorAssemblies (2168ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (394ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (1688ms) + SetLoadedEditorAssemblies (9ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (2ms) - ProcessInitializeOnLoadAttributes (88ms) - ProcessInitializeOnLoadMethodAttributes (41ms) + BeforeProcessingInitializeOnLoad (5ms) + ProcessInitializeOnLoadAttributes (326ms) + ProcessInitializeOnLoadMethodAttributes (139ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -118,59 +118,3651 @@ Domain Reload Profiling: 940ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.985 seconds -Refreshing native plugins compatible for Editor in 34.70 ms, found 3 plugins. +- Loaded All Assemblies, in 5.885 seconds +Refreshing native plugins compatible for Editor in 289.11 ms, found 3 plugins. Native extension for WindowsStandalone target not found Native extension for Android target not found Package Manager log level set to [2] [Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument [Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). [Package Manager] Cannot connect to Unity Package Manager local server -Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds +Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.036 seconds -Domain Reload Profiling: 2007ms - BeginReloadAssembly (166ms) +- Finished resetting the current domain, in 7.420 seconds +Domain Reload Profiling: 13030ms + BeginReloadAssembly (1090ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) + DisableScriptedObjects (33ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (20ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (77ms) - LoadAllAssembliesAndSetupDomain (690ms) - LoadAssemblies (541ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (137ms) + RebuildNativeTypeToScriptingClass (42ms) + initialDomainReloadingComplete (669ms) + LoadAllAssembliesAndSetupDomain (3672ms) + LoadAssemblies (3029ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (256ms) - TypeCache.Refresh (230ms) - TypeCache.ScanAssembly (210ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1037ms) + AnalyzeDomain (1272ms) + TypeCache.Refresh (1119ms) + TypeCache.ScanAssembly (1040ms) + ScanForSourceGeneratedMonoScriptInfo (112ms) + ResolveRequiredComponents (36ms) + FinalizeReload (7421ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (902ms) + SetupLoadedEditorAssemblies (6130ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) + InitializePlatformSupportModulesInManaged (192ms) + SetLoadedEditorAssemblies (27ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (557ms) - ProcessInitializeOnLoadMethodAttributes (228ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (0ms) + BeforeProcessingInitializeOnLoad (962ms) + ProcessInitializeOnLoadAttributes (2475ms) + ProcessInitializeOnLoadMethodAttributes (2327ms) + AfterProcessingInitializeOnLoad (146ms) + EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) + AwakeInstancesAfterBackupRestoration (43ms) Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 38.83 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 249.85 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) -Unloading 175 unused Assets / (231.0 KB). Loaded Objects now: 5995. -Memory consumption went from 210.0 MB to 209.8 MB. -Total: 14.807900 ms (FindLiveObjects: 0.334300 ms CreateObjectMapping: 0.176900 ms MarkObjects: 14.003200 ms DeleteObjects: 0.292300 ms) +Unloading 5563 Unused Serialized files (Serialized files now loaded: 0) +Unloading 175 unused Assets / (231.1 KB). Loaded Objects now: 6011. +Memory consumption went from 210.3 MB to 210.1 MB. +Total: 117.550100 ms (FindLiveObjects: 0.922500 ms CreateObjectMapping: 0.685100 ms MarkObjects: 113.003500 ms DeleteObjects: 2.934700 ms) +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.475 seconds +Refreshing native plugins compatible for Editor in 156.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.704 seconds +Domain Reload Profiling: 7119ms + BeginReloadAssembly (667ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (110ms) + RebuildCommonClasses (59ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (326ms) + LoadAllAssembliesAndSetupDomain (1343ms) + LoadAssemblies (1779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (43ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (25ms) + FinalizeReload (4706ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1998ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (78ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (232ms) + ProcessInitializeOnLoadAttributes (918ms) + ProcessInitializeOnLoadMethodAttributes (623ms) + AfterProcessingInitializeOnLoad (125ms) + EditorAssembliesLoaded (15ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (91ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 128.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6026. +Memory consumption went from 208.8 MB to 208.6 MB. +Total: 40.091700 ms (FindLiveObjects: 0.794600 ms CreateObjectMapping: 0.532900 ms MarkObjects: 38.355500 ms DeleteObjects: 0.405800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.711 seconds +Refreshing native plugins compatible for Editor in 95.33 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.996 seconds +Domain Reload Profiling: 5617ms + BeginReloadAssembly (554ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (871ms) + LoadAssemblies (1127ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (15ms) + FinalizeReload (3996ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1428ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (69ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (166ms) + ProcessInitializeOnLoadAttributes (566ms) + ProcessInitializeOnLoadMethodAttributes (561ms) + AfterProcessingInitializeOnLoad (59ms) + EditorAssembliesLoaded (4ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 84.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6042. +Memory consumption went from 210.7 MB to 210.6 MB. +Total: 26.346700 ms (FindLiveObjects: 0.457800 ms CreateObjectMapping: 0.188200 ms MarkObjects: 25.432800 ms DeleteObjects: 0.266600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.959 seconds +Refreshing native plugins compatible for Editor in 76.03 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.732 seconds +Domain Reload Profiling: 2674ms + BeginReloadAssembly (259ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (542ms) + LoadAssemblies (628ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1734ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (802ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (85ms) + ProcessInitializeOnLoadAttributes (351ms) + ProcessInitializeOnLoadMethodAttributes (287ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 50.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6057. +Memory consumption went from 212.7 MB to 212.5 MB. +Total: 20.672200 ms (FindLiveObjects: 0.339800 ms CreateObjectMapping: 0.189100 ms MarkObjects: 19.888100 ms DeleteObjects: 0.253700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.257 seconds +Refreshing native plugins compatible for Editor in 63.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.693 seconds +Domain Reload Profiling: 3927ms + BeginReloadAssembly (419ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (58ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (610ms) + LoadAssemblies (805ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2695ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1438ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (104ms) + ProcessInitializeOnLoadAttributes (714ms) + ProcessInitializeOnLoadMethodAttributes (504ms) + AfterProcessingInitializeOnLoad (69ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (56ms) +Script is not up to date after domain reload: guid(acdb37e4e7c0494084eed1be8171efc6) path("Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 125.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6071. +Memory consumption went from 214.6 MB to 214.4 MB. +Total: 33.043900 ms (FindLiveObjects: 0.480100 ms CreateObjectMapping: 0.411200 ms MarkObjects: 31.483200 ms DeleteObjects: 0.666800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.191 seconds +Refreshing native plugins compatible for Editor in 67.48 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.231 seconds +Domain Reload Profiling: 4402ms + BeginReloadAssembly (295ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (67ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (685ms) + LoadAssemblies (793ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (58ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (15ms) + ResolveRequiredComponents (14ms) + FinalizeReload (3239ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1443ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (100ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (265ms) + ProcessInitializeOnLoadAttributes (632ms) + ProcessInitializeOnLoadMethodAttributes (373ms) + AfterProcessingInitializeOnLoad (64ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (28ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 59.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6087. +Memory consumption went from 216.5 MB to 216.3 MB. +Total: 18.510000 ms (FindLiveObjects: 0.343400 ms CreateObjectMapping: 0.258000 ms MarkObjects: 17.684200 ms DeleteObjects: 0.223400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.475 seconds +Refreshing native plugins compatible for Editor in 109.19 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.832 seconds +Domain Reload Profiling: 7230ms + BeginReloadAssembly (738ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (113ms) + RebuildCommonClasses (92ms) + RebuildNativeTypeToScriptingClass (30ms) + initialDomainReloadingComplete (233ms) + LoadAllAssembliesAndSetupDomain (1303ms) + LoadAssemblies (1721ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (81ms) + TypeCache.Refresh (33ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (23ms) + ResolveRequiredComponents (24ms) + FinalizeReload (4833ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1920ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (87ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (208ms) + ProcessInitializeOnLoadAttributes (885ms) + ProcessInitializeOnLoadMethodAttributes (610ms) + AfterProcessingInitializeOnLoad (120ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (103ms) +Script is not up to date after domain reload: guid(acdb37e4e7c0494084eed1be8171efc6) path("Assets/Scripts/GASSamples/Scripts/Game/Logic/Entity/Nodes/Component/Components/JNGASComponent.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 62.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6101. +Memory consumption went from 218.5 MB to 218.3 MB. +Total: 20.075800 ms (FindLiveObjects: 0.416300 ms CreateObjectMapping: 0.257300 ms MarkObjects: 19.141100 ms DeleteObjects: 0.259600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.955 seconds +Refreshing native plugins compatible for Editor in 57.74 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.887 seconds +Domain Reload Profiling: 2822ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (100ms) + LoadAllAssembliesAndSetupDomain (515ms) + LoadAssemblies (632ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1888ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (862ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (384ms) + ProcessInitializeOnLoadMethodAttributes (290ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 66.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6117. +Memory consumption went from 220.5 MB to 220.3 MB. +Total: 19.349900 ms (FindLiveObjects: 0.388900 ms CreateObjectMapping: 0.232700 ms MarkObjects: 18.477000 ms DeleteObjects: 0.248900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.928 seconds +Refreshing native plugins compatible for Editor in 84.12 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.912 seconds +Domain Reload Profiling: 4803ms + BeginReloadAssembly (695ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (19ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (144ms) + RebuildCommonClasses (83ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (200ms) + LoadAllAssembliesAndSetupDomain (888ms) + LoadAssemblies (1216ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (59ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (15ms) + ResolveRequiredComponents (17ms) + FinalizeReload (2915ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1626ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (52ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (124ms) + ProcessInitializeOnLoadAttributes (824ms) + ProcessInitializeOnLoadMethodAttributes (514ms) + AfterProcessingInitializeOnLoad (106ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (32ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 182.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6132. +Memory consumption went from 222.4 MB to 222.2 MB. +Total: 41.552400 ms (FindLiveObjects: 0.669700 ms CreateObjectMapping: 0.319500 ms MarkObjects: 40.201600 ms DeleteObjects: 0.359500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.078 seconds +Refreshing native plugins compatible for Editor in 77.28 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.877 seconds +Domain Reload Profiling: 2931ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (627ms) + LoadAssemblies (730ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1878ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (829ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (371ms) + ProcessInitializeOnLoadMethodAttributes (286ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 58.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6147. +Memory consumption went from 224.3 MB to 224.1 MB. +Total: 18.226300 ms (FindLiveObjects: 0.413900 ms CreateObjectMapping: 0.295900 ms MarkObjects: 17.244700 ms DeleteObjects: 0.270500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.056 seconds +Refreshing native plugins compatible for Editor in 80.24 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.787 seconds +Domain Reload Profiling: 3820ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (102ms) + LoadAllAssembliesAndSetupDomain (612ms) + LoadAssemblies (740ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2788ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1228ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (54ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (136ms) + ProcessInitializeOnLoadAttributes (577ms) + ProcessInitializeOnLoadMethodAttributes (397ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (7ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (52ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 82.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6162. +Memory consumption went from 226.2 MB to 226.0 MB. +Total: 27.335600 ms (FindLiveObjects: 0.468100 ms CreateObjectMapping: 0.320300 ms MarkObjects: 26.194700 ms DeleteObjects: 0.349200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.292 seconds +Refreshing native plugins compatible for Editor in 76.26 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.239 seconds +Domain Reload Profiling: 4507ms + BeginReloadAssembly (255ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (849ms) + LoadAssemblies (770ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (224ms) + TypeCache.Refresh (174ms) + TypeCache.ScanAssembly (153ms) + ScanForSourceGeneratedMonoScriptInfo (34ms) + ResolveRequiredComponents (13ms) + FinalizeReload (3241ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (912ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (363ms) + ProcessInitializeOnLoadMethodAttributes (359ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 75.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6177. +Memory consumption went from 228.3 MB to 228.1 MB. +Total: 48.972400 ms (FindLiveObjects: 0.591100 ms CreateObjectMapping: 0.278800 ms MarkObjects: 47.527200 ms DeleteObjects: 0.571600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 2.259 seconds +Refreshing native plugins compatible for Editor in 161.10 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 5.670 seconds +Domain Reload Profiling: 7878ms + BeginReloadAssembly (533ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (96ms) + RebuildCommonClasses (82ms) + RebuildNativeTypeToScriptingClass (29ms) + initialDomainReloadingComplete (281ms) + LoadAllAssembliesAndSetupDomain (1283ms) + LoadAssemblies (1512ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (80ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (21ms) + ResolveRequiredComponents (26ms) + FinalizeReload (5671ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (2681ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (129ms) + SetLoadedEditorAssemblies (13ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (297ms) + ProcessInitializeOnLoadAttributes (1456ms) + ProcessInitializeOnLoadMethodAttributes (694ms) + AfterProcessingInitializeOnLoad (89ms) + EditorAssembliesLoaded (4ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (35ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 68.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6192. +Memory consumption went from 230.2 MB to 230.0 MB. +Total: 21.862600 ms (FindLiveObjects: 0.437500 ms CreateObjectMapping: 0.250700 ms MarkObjects: 20.909000 ms DeleteObjects: 0.263900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.706 seconds +Refreshing native plugins compatible for Editor in 77.65 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.928 seconds +Domain Reload Profiling: 4611ms + BeginReloadAssembly (555ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (17ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (115ms) + RebuildCommonClasses (68ms) + RebuildNativeTypeToScriptingClass (21ms) + initialDomainReloadingComplete (159ms) + LoadAllAssembliesAndSetupDomain (877ms) + LoadAssemblies (1097ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (63ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (22ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2931ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1232ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (58ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (133ms) + ProcessInitializeOnLoadAttributes (600ms) + ProcessInitializeOnLoadMethodAttributes (373ms) + AfterProcessingInitializeOnLoad (63ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (29ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 275.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6207. +Memory consumption went from 232.2 MB to 232.0 MB. +Total: 25.734600 ms (FindLiveObjects: 0.487700 ms CreateObjectMapping: 0.274400 ms MarkObjects: 24.641900 ms DeleteObjects: 0.328400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.409 seconds +Refreshing native plugins compatible for Editor in 80.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.303 seconds +Domain Reload Profiling: 4681ms + BeginReloadAssembly (352ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (71ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (843ms) + LoadAssemblies (988ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (15ms) + FinalizeReload (3304ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1276ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (50ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (162ms) + ProcessInitializeOnLoadAttributes (559ms) + ProcessInitializeOnLoadMethodAttributes (433ms) + AfterProcessingInitializeOnLoad (65ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (41ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 72.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6222. +Memory consumption went from 234.1 MB to 233.9 MB. +Total: 25.569100 ms (FindLiveObjects: 0.521000 ms CreateObjectMapping: 0.300000 ms MarkObjects: 24.403000 ms DeleteObjects: 0.343200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.421 seconds +Refreshing native plugins compatible for Editor in 88.32 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.441 seconds +Domain Reload Profiling: 5829ms + BeginReloadAssembly (364ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (138ms) + LoadAllAssembliesAndSetupDomain (817ms) + LoadAssemblies (1012ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (18ms) + FinalizeReload (4443ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1586ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (59ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (155ms) + ProcessInitializeOnLoadAttributes (758ms) + ProcessInitializeOnLoadMethodAttributes (520ms) + AfterProcessingInitializeOnLoad (83ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (58ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 92.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6237. +Memory consumption went from 235.9 MB to 235.8 MB. +Total: 37.126500 ms (FindLiveObjects: 0.633400 ms CreateObjectMapping: 0.343300 ms MarkObjects: 35.738800 ms DeleteObjects: 0.408900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.227 seconds +Refreshing native plugins compatible for Editor in 71.66 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.632 seconds +Domain Reload Profiling: 4831ms + BeginReloadAssembly (308ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (135ms) + LoadAllAssembliesAndSetupDomain (692ms) + LoadAssemblies (842ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (3632ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1259ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (57ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (130ms) + ProcessInitializeOnLoadAttributes (592ms) + ProcessInitializeOnLoadMethodAttributes (412ms) + AfterProcessingInitializeOnLoad (58ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (31ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 145.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6252. +Memory consumption went from 238.0 MB to 237.8 MB. +Total: 41.306400 ms (FindLiveObjects: 0.752700 ms CreateObjectMapping: 0.377600 ms MarkObjects: 39.794200 ms DeleteObjects: 0.379200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.733 seconds +Refreshing native plugins compatible for Editor in 83.88 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.067 seconds +Domain Reload Profiling: 4749ms + BeginReloadAssembly (491ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (79ms) + RebuildCommonClasses (61ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (193ms) + LoadAllAssembliesAndSetupDomain (917ms) + LoadAssemblies (1166ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (16ms) + FinalizeReload (3068ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1349ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (47ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (519ms) + ProcessInitializeOnLoadMethodAttributes (533ms) + AfterProcessingInitializeOnLoad (127ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (56ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 89.64 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6267. +Memory consumption went from 239.9 MB to 239.7 MB. +Total: 40.092500 ms (FindLiveObjects: 0.641600 ms CreateObjectMapping: 0.233500 ms MarkObjects: 38.894500 ms DeleteObjects: 0.320700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.187 seconds +Refreshing native plugins compatible for Editor in 60.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.896 seconds +Domain Reload Profiling: 3062ms + BeginReloadAssembly (305ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (109ms) + LoadAllAssembliesAndSetupDomain (693ms) + LoadAssemblies (829ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (26ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1896ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (850ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (387ms) + ProcessInitializeOnLoadMethodAttributes (284ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 57.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6282. +Memory consumption went from 241.8 MB to 241.6 MB. +Total: 17.599400 ms (FindLiveObjects: 0.373400 ms CreateObjectMapping: 0.242800 ms MarkObjects: 16.728500 ms DeleteObjects: 0.253500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.142 seconds +Refreshing native plugins compatible for Editor in 139.26 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.053 seconds +Domain Reload Profiling: 3168ms + BeginReloadAssembly (276ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (126ms) + LoadAllAssembliesAndSetupDomain (654ms) + LoadAssemblies (748ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (61ms) + TypeCache.Refresh (32ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (16ms) + FinalizeReload (2054ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (812ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (367ms) + ProcessInitializeOnLoadMethodAttributes (270ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 118.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6297. +Memory consumption went from 243.8 MB to 243.6 MB. +Total: 30.898400 ms (FindLiveObjects: 0.478000 ms CreateObjectMapping: 0.191400 ms MarkObjects: 29.970600 ms DeleteObjects: 0.256900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.699 seconds +Refreshing native plugins compatible for Editor in 92.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.238 seconds +Domain Reload Profiling: 4889ms + BeginReloadAssembly (463ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (78ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (143ms) + LoadAllAssembliesAndSetupDomain (994ms) + LoadAssemblies (1208ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (67ms) + TypeCache.Refresh (38ms) + TypeCache.ScanAssembly (20ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (17ms) + FinalizeReload (3246ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1522ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (57ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (189ms) + ProcessInitializeOnLoadAttributes (705ms) + ProcessInitializeOnLoadMethodAttributes (487ms) + AfterProcessingInitializeOnLoad (69ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 162.66 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6312. +Memory consumption went from 245.6 MB to 245.4 MB. +Total: 39.469500 ms (FindLiveObjects: 0.709100 ms CreateObjectMapping: 0.350100 ms MarkObjects: 38.032500 ms DeleteObjects: 0.375300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.026 seconds +Refreshing native plugins compatible for Editor in 59.71 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.015 seconds +Domain Reload Profiling: 3020ms + BeginReloadAssembly (250ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (589ms) + LoadAssemblies (678ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2017ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (930ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (104ms) + ProcessInitializeOnLoadAttributes (529ms) + ProcessInitializeOnLoadMethodAttributes (223ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6327. +Memory consumption went from 247.6 MB to 247.4 MB. +Total: 12.460500 ms (FindLiveObjects: 0.308600 ms CreateObjectMapping: 0.177000 ms MarkObjects: 11.783500 ms DeleteObjects: 0.190600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.692 seconds +Refreshing native plugins compatible for Editor in 46.18 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.436 seconds +Domain Reload Profiling: 2114ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (404ms) + LoadAssemblies (479ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1437ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (633ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (300ms) + ProcessInitializeOnLoadMethodAttributes (206ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6342. +Memory consumption went from 249.6 MB to 249.4 MB. +Total: 14.500900 ms (FindLiveObjects: 0.321900 ms CreateObjectMapping: 0.174600 ms MarkObjects: 13.765000 ms DeleteObjects: 0.238300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.854 seconds +Refreshing native plugins compatible for Editor in 44.58 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.119 seconds +Domain Reload Profiling: 2955ms + BeginReloadAssembly (237ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (85ms) + LoadAllAssembliesAndSetupDomain (469ms) + LoadAssemblies (589ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2120ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (606ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (214ms) + AfterProcessingInitializeOnLoad (24ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Script is not up to date after domain reload: guid(f3ea713c89fe42fd98c9b84f2ec623f8) path("Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNContext.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6357. +Memory consumption went from 251.5 MB to 251.3 MB. +Total: 14.609900 ms (FindLiveObjects: 0.363000 ms CreateObjectMapping: 0.224600 ms MarkObjects: 13.765000 ms DeleteObjects: 0.255800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.834 seconds +Refreshing native plugins compatible for Editor in 37.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.471 seconds +Domain Reload Profiling: 2290ms + BeginReloadAssembly (218ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (475ms) + LoadAssemblies (556ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1471ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (545ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (185ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.09 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6372. +Memory consumption went from 253.4 MB to 253.2 MB. +Total: 14.519800 ms (FindLiveObjects: 0.361100 ms CreateObjectMapping: 0.205400 ms MarkObjects: 13.665400 ms DeleteObjects: 0.286800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.787 seconds +Refreshing native plugins compatible for Editor in 32.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.147 seconds +Domain Reload Profiling: 1919ms + BeginReloadAssembly (256ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (82ms) + LoadAllAssembliesAndSetupDomain (381ms) + LoadAssemblies (494ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1148ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (518ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (162ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.12 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6387. +Memory consumption went from 255.3 MB to 255.1 MB. +Total: 12.682200 ms (FindLiveObjects: 0.304200 ms CreateObjectMapping: 0.167900 ms MarkObjects: 11.998200 ms DeleteObjects: 0.210900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.231 seconds +Refreshing native plugins compatible for Editor in 178.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.065 seconds +Domain Reload Profiling: 3262ms + BeginReloadAssembly (302ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (133ms) + LoadAllAssembliesAndSetupDomain (702ms) + LoadAssemblies (830ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2065ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (891ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (391ms) + ProcessInitializeOnLoadMethodAttributes (315ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (47ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 61.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6402. +Memory consumption went from 257.3 MB to 257.1 MB. +Total: 21.081300 ms (FindLiveObjects: 0.467500 ms CreateObjectMapping: 0.163400 ms MarkObjects: 20.202500 ms DeleteObjects: 0.246300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.125 seconds +Refreshing native plugins compatible for Editor in 91.51 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.162 seconds +Domain Reload Profiling: 2255ms + BeginReloadAssembly (286ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (635ms) + LoadAssemblies (754ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1163ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (527ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (6ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6417. +Memory consumption went from 259.2 MB to 259.0 MB. +Total: 14.036100 ms (FindLiveObjects: 0.338200 ms CreateObjectMapping: 0.182300 ms MarkObjects: 13.311000 ms DeleteObjects: 0.203600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.604 seconds +Refreshing native plugins compatible for Editor in 33.50 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.290 seconds +Domain Reload Profiling: 1883ms + BeginReloadAssembly (156ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (346ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1292ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (567ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (255ms) + ProcessInitializeOnLoadMethodAttributes (202ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 32.71 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6432. +Memory consumption went from 261.2 MB to 261.0 MB. +Total: 12.834400 ms (FindLiveObjects: 0.322400 ms CreateObjectMapping: 0.169900 ms MarkObjects: 12.087200 ms DeleteObjects: 0.253400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.833 seconds +Refreshing native plugins compatible for Editor in 33.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.128 seconds +Domain Reload Profiling: 1937ms + BeginReloadAssembly (269ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (368ms) + LoadAssemblies (494ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (26ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1129ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (521ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.25 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6447. +Memory consumption went from 263.1 MB to 262.9 MB. +Total: 13.100600 ms (FindLiveObjects: 0.308300 ms CreateObjectMapping: 0.194300 ms MarkObjects: 12.391200 ms DeleteObjects: 0.205700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.662 seconds +Refreshing native plugins compatible for Editor in 53.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.395 seconds +Domain Reload Profiling: 2045ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (392ms) + LoadAssemblies (457ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1396ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (634ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (314ms) + ProcessInitializeOnLoadMethodAttributes (194ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6462. +Memory consumption went from 265.0 MB to 264.8 MB. +Total: 14.816000 ms (FindLiveObjects: 0.523800 ms CreateObjectMapping: 0.146600 ms MarkObjects: 13.907100 ms DeleteObjects: 0.226800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.660 seconds +Refreshing native plugins compatible for Editor in 43.15 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.478 seconds +Domain Reload Profiling: 2125ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (380ms) + LoadAssemblies (454ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1479ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (643ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (302ms) + ProcessInitializeOnLoadMethodAttributes (204ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 43.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6477. +Memory consumption went from 267.0 MB to 266.8 MB. +Total: 15.058000 ms (FindLiveObjects: 0.358100 ms CreateObjectMapping: 0.304400 ms MarkObjects: 14.175400 ms DeleteObjects: 0.219000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.214 seconds +Refreshing native plugins compatible for Editor in 83.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.921 seconds +Domain Reload Profiling: 4074ms + BeginReloadAssembly (288ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (122ms) + LoadAllAssembliesAndSetupDomain (686ms) + LoadAssemblies (805ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2921ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1013ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (69ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (122ms) + ProcessInitializeOnLoadAttributes (428ms) + ProcessInitializeOnLoadMethodAttributes (345ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 74.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6492. +Memory consumption went from 268.9 MB to 268.7 MB. +Total: 17.801400 ms (FindLiveObjects: 0.536100 ms CreateObjectMapping: 0.176400 ms MarkObjects: 16.861900 ms DeleteObjects: 0.225500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.074 seconds +Refreshing native plugins compatible for Editor in 61.27 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.055 seconds +Domain Reload Profiling: 3107ms + BeginReloadAssembly (308ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (586ms) + LoadAssemblies (714ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2056ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (857ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (94ms) + ProcessInitializeOnLoadAttributes (378ms) + ProcessInitializeOnLoadMethodAttributes (281ms) + AfterProcessingInitializeOnLoad (63ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 73.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6507. +Memory consumption went from 270.9 MB to 270.7 MB. +Total: 21.140200 ms (FindLiveObjects: 0.453200 ms CreateObjectMapping: 0.174700 ms MarkObjects: 20.244700 ms DeleteObjects: 0.266300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.862 seconds +Refreshing native plugins compatible for Editor in 34.01 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.149 seconds +Domain Reload Profiling: 2002ms + BeginReloadAssembly (287ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (166ms) + LoadAllAssembliesAndSetupDomain (347ms) + LoadAssemblies (488ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1150ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (525ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6522. +Memory consumption went from 272.8 MB to 272.6 MB. +Total: 12.825300 ms (FindLiveObjects: 0.326600 ms CreateObjectMapping: 0.190000 ms MarkObjects: 12.108300 ms DeleteObjects: 0.199400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.176 seconds +Refreshing native plugins compatible for Editor in 94.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.569 seconds +Domain Reload Profiling: 3737ms + BeginReloadAssembly (307ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (69ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (668ms) + LoadAssemblies (804ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2574ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1265ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (673ms) + ProcessInitializeOnLoadMethodAttributes (336ms) + AfterProcessingInitializeOnLoad (54ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (26ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 62.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6537. +Memory consumption went from 274.7 MB to 274.5 MB. +Total: 30.228700 ms (FindLiveObjects: 0.431100 ms CreateObjectMapping: 0.169800 ms MarkObjects: 29.329300 ms DeleteObjects: 0.297100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.112 seconds +Refreshing native plugins compatible for Editor in 75.85 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.868 seconds +Domain Reload Profiling: 3956ms + BeginReloadAssembly (293ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (611ms) + LoadAssemblies (756ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2869ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1058ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (24ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (220ms) + ProcessInitializeOnLoadAttributes (425ms) + ProcessInitializeOnLoadMethodAttributes (290ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (6ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 74.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6552. +Memory consumption went from 276.7 MB to 276.5 MB. +Total: 31.932300 ms (FindLiveObjects: 0.557900 ms CreateObjectMapping: 0.176500 ms MarkObjects: 30.941100 ms DeleteObjects: 0.255500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.164 seconds +Refreshing native plugins compatible for Editor in 68.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.158 seconds +Domain Reload Profiling: 3293ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (138ms) + LoadAllAssembliesAndSetupDomain (668ms) + LoadAssemblies (781ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2158ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (912ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (385ms) + ProcessInitializeOnLoadMethodAttributes (354ms) + AfterProcessingInitializeOnLoad (36ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 65.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6567. +Memory consumption went from 278.6 MB to 278.4 MB. +Total: 23.904700 ms (FindLiveObjects: 0.705900 ms CreateObjectMapping: 0.189600 ms MarkObjects: 22.773200 ms DeleteObjects: 0.234400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.758 seconds +Refreshing native plugins compatible for Editor in 64.37 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.821 seconds +Domain Reload Profiling: 2564ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (470ms) + LoadAssemblies (536ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (25ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1821ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (771ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (352ms) + ProcessInitializeOnLoadMethodAttributes (267ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6582. +Memory consumption went from 280.5 MB to 280.3 MB. +Total: 12.364500 ms (FindLiveObjects: 0.337800 ms CreateObjectMapping: 0.177900 ms MarkObjects: 11.634200 ms DeleteObjects: 0.213600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.777 seconds +Refreshing native plugins compatible for Editor in 35.22 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.135 seconds +Domain Reload Profiling: 1891ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (471ms) + LoadAssemblies (531ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1136ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (513ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (162ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6597. +Memory consumption went from 282.5 MB to 282.3 MB. +Total: 12.702400 ms (FindLiveObjects: 0.327500 ms CreateObjectMapping: 0.183100 ms MarkObjects: 11.961000 ms DeleteObjects: 0.229800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.736 seconds +Refreshing native plugins compatible for Editor in 37.71 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.200 seconds +Domain Reload Profiling: 1918ms + BeginReloadAssembly (184ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (394ms) + LoadAssemblies (462ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1200ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (535ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6612. +Memory consumption went from 284.3 MB to 284.1 MB. +Total: 12.484900 ms (FindLiveObjects: 0.325100 ms CreateObjectMapping: 0.172100 ms MarkObjects: 11.746500 ms DeleteObjects: 0.240300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.767 seconds +Refreshing native plugins compatible for Editor in 41.44 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.133 seconds +Domain Reload Profiling: 1889ms + BeginReloadAssembly (328ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (337ms) + LoadAssemblies (528ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1134ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (524ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (168ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6627. +Memory consumption went from 286.3 MB to 286.1 MB. +Total: 13.304400 ms (FindLiveObjects: 0.372600 ms CreateObjectMapping: 0.184200 ms MarkObjects: 12.521500 ms DeleteObjects: 0.224900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.648 seconds +Refreshing native plugins compatible for Editor in 42.34 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.379 seconds +Domain Reload Profiling: 2014ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (436ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1379ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (607ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (289ms) + ProcessInitializeOnLoadMethodAttributes (194ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6642. +Memory consumption went from 288.3 MB to 288.1 MB. +Total: 15.413200 ms (FindLiveObjects: 0.361000 ms CreateObjectMapping: 0.206700 ms MarkObjects: 14.589400 ms DeleteObjects: 0.255000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.990 seconds +Refreshing native plugins compatible for Editor in 39.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.228 seconds +Domain Reload Profiling: 2191ms + BeginReloadAssembly (343ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (126ms) + LoadAllAssembliesAndSetupDomain (439ms) + LoadAssemblies (641ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1231ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (595ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (226ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6657. +Memory consumption went from 290.2 MB to 290.0 MB. +Total: 12.933200 ms (FindLiveObjects: 0.340500 ms CreateObjectMapping: 0.177800 ms MarkObjects: 12.130300 ms DeleteObjects: 0.283500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.137 seconds +Refreshing native plugins compatible for Editor in 78.39 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.308 seconds +Domain Reload Profiling: 3431ms + BeginReloadAssembly (267ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (691ms) + LoadAssemblies (816ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2309ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1002ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (129ms) + ProcessInitializeOnLoadAttributes (456ms) + ProcessInitializeOnLoadMethodAttributes (335ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 78.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6672. +Memory consumption went from 292.1 MB to 292.0 MB. +Total: 34.783800 ms (FindLiveObjects: 0.460500 ms CreateObjectMapping: 0.173900 ms MarkObjects: 33.899900 ms DeleteObjects: 0.248100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.009 seconds +Refreshing native plugins compatible for Editor in 33.14 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.189 seconds +Domain Reload Profiling: 2176ms + BeginReloadAssembly (269ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (141ms) + LoadAllAssembliesAndSetupDomain (527ms) + LoadAssemblies (656ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1190ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (540ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6687. +Memory consumption went from 294.0 MB to 293.8 MB. +Total: 13.551100 ms (FindLiveObjects: 0.345400 ms CreateObjectMapping: 0.193100 ms MarkObjects: 12.803300 ms DeleteObjects: 0.208000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.031 seconds +Refreshing native plugins compatible for Editor in 34.51 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.141 seconds +Domain Reload Profiling: 2156ms + BeginReloadAssembly (334ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (510ms) + LoadAssemblies (694ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1141ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (519ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (161ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6702. +Memory consumption went from 296.0 MB to 295.8 MB. +Total: 14.075100 ms (FindLiveObjects: 0.361600 ms CreateObjectMapping: 0.184200 ms MarkObjects: 13.309400 ms DeleteObjects: 0.219100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.634 seconds +Refreshing native plugins compatible for Editor in 38.59 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.158 seconds +Domain Reload Profiling: 1779ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (353ms) + LoadAssemblies (432ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1158ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (521ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (168ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6717. +Memory consumption went from 297.9 MB to 297.7 MB. +Total: 14.055000 ms (FindLiveObjects: 0.382000 ms CreateObjectMapping: 0.184600 ms MarkObjects: 13.068400 ms DeleteObjects: 0.418400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.763 seconds +Refreshing native plugins compatible for Editor in 39.68 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.148 seconds +Domain Reload Profiling: 1897ms + BeginReloadAssembly (240ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (80ms) + LoadAllAssembliesAndSetupDomain (385ms) + LoadAssemblies (471ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1150ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6732. +Memory consumption went from 299.9 MB to 299.7 MB. +Total: 14.300700 ms (FindLiveObjects: 0.395900 ms CreateObjectMapping: 0.201500 ms MarkObjects: 13.286700 ms DeleteObjects: 0.415400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.844 seconds +Refreshing native plugins compatible for Editor in 39.48 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.255 seconds +Domain Reload Profiling: 2087ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (565ms) + LoadAssemblies (600ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1256ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (525ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (248ms) + ProcessInitializeOnLoadMethodAttributes (171ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6747. +Memory consumption went from 301.9 MB to 301.7 MB. +Total: 15.039200 ms (FindLiveObjects: 0.413200 ms CreateObjectMapping: 0.196300 ms MarkObjects: 14.140000 ms DeleteObjects: 0.288300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.633 seconds +Refreshing native plugins compatible for Editor in 39.43 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.153 seconds +Domain Reload Profiling: 1773ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (361ms) + LoadAssemblies (432ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1153ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (506ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (157ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.27 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6762. +Memory consumption went from 303.7 MB to 303.5 MB. +Total: 14.905600 ms (FindLiveObjects: 0.382100 ms CreateObjectMapping: 0.213500 ms MarkObjects: 14.065100 ms DeleteObjects: 0.243600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.165 seconds +Refreshing native plugins compatible for Editor in 78.49 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.061 seconds +Domain Reload Profiling: 4200ms + BeginReloadAssembly (312ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (649ms) + LoadAssemblies (773ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (72ms) + TypeCache.Refresh (42ms) + TypeCache.ScanAssembly (17ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (15ms) + FinalizeReload (3061ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (911ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (118ms) + ProcessInitializeOnLoadAttributes (383ms) + ProcessInitializeOnLoadMethodAttributes (343ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Script is not up to date after domain reload: guid(9378cf08054e430f8fd59ca809378c8a) path("Assets/HotScripts/JNGame/Runtime/GAS/General/GASTimer.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 80.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6776. +Memory consumption went from 305.7 MB to 305.5 MB. +Total: 28.665000 ms (FindLiveObjects: 0.532500 ms CreateObjectMapping: 0.189800 ms MarkObjects: 27.696500 ms DeleteObjects: 0.244600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.954 seconds +Refreshing native plugins compatible for Editor in 58.62 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.688 seconds +Domain Reload Profiling: 4616ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (508ms) + LoadAssemblies (620ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (3688ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (525ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 136 unused Assets / (205.1 KB). Loaded Objects now: 6790. +Memory consumption went from 307.6 MB to 307.4 MB. +Total: 13.239500 ms (FindLiveObjects: 0.397900 ms CreateObjectMapping: 0.233400 ms MarkObjects: 12.378500 ms DeleteObjects: 0.228300 ms) + +Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> @@ -187,22 +3779,3670 @@ AssetImportParameters requested are different than current active one (requested custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> ======================================================================== Received Import Request. - Time since last request: 436737.067524 seconds. - path: Assets/Resources/BuildinFileManifest.asset - artifactKey: Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/BuildinFileManifest.asset using Guid(f158672a438d7024c82155e424606457) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '24ecb48b4daa300b99d895810c019569') in 0.009672 seconds + Time since last request: 577200.255715 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset + artifactKey: Guid(0a77e9c8e20008944a99814e0b5a4aed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib/GCueDurational_PlayerDemo.asset using Guid(0a77e9c8e20008944a99814e0b5a4aed) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'bb264261cccf71f91cc19522eb5a2398') in 0.042795 seconds Number of updated asset objects reloaded before import = 0 Number of asset objects unloaded after import = 1 ======================================================================== -Received Import Request. - Time since last request: 0.000031 seconds. - path: Assets/Resources/Battle/Boss.prefab - artifactKey: Guid(d579585eed352e344bf2abbbb4989281) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Battle/Boss.prefab using Guid(d579585eed352e344bf2abbbb4989281) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f44dcfb1379108fa8c0f3c5573539cae') in 0.055754 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 10 -Editor requested this worker to shutdown with reason: Scaling down because of idle timeout -TcpMessagingSession - receive error: operation aborted. errorcode: 995, details: ߳˳Ӧóֹ I/O -AssetImportWorker is now disconnected from the server -Process exiting -Exiting without the bug reporter. Application will terminate with return code 0 \ No newline at end of file +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.653 seconds +Refreshing native plugins compatible for Editor in 36.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.333 seconds +Domain Reload Profiling: 1973ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1334ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (623ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (297ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6806. +Memory consumption went from 309.3 MB to 309.1 MB. +Total: 14.869000 ms (FindLiveObjects: 0.389000 ms CreateObjectMapping: 0.191500 ms MarkObjects: 14.069000 ms DeleteObjects: 0.218200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.693 seconds +Refreshing native plugins compatible for Editor in 35.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.244 seconds +Domain Reload Profiling: 1923ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (410ms) + LoadAssemblies (471ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1245ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (566ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (188ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6821. +Memory consumption went from 311.5 MB to 311.3 MB. +Total: 14.207200 ms (FindLiveObjects: 0.339400 ms CreateObjectMapping: 0.172300 ms MarkObjects: 13.445300 ms DeleteObjects: 0.249100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.657 seconds +Refreshing native plugins compatible for Editor in 37.24 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.331 seconds +Domain Reload Profiling: 1973ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (372ms) + LoadAssemblies (431ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1332ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (598ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6836. +Memory consumption went from 313.4 MB to 313.2 MB. +Total: 14.679200 ms (FindLiveObjects: 0.421800 ms CreateObjectMapping: 0.200700 ms MarkObjects: 13.763100 ms DeleteObjects: 0.292000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.631 seconds +Refreshing native plugins compatible for Editor in 35.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.196 seconds +Domain Reload Profiling: 1814ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (348ms) + LoadAssemblies (410ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1197ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (543ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (164ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.85 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6851. +Memory consumption went from 315.4 MB to 315.2 MB. +Total: 13.052500 ms (FindLiveObjects: 0.353000 ms CreateObjectMapping: 0.191500 ms MarkObjects: 12.273500 ms DeleteObjects: 0.233600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.907 seconds +Refreshing native plugins compatible for Editor in 30.89 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.112 seconds +Domain Reload Profiling: 1979ms + BeginReloadAssembly (289ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (140ms) + LoadAllAssembliesAndSetupDomain (388ms) + LoadAssemblies (536ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (25ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1112ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (505ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6866. +Memory consumption went from 317.3 MB to 317.1 MB. +Total: 15.807600 ms (FindLiveObjects: 0.423400 ms CreateObjectMapping: 0.260200 ms MarkObjects: 14.872600 ms DeleteObjects: 0.250200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.187 seconds +Refreshing native plugins compatible for Editor in 69.06 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.226 seconds +Domain Reload Profiling: 3378ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (698ms) + LoadAssemblies (823ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2227ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (955ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (40ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (92ms) + ProcessInitializeOnLoadAttributes (382ms) + ProcessInitializeOnLoadMethodAttributes (402ms) + AfterProcessingInitializeOnLoad (35ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (25ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 97.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6881. +Memory consumption went from 319.2 MB to 319.0 MB. +Total: 23.902300 ms (FindLiveObjects: 0.574700 ms CreateObjectMapping: 0.229800 ms MarkObjects: 22.851800 ms DeleteObjects: 0.244000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.886 seconds +Refreshing native plugins compatible for Editor in 34.98 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.817 seconds +Domain Reload Profiling: 2692ms + BeginReloadAssembly (297ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (96ms) + LoadAllAssembliesAndSetupDomain (430ms) + LoadAssemblies (576ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1818ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (166ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6896. +Memory consumption went from 321.2 MB to 321.0 MB. +Total: 13.193500 ms (FindLiveObjects: 0.356400 ms CreateObjectMapping: 0.186700 ms MarkObjects: 12.418000 ms DeleteObjects: 0.231000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.650 seconds +Refreshing native plugins compatible for Editor in 39.51 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.151 seconds +Domain Reload Profiling: 1788ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (373ms) + LoadAssemblies (428ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1151ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (258ms) + ProcessInitializeOnLoadMethodAttributes (159ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6911. +Memory consumption went from 323.0 MB to 322.8 MB. +Total: 15.060100 ms (FindLiveObjects: 0.372000 ms CreateObjectMapping: 0.179300 ms MarkObjects: 14.278400 ms DeleteObjects: 0.229100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.169 seconds +Refreshing native plugins compatible for Editor in 75.72 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.267 seconds +Domain Reload Profiling: 3406ms + BeginReloadAssembly (283ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (672ms) + LoadAssemblies (770ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2267ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (952ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (387ms) + ProcessInitializeOnLoadMethodAttributes (367ms) + AfterProcessingInitializeOnLoad (44ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (36ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 80.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6926. +Memory consumption went from 325.0 MB to 324.8 MB. +Total: 28.083100 ms (FindLiveObjects: 0.520400 ms CreateObjectMapping: 0.176100 ms MarkObjects: 27.143200 ms DeleteObjects: 0.241400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.053 seconds +Refreshing native plugins compatible for Editor in 33.37 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.194 seconds +Domain Reload Profiling: 2190ms + BeginReloadAssembly (262ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (565ms) + LoadAssemblies (674ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1194ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (537ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6941. +Memory consumption went from 327.0 MB to 326.8 MB. +Total: 11.909600 ms (FindLiveObjects: 0.373300 ms CreateObjectMapping: 0.208500 ms MarkObjects: 11.073400 ms DeleteObjects: 0.252900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.699 seconds +Refreshing native plugins compatible for Editor in 34.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.293 seconds +Domain Reload Profiling: 1980ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (468ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1294ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (208ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.78 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6956. +Memory consumption went from 328.9 MB to 328.7 MB. +Total: 12.170800 ms (FindLiveObjects: 0.443500 ms CreateObjectMapping: 0.173800 ms MarkObjects: 11.342600 ms DeleteObjects: 0.210200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.002 seconds +Refreshing native plugins compatible for Editor in 59.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.901 seconds +Domain Reload Profiling: 2887ms + BeginReloadAssembly (230ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (120ms) + LoadAllAssembliesAndSetupDomain (578ms) + LoadAssemblies (625ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (65ms) + TypeCache.Refresh (35ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (15ms) + FinalizeReload (1902ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (535ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.66 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6971. +Memory consumption went from 330.8 MB to 330.6 MB. +Total: 13.486800 ms (FindLiveObjects: 0.373600 ms CreateObjectMapping: 0.208500 ms MarkObjects: 12.680300 ms DeleteObjects: 0.223300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.022 seconds +Refreshing native plugins compatible for Editor in 40.40 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.853 seconds +Domain Reload Profiling: 2857ms + BeginReloadAssembly (358ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (101ms) + LoadAllAssembliesAndSetupDomain (492ms) + LoadAssemblies (633ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1853ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (552ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (168ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6986. +Memory consumption went from 332.7 MB to 332.5 MB. +Total: 13.642100 ms (FindLiveObjects: 0.372600 ms CreateObjectMapping: 0.186300 ms MarkObjects: 12.703000 ms DeleteObjects: 0.379000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.956 seconds +Refreshing native plugins compatible for Editor in 40.05 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.978 seconds +Domain Reload Profiling: 2920ms + BeginReloadAssembly (321ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (439ms) + LoadAssemblies (606ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1979ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (564ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.81 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7001. +Memory consumption went from 334.7 MB to 334.5 MB. +Total: 12.808900 ms (FindLiveObjects: 0.397700 ms CreateObjectMapping: 0.218100 ms MarkObjects: 11.696100 ms DeleteObjects: 0.495800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.761 seconds +Refreshing native plugins compatible for Editor in 39.00 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.163 seconds +Domain Reload Profiling: 1909ms + BeginReloadAssembly (209ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (388ms) + LoadAssemblies (452ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1165ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (529ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (172ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7017. +Memory consumption went from 336.6 MB to 336.5 MB. +Total: 14.345900 ms (FindLiveObjects: 0.403600 ms CreateObjectMapping: 0.207200 ms MarkObjects: 13.500300 ms DeleteObjects: 0.233500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.776 seconds +Refreshing native plugins compatible for Editor in 41.56 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.198 seconds +Domain Reload Profiling: 1962ms + BeginReloadAssembly (250ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (393ms) + LoadAssemblies (485ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1199ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (554ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7032. +Memory consumption went from 338.6 MB to 338.4 MB. +Total: 13.549800 ms (FindLiveObjects: 0.392300 ms CreateObjectMapping: 0.200500 ms MarkObjects: 12.700700 ms DeleteObjects: 0.255400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.854 seconds +Refreshing native plugins compatible for Editor in 39.85 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.182 seconds +Domain Reload Profiling: 2021ms + BeginReloadAssembly (190ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (74ms) + LoadAllAssembliesAndSetupDomain (539ms) + LoadAssemblies (597ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1182ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (546ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (174ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.53 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7047. +Memory consumption went from 340.5 MB to 340.3 MB. +Total: 13.174500 ms (FindLiveObjects: 0.375700 ms CreateObjectMapping: 0.184600 ms MarkObjects: 12.401100 ms DeleteObjects: 0.212100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.671 seconds +Refreshing native plugins compatible for Editor in 39.46 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.196 seconds +Domain Reload Profiling: 1855ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (384ms) + LoadAssemblies (440ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1197ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (545ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (170ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7062. +Memory consumption went from 342.4 MB to 342.2 MB. +Total: 13.949900 ms (FindLiveObjects: 0.430500 ms CreateObjectMapping: 0.214200 ms MarkObjects: 12.925700 ms DeleteObjects: 0.378200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.274 seconds +Refreshing native plugins compatible for Editor in 75.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.216 seconds +Domain Reload Profiling: 3473ms + BeginReloadAssembly (328ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (89ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (726ms) + LoadAssemblies (840ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (57ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2232ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (897ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (107ms) + ProcessInitializeOnLoadAttributes (401ms) + ProcessInitializeOnLoadMethodAttributes (300ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Script is not up to date after domain reload: guid(321af3379125465380073b2a04a1b1e2) path("Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 65.62 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7076. +Memory consumption went from 344.4 MB to 344.2 MB. +Total: 23.232100 ms (FindLiveObjects: 0.504700 ms CreateObjectMapping: 0.181600 ms MarkObjects: 22.310200 ms DeleteObjects: 0.233800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.891 seconds +Refreshing native plugins compatible for Editor in 38.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.209 seconds +Domain Reload Profiling: 2087ms + BeginReloadAssembly (350ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (395ms) + LoadAssemblies (587ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1210ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (545ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7092. +Memory consumption went from 346.3 MB to 346.1 MB. +Total: 13.283800 ms (FindLiveObjects: 0.375700 ms CreateObjectMapping: 0.180300 ms MarkObjects: 12.504700 ms DeleteObjects: 0.221900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.790 seconds +Refreshing native plugins compatible for Editor in 35.67 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.179 seconds +Domain Reload Profiling: 1955ms + BeginReloadAssembly (302ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (368ms) + LoadAssemblies (496ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1180ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (537ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (164ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7107. +Memory consumption went from 348.2 MB to 348.0 MB. +Total: 13.027200 ms (FindLiveObjects: 0.401900 ms CreateObjectMapping: 0.183100 ms MarkObjects: 12.211400 ms DeleteObjects: 0.229800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.302 seconds +Refreshing native plugins compatible for Editor in 86.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.218 seconds +Domain Reload Profiling: 3483ms + BeginReloadAssembly (309ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (762ms) + LoadAssemblies (895ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (57ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2220ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (977ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (141ms) + ProcessInitializeOnLoadAttributes (415ms) + ProcessInitializeOnLoadMethodAttributes (334ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (38ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 69.49 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7122. +Memory consumption went from 350.2 MB to 350.0 MB. +Total: 23.784000 ms (FindLiveObjects: 0.765300 ms CreateObjectMapping: 0.311600 ms MarkObjects: 22.385500 ms DeleteObjects: 0.319800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.973 seconds +Refreshing native plugins compatible for Editor in 46.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.203 seconds +Domain Reload Profiling: 2145ms + BeginReloadAssembly (271ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (500ms) + LoadAssemblies (597ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (56ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (18ms) + FinalizeReload (1204ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (557ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (278ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7137. +Memory consumption went from 352.0 MB to 351.9 MB. +Total: 14.002500 ms (FindLiveObjects: 0.399900 ms CreateObjectMapping: 0.195200 ms MarkObjects: 13.148100 ms DeleteObjects: 0.258000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.770 seconds +Refreshing native plugins compatible for Editor in 36.90 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.159 seconds +Domain Reload Profiling: 1910ms + BeginReloadAssembly (190ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (51ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (394ms) + LoadAssemblies (464ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1159ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (529ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (240ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 32.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7152. +Memory consumption went from 354.1 MB to 353.9 MB. +Total: 13.005400 ms (FindLiveObjects: 0.540900 ms CreateObjectMapping: 0.179100 ms MarkObjects: 12.048000 ms DeleteObjects: 0.235700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.244 seconds +Refreshing native plugins compatible for Editor in 67.80 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.240 seconds +Domain Reload Profiling: 3431ms + BeginReloadAssembly (328ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (105ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (109ms) + LoadAllAssembliesAndSetupDomain (701ms) + LoadAssemblies (809ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2241ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (899ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (110ms) + ProcessInitializeOnLoadAttributes (400ms) + ProcessInitializeOnLoadMethodAttributes (297ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (9ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (27ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 65.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 7167. +Memory consumption went from 356.0 MB to 355.8 MB. +Total: 12.944700 ms (FindLiveObjects: 0.367900 ms CreateObjectMapping: 0.188000 ms MarkObjects: 12.186500 ms DeleteObjects: 0.201200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.727 seconds +Refreshing native plugins compatible for Editor in 35.02 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.264 seconds +Domain Reload Profiling: 2977ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (448ms) + LoadAssemblies (517ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2264ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (578ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (54ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7182. +Memory consumption went from 357.9 MB to 357.7 MB. +Total: 12.866000 ms (FindLiveObjects: 0.386500 ms CreateObjectMapping: 0.205400 ms MarkObjects: 12.024400 ms DeleteObjects: 0.248500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.283 seconds +Refreshing native plugins compatible for Editor in 69.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.027 seconds +Domain Reload Profiling: 4266ms + BeginReloadAssembly (380ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (112ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (687ms) + LoadAssemblies (810ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (3028ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (969ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (118ms) + ProcessInitializeOnLoadAttributes (411ms) + ProcessInitializeOnLoadMethodAttributes (353ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (5ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 85.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (204.7 KB). Loaded Objects now: 7196. +Memory consumption went from 359.9 MB to 359.7 MB. +Total: 25.016900 ms (FindLiveObjects: 0.491000 ms CreateObjectMapping: 0.223200 ms MarkObjects: 24.077600 ms DeleteObjects: 0.223700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.633 seconds +Refreshing native plugins compatible for Editor in 37.43 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.375 seconds +Domain Reload Profiling: 1996ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (358ms) + LoadAssemblies (428ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1377ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (629ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (293ms) + ProcessInitializeOnLoadMethodAttributes (207ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.89 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7211. +Memory consumption went from 361.7 MB to 361.5 MB. +Total: 14.068600 ms (FindLiveObjects: 0.575700 ms CreateObjectMapping: 0.345100 ms MarkObjects: 12.912900 ms DeleteObjects: 0.233700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.195 seconds +Refreshing native plugins compatible for Editor in 83.17 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.600 seconds +Domain Reload Profiling: 3762ms + BeginReloadAssembly (307ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (156ms) + LoadAllAssembliesAndSetupDomain (649ms) + LoadAssemblies (768ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2600ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1003ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (111ms) + ProcessInitializeOnLoadAttributes (408ms) + ProcessInitializeOnLoadMethodAttributes (399ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Script is not up to date after domain reload: guid(b0b041f9937946109449a4143e1072a7) path("Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 81.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7225. +Memory consumption went from 363.7 MB to 363.5 MB. +Total: 21.441800 ms (FindLiveObjects: 0.607100 ms CreateObjectMapping: 0.187000 ms MarkObjects: 20.390800 ms DeleteObjects: 0.254900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.210 seconds +Refreshing native plugins compatible for Editor in 84.52 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.305 seconds +Domain Reload Profiling: 3467ms + BeginReloadAssembly (311ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (139ms) + LoadAllAssembliesAndSetupDomain (657ms) + LoadAssemblies (786ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (61ms) + TypeCache.Refresh (36ms) + TypeCache.ScanAssembly (22ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2306ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1044ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (42ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (149ms) + ProcessInitializeOnLoadAttributes (412ms) + ProcessInitializeOnLoadMethodAttributes (395ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (21ms) +Script is not up to date after domain reload: guid(b0b041f9937946109449a4143e1072a7) path("Assets/HotScripts/JNGame/Runtime/GAS/Runtime/JexGasManager.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 73.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5544 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 7240. +Memory consumption went from 365.6 MB to 365.4 MB. +Total: 26.035800 ms (FindLiveObjects: 0.737200 ms CreateObjectMapping: 0.183500 ms MarkObjects: 24.736600 ms DeleteObjects: 0.375900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.852 seconds +Refreshing native plugins compatible for Editor in 40.88 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.190 seconds +Domain Reload Profiling: 2029ms + BeginReloadAssembly (326ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (13ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (88ms) + LoadAllAssembliesAndSetupDomain (371ms) + LoadAssemblies (533ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1192ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (542ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7256. +Memory consumption went from 367.6 MB to 367.4 MB. +Total: 13.547400 ms (FindLiveObjects: 0.366900 ms CreateObjectMapping: 0.184900 ms MarkObjects: 12.729800 ms DeleteObjects: 0.264600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.637 seconds +Refreshing native plugins compatible for Editor in 38.30 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.396 seconds +Domain Reload Profiling: 2021ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (357ms) + LoadAssemblies (427ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1396ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (642ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (199ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.56 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7271. +Memory consumption went from 369.5 MB to 369.3 MB. +Total: 14.848400 ms (FindLiveObjects: 0.396300 ms CreateObjectMapping: 0.195700 ms MarkObjects: 13.952400 ms DeleteObjects: 0.302700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.762 seconds +Refreshing native plugins compatible for Editor in 35.20 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.883 seconds +Domain Reload Profiling: 2630ms + BeginReloadAssembly (191ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (439ms) + LoadAssemblies (503ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1884ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (569ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7286. +Memory consumption went from 371.4 MB to 371.2 MB. +Total: 15.165400 ms (FindLiveObjects: 0.419000 ms CreateObjectMapping: 0.193400 ms MarkObjects: 14.241900 ms DeleteObjects: 0.309700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.634 seconds +Refreshing native plugins compatible for Editor in 38.87 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.507 seconds +Domain Reload Profiling: 2130ms + BeginReloadAssembly (164ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (361ms) + LoadAssemblies (428ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1509ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (674ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (235ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7301. +Memory consumption went from 373.4 MB to 373.2 MB. +Total: 17.300900 ms (FindLiveObjects: 0.784500 ms CreateObjectMapping: 0.158100 ms MarkObjects: 16.030200 ms DeleteObjects: 0.325300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.715 seconds +Refreshing native plugins compatible for Editor in 40.57 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.707 seconds +Domain Reload Profiling: 2410ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (422ms) + LoadAssemblies (492ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1708ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (542ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (254ms) + ProcessInitializeOnLoadMethodAttributes (185ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7316. +Memory consumption went from 375.3 MB to 375.1 MB. +Total: 13.047700 ms (FindLiveObjects: 0.502000 ms CreateObjectMapping: 0.197800 ms MarkObjects: 12.103800 ms DeleteObjects: 0.243200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.644 seconds +Refreshing native plugins compatible for Editor in 35.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.283 seconds +Domain Reload Profiling: 1916ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (365ms) + LoadAssemblies (433ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1285ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7331. +Memory consumption went from 377.3 MB to 377.1 MB. +Total: 13.455200 ms (FindLiveObjects: 0.406300 ms CreateObjectMapping: 0.181700 ms MarkObjects: 12.650300 ms DeleteObjects: 0.215700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.697 seconds +Refreshing native plugins compatible for Editor in 37.23 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.191 seconds +Domain Reload Profiling: 1875ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (412ms) + LoadAssemblies (461ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1192ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (528ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (163ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7346. +Memory consumption went from 379.2 MB to 379.0 MB. +Total: 13.803100 ms (FindLiveObjects: 0.386500 ms CreateObjectMapping: 0.201500 ms MarkObjects: 12.965500 ms DeleteObjects: 0.248500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 37.29 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.474 seconds +Domain Reload Profiling: 2103ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (439ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1474ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (661ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (323ms) + ProcessInitializeOnLoadMethodAttributes (187ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 44.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7361. +Memory consumption went from 381.1 MB to 380.9 MB. +Total: 16.207800 ms (FindLiveObjects: 0.547900 ms CreateObjectMapping: 0.251800 ms MarkObjects: 15.120000 ms DeleteObjects: 0.286900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.275 seconds +Refreshing native plugins compatible for Editor in 86.16 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.606 seconds +Domain Reload Profiling: 3852ms + BeginReloadAssembly (327ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (747ms) + LoadAssemblies (866ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2608ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1002ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (186ms) + ProcessInitializeOnLoadAttributes (412ms) + ProcessInitializeOnLoadMethodAttributes (310ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (7ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7376. +Memory consumption went from 383.1 MB to 382.9 MB. +Total: 35.036700 ms (FindLiveObjects: 0.546600 ms CreateObjectMapping: 0.184800 ms MarkObjects: 34.047200 ms DeleteObjects: 0.256600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.101 seconds +Refreshing native plugins compatible for Editor in 35.02 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.200 seconds +Domain Reload Profiling: 2279ms + BeginReloadAssembly (327ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (588ms) + LoadAssemblies (762ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1201ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (565ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (25ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7391. +Memory consumption went from 385.0 MB to 384.8 MB. +Total: 15.064500 ms (FindLiveObjects: 0.499200 ms CreateObjectMapping: 0.247000 ms MarkObjects: 14.074600 ms DeleteObjects: 0.242300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.651 seconds +Refreshing native plugins compatible for Editor in 38.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.444 seconds +Domain Reload Profiling: 2081ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (366ms) + LoadAssemblies (437ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1444ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (652ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (320ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + AfterProcessingInitializeOnLoad (29ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (22ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.88 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7406. +Memory consumption went from 386.9 MB to 386.7 MB. +Total: 14.785800 ms (FindLiveObjects: 0.410000 ms CreateObjectMapping: 0.205700 ms MarkObjects: 13.857300 ms DeleteObjects: 0.311500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.633 seconds +Refreshing native plugins compatible for Editor in 34.55 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.514 seconds +Domain Reload Profiling: 2136ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (347ms) + LoadAssemblies (419ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1515ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (691ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (318ms) + ProcessInitializeOnLoadMethodAttributes (241ms) + AfterProcessingInitializeOnLoad (32ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (17ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7421. +Memory consumption went from 388.9 MB to 388.7 MB. +Total: 15.911000 ms (FindLiveObjects: 0.564000 ms CreateObjectMapping: 0.430400 ms MarkObjects: 14.683400 ms DeleteObjects: 0.231800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.651 seconds +Refreshing native plugins compatible for Editor in 36.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.403 seconds +Domain Reload Profiling: 2041ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (370ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1404ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (638ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (305ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + AfterProcessingInitializeOnLoad (27ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 38.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7436. +Memory consumption went from 390.7 MB to 390.5 MB. +Total: 15.080800 ms (FindLiveObjects: 0.417100 ms CreateObjectMapping: 0.193300 ms MarkObjects: 14.219500 ms DeleteObjects: 0.249300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.642 seconds +Refreshing native plugins compatible for Editor in 34.88 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.403 seconds +Domain Reload Profiling: 2033ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (363ms) + LoadAssemblies (431ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1404ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (635ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (306ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + AfterProcessingInitializeOnLoad (29ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (15ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 41.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7451. +Memory consumption went from 392.7 MB to 392.5 MB. +Total: 15.413900 ms (FindLiveObjects: 0.462200 ms CreateObjectMapping: 0.260800 ms MarkObjects: 14.460300 ms DeleteObjects: 0.229300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.637 seconds +Refreshing native plugins compatible for Editor in 34.41 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.385 seconds +Domain Reload Profiling: 2009ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (359ms) + LoadAssemblies (427ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1386ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (635ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (303ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + AfterProcessingInitializeOnLoad (29ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 45.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7466. +Memory consumption went from 394.6 MB to 394.5 MB. +Total: 16.824600 ms (FindLiveObjects: 0.522500 ms CreateObjectMapping: 0.345100 ms MarkObjects: 15.738800 ms DeleteObjects: 0.216900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.753 seconds +Refreshing native plugins compatible for Editor in 36.09 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.195 seconds +Domain Reload Profiling: 2938ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (30ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (453ms) + LoadAssemblies (509ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2198ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (268ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7481. +Memory consumption went from 396.6 MB to 396.4 MB. +Total: 13.256400 ms (FindLiveObjects: 0.451100 ms CreateObjectMapping: 0.210200 ms MarkObjects: 12.383300 ms DeleteObjects: 0.211000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.689 seconds +Refreshing native plugins compatible for Editor in 33.71 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.379 seconds +Domain Reload Profiling: 2056ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (408ms) + LoadAssemblies (466ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1380ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (565ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (259ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7496. +Memory consumption went from 398.6 MB to 398.4 MB. +Total: 13.888600 ms (FindLiveObjects: 0.438400 ms CreateObjectMapping: 0.195100 ms MarkObjects: 13.048600 ms DeleteObjects: 0.205200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.728 seconds +Refreshing native plugins compatible for Editor in 36.97 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.916 seconds +Domain Reload Profiling: 2632ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (450ms) + LoadAssemblies (503ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1917ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (554ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7511. +Memory consumption went from 400.4 MB to 400.2 MB. +Total: 13.963300 ms (FindLiveObjects: 0.408900 ms CreateObjectMapping: 0.189200 ms MarkObjects: 13.099000 ms DeleteObjects: 0.265200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.525 seconds +Refreshing native plugins compatible for Editor in 39.36 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.462 seconds +Domain Reload Profiling: 3974ms + BeginReloadAssembly (554ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (20ms) + BackupInstance (0ms) + ReleaseScriptingObjects (1ms) + CreateAndSetChildDomain (338ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (82ms) + LoadAllAssembliesAndSetupDomain (832ms) + LoadAssemblies (904ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2462ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (819ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (110ms) + ProcessInitializeOnLoadAttributes (413ms) + ProcessInitializeOnLoadMethodAttributes (227ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7527. +Memory consumption went from 402.5 MB to 402.3 MB. +Total: 20.034300 ms (FindLiveObjects: 0.480400 ms CreateObjectMapping: 0.218800 ms MarkObjects: 19.082100 ms DeleteObjects: 0.252000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.690 seconds +Refreshing native plugins compatible for Editor in 36.19 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.249 seconds +Domain Reload Profiling: 1927ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (373ms) + LoadAssemblies (443ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1250ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (584ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (288ms) + ProcessInitializeOnLoadMethodAttributes (182ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7542. +Memory consumption went from 404.4 MB to 404.2 MB. +Total: 13.118100 ms (FindLiveObjects: 0.416900 ms CreateObjectMapping: 0.185400 ms MarkObjects: 12.293800 ms DeleteObjects: 0.221100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.121 seconds +Refreshing native plugins compatible for Editor in 51.53 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.360 seconds +Domain Reload Profiling: 2464ms + BeginReloadAssembly (296ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (74ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (122ms) + LoadAllAssembliesAndSetupDomain (630ms) + LoadAssemblies (760ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1361ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (660ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (322ms) + ProcessInitializeOnLoadMethodAttributes (212ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Script is not up to date after domain reload: guid(b964e9ee395740d6b0f8e42978c1ba35) path("Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs") state(2) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 40.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7556. +Memory consumption went from 406.3 MB to 406.1 MB. +Total: 15.894700 ms (FindLiveObjects: 0.475500 ms CreateObjectMapping: 0.245700 ms MarkObjects: 14.855900 ms DeleteObjects: 0.315800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.824 seconds +Refreshing native plugins compatible for Editor in 52.45 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.632 seconds +Domain Reload Profiling: 2442ms + BeginReloadAssembly (201ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (499ms) + LoadAssemblies (574ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1632ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (557ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (268ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.56 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7572. +Memory consumption went from 408.2 MB to 408.0 MB. +Total: 14.266100 ms (FindLiveObjects: 0.511900 ms CreateObjectMapping: 0.202100 ms MarkObjects: 13.306500 ms DeleteObjects: 0.244400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.730 seconds +Refreshing native plugins compatible for Editor in 36.25 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.093 seconds +Domain Reload Profiling: 2811ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (450ms) + LoadAssemblies (509ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2094ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (587ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 36.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7587. +Memory consumption went from 410.1 MB to 409.9 MB. +Total: 13.916600 ms (FindLiveObjects: 0.405600 ms CreateObjectMapping: 0.225700 ms MarkObjects: 12.993200 ms DeleteObjects: 0.290500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/AssetImportWorker1.log b/JNFrame2/Logs/AssetImportWorker1.log new file mode 100644 index 00000000..2a160a27 --- /dev/null +++ b/JNFrame2/Logs/AssetImportWorker1.log @@ -0,0 +1,957 @@ +Using pre-set license +Built from '2022.3/china_unity/release' branch; Version is '2022.3.16f1c1 (2f3f1b3bde89) revision 3096347'; Using compiler version '192829333'; Build Type 'Release' +OS: 'Windows 11 (10.0.22631) 64bit Core' Language: 'zh' Physical Memory: 16088 MB +BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 + +COMMAND LINE ARGUMENTS: +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe +-adb2 +-batchMode +-noUpm +-name +AssetImportWorker1 +-projectPath +D:/Jisol/JisolGame/JNFrame2 +-logFile +Logs/AssetImportWorker1.log +-srvPort +58746 +Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 +[UnityMemory] Configuration Parameters - Can be set up in boot.config + "memorysetup-bucket-allocator-granularity=16" + "memorysetup-bucket-allocator-bucket-count=8" + "memorysetup-bucket-allocator-block-size=33554432" + "memorysetup-bucket-allocator-block-count=8" + "memorysetup-main-allocator-block-size=16777216" + "memorysetup-thread-allocator-block-size=16777216" + "memorysetup-gfx-main-allocator-block-size=16777216" + "memorysetup-gfx-thread-allocator-block-size=16777216" + "memorysetup-cache-allocator-block-size=4194304" + "memorysetup-typetree-allocator-block-size=2097152" + "memorysetup-profiler-bucket-allocator-granularity=16" + "memorysetup-profiler-bucket-allocator-bucket-count=8" + "memorysetup-profiler-bucket-allocator-block-size=33554432" + "memorysetup-profiler-bucket-allocator-block-count=8" + "memorysetup-profiler-allocator-block-size=16777216" + "memorysetup-profiler-editor-allocator-block-size=1048576" + "memorysetup-temp-allocator-size-main=16777216" + "memorysetup-job-temp-allocator-block-size=2097152" + "memorysetup-job-temp-allocator-block-size-background=1048576" + "memorysetup-job-temp-allocator-reduction-small-platforms=262144" + "memorysetup-allocator-temp-initial-block-size-main=262144" + "memorysetup-allocator-temp-initial-block-size-worker=262144" + "memorysetup-temp-allocator-size-background-worker=32768" + "memorysetup-temp-allocator-size-job-worker=262144" + "memorysetup-temp-allocator-size-preload-manager=33554432" + "memorysetup-temp-allocator-size-nav-mesh-worker=65536" + "memorysetup-temp-allocator-size-audio-worker=65536" + "memorysetup-temp-allocator-size-cloud-worker=32768" + "memorysetup-temp-allocator-size-gi-baking-worker=262144" + "memorysetup-temp-allocator-size-gfx=262144" +Player connection [38236] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3677003301 [EditorId] 3677003301 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [38236] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3677003301 [EditorId] 3677003301 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... + +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 79.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) +[Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems +[Subsystems] Discovering subsystems at path D:/Jisol/JisolGame/JNFrame2/Assets +GfxDevice: creating device client; threaded=0; jobified=0 +Direct3D: + Version: Direct3D 11.0 [level 11.1] + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) + Vendor: NVIDIA + VRAM: 5996 MB + Driver: 31.0.15.5176 +Initialize mono +Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' +Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' +Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' +Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56768 +Begin MonoManager ReloadAssembly +Registering precompiled unity dll's ... +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll +Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll +Registered in 0.016676 seconds. +- Loaded All Assemblies, in 0.363 seconds +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 320 ms +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.571 seconds +Domain Reload Profiling: 926ms + BeginReloadAssembly (123ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (124ms) + LoadAssemblies (116ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (121ms) + TypeCache.Refresh (120ms) + TypeCache.ScanAssembly (108ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (572ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (411ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (1ms) + ProcessInitializeOnLoadAttributes (78ms) + ProcessInitializeOnLoadMethodAttributes (37ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +======================================================================== +Worker process is ready to serve import requests +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.992 seconds +Refreshing native plugins compatible for Editor in 42.30 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Package Manager log level set to [2] +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 0.991 seconds +Domain Reload Profiling: 1968ms + BeginReloadAssembly (156ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (19ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (718ms) + LoadAssemblies (562ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (256ms) + TypeCache.Refresh (227ms) + TypeCache.ScanAssembly (207ms) + ScanForSourceGeneratedMonoScriptInfo (20ms) + ResolveRequiredComponents (7ms) + FinalizeReload (991ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (859ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (419ms) + ProcessInitializeOnLoadMethodAttributes (319ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (7ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.09 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5563 Unused Serialized files (Serialized files now loaded: 0) +Unloading 175 unused Assets / (231.0 KB). Loaded Objects now: 6011. +Memory consumption went from 210.3 MB to 210.1 MB. +Total: 15.175500 ms (FindLiveObjects: 0.332400 ms CreateObjectMapping: 0.186000 ms MarkObjects: 14.387700 ms DeleteObjects: 0.268200 ms) + +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: b059e60ee6785702b3dbf85733765f7f -> bef7912753b2bc58bba0d70946e69a22 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 9a3832caedb205d9d2bd83dcddfd1f7d -> 4d18a73bcdf3c1dd8d7046481e79d093 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:scripting/monoscript/fileName/m_generatorPackageAttribute.cs: e10470c8d55ee14386c756ed32808741 -> c0108c2656ca6f9f00b8de673fb8aace +======================================================================== +Received Import Request. + Time since last request: 582933.751461 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset + artifactKey: Guid(25ef9a2206b693c4f9b93af896a038a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_JisolDemo1.asset using Guid(25ef9a2206b693c4f9b93af896a038a8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c736e7e311c9561b7cd52d89e5928c43') in 0.009531 seconds +Number of updated asset objects reloaded before import = 0 +Number of asset objects unloaded after import = 3 +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.148 seconds +Refreshing native plugins compatible for Editor in 71.73 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.263 seconds +Domain Reload Profiling: 2369ms + BeginReloadAssembly (311ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (59ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (101ms) + LoadAllAssembliesAndSetupDomain (622ms) + LoadAssemblies (755ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1264ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (548ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (177ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.64 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5545 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6027. +Memory consumption went from 208.5 MB to 208.3 MB. +Total: 13.069000 ms (FindLiveObjects: 0.405200 ms CreateObjectMapping: 0.183300 ms MarkObjects: 12.295100 ms DeleteObjects: 0.184500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.689 seconds +Refreshing native plugins compatible for Editor in 41.28 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.240 seconds +Domain Reload Profiling: 1916ms + BeginReloadAssembly (183ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (392ms) + LoadAssemblies (457ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1242ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 37.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5546 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6042. +Memory consumption went from 210.7 MB to 210.5 MB. +Total: 13.674400 ms (FindLiveObjects: 0.526200 ms CreateObjectMapping: 0.200100 ms MarkObjects: 12.752700 ms DeleteObjects: 0.194600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.036 seconds +Refreshing native plugins compatible for Editor in 63.83 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.264 seconds +Domain Reload Profiling: 2273ms + BeginReloadAssembly (247ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (109ms) + LoadAllAssembliesAndSetupDomain (603ms) + LoadAssemblies (701ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1265ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (537ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 33.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6058. +Memory consumption went from 212.6 MB to 212.4 MB. +Total: 13.969700 ms (FindLiveObjects: 0.316700 ms CreateObjectMapping: 0.180000 ms MarkObjects: 13.263800 ms DeleteObjects: 0.208000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.669 seconds +Refreshing native plugins compatible for Editor in 35.91 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.268 seconds +Domain Reload Profiling: 1923ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (444ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1269ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (594ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (279ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6073. +Memory consumption went from 214.6 MB to 214.4 MB. +Total: 13.184200 ms (FindLiveObjects: 0.309300 ms CreateObjectMapping: 0.228100 ms MarkObjects: 12.424700 ms DeleteObjects: 0.220900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.128 seconds +Refreshing native plugins compatible for Editor in 72.68 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.109 seconds +Domain Reload Profiling: 3211ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (636ms) + LoadAssemblies (752ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2109ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (885ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (398ms) + ProcessInitializeOnLoadMethodAttributes (310ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (6ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (13ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 81.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6088. +Memory consumption went from 216.4 MB to 216.2 MB. +Total: 41.526400 ms (FindLiveObjects: 0.419100 ms CreateObjectMapping: 0.159700 ms MarkObjects: 40.669200 ms DeleteObjects: 0.276700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.106 seconds +Refreshing native plugins compatible for Editor in 74.65 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.512 seconds +Domain Reload Profiling: 2583ms + BeginReloadAssembly (292ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (599ms) + LoadAssemblies (704ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1513ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (561ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6103. +Memory consumption went from 218.4 MB to 218.2 MB. +Total: 13.688100 ms (FindLiveObjects: 0.329900 ms CreateObjectMapping: 0.164800 ms MarkObjects: 12.991800 ms DeleteObjects: 0.200300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.607 seconds +Refreshing native plugins compatible for Editor in 35.11 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.345 seconds +Domain Reload Profiling: 1939ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (334ms) + LoadAssemblies (407ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (15ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1346ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (624ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (298ms) + ProcessInitializeOnLoadMethodAttributes (192ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (16ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6118. +Memory consumption went from 220.4 MB to 220.2 MB. +Total: 13.997200 ms (FindLiveObjects: 0.318000 ms CreateObjectMapping: 0.233700 ms MarkObjects: 13.227100 ms DeleteObjects: 0.217100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.648 seconds +Refreshing native plugins compatible for Editor in 46.09 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.398 seconds +Domain Reload Profiling: 2033ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (443ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1399ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (616ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (296ms) + ProcessInitializeOnLoadMethodAttributes (189ms) + AfterProcessingInitializeOnLoad (28ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (18ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 39.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.2 KB). Loaded Objects now: 6133. +Memory consumption went from 222.3 MB to 222.1 MB. +Total: 14.969600 ms (FindLiveObjects: 0.313900 ms CreateObjectMapping: 0.185500 ms MarkObjects: 14.221900 ms DeleteObjects: 0.247100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.185 seconds +Refreshing native plugins compatible for Editor in 64.54 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.181 seconds +Domain Reload Profiling: 2342ms + BeginReloadAssembly (322ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (130ms) + LoadAllAssembliesAndSetupDomain (653ms) + LoadAssemblies (802ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1182ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (586ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 35.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6148. +Memory consumption went from 224.2 MB to 224.0 MB. +Total: 13.128200 ms (FindLiveObjects: 0.304400 ms CreateObjectMapping: 0.162400 ms MarkObjects: 12.464900 ms DeleteObjects: 0.195500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.793 seconds +Refreshing native plugins compatible for Editor in 36.45 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.154 seconds +Domain Reload Profiling: 1917ms + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (441ms) + LoadAssemblies (501ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1155ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (511ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (160ms) + AfterProcessingInitializeOnLoad (17ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 34.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6163. +Memory consumption went from 226.1 MB to 225.9 MB. +Total: 15.235900 ms (FindLiveObjects: 0.332000 ms CreateObjectMapping: 0.211900 ms MarkObjects: 14.480200 ms DeleteObjects: 0.210800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.614 seconds +Refreshing native plugins compatible for Editor in 40.50 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.411 seconds +Domain Reload Profiling: 2012ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (58ms) + LoadAllAssembliesAndSetupDomain (345ms) + LoadAssemblies (420ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1411ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (610ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (301ms) + ProcessInitializeOnLoadMethodAttributes (187ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 42.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6178. +Memory consumption went from 228.1 MB to 227.9 MB. +Total: 14.918200 ms (FindLiveObjects: 0.447000 ms CreateObjectMapping: 0.192600 ms MarkObjects: 14.025800 ms DeleteObjects: 0.251400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> + custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> + custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> + custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> + custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/AssetImportWorker2-prev.log b/JNFrame2/Logs/AssetImportWorker2-prev.log deleted file mode 100644 index fd2285e3..00000000 --- a/JNFrame2/Logs/AssetImportWorker2-prev.log +++ /dev/null @@ -1,2485 +0,0 @@ -Using pre-set license -Built from '2022.3/china_unity/release' branch; Version is '2022.3.16f1c1 (2f3f1b3bde89) revision 3096347'; Using compiler version '192829333'; Build Type 'Release' -OS: 'Windows 11 (10.0.22631) 64bit Core' Language: 'zh' Physical Memory: 16088 MB -BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 1 - -COMMAND LINE ARGUMENTS: -C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe --adb2 --batchMode --noUpm --name -AssetImportWorker2 --projectPath -D:/Jisol/JisolGame/JNFrame2 --logFile -Logs/AssetImportWorker2.log --srvPort -57261 -Successfully changed project path to: D:/Jisol/JisolGame/JNFrame2 -D:/Jisol/JisolGame/JNFrame2 -[UnityMemory] Configuration Parameters - Can be set up in boot.config - "memorysetup-bucket-allocator-granularity=16" - "memorysetup-bucket-allocator-bucket-count=8" - "memorysetup-bucket-allocator-block-size=33554432" - "memorysetup-bucket-allocator-block-count=8" - "memorysetup-main-allocator-block-size=16777216" - "memorysetup-thread-allocator-block-size=16777216" - "memorysetup-gfx-main-allocator-block-size=16777216" - "memorysetup-gfx-thread-allocator-block-size=16777216" - "memorysetup-cache-allocator-block-size=4194304" - "memorysetup-typetree-allocator-block-size=2097152" - "memorysetup-profiler-bucket-allocator-granularity=16" - "memorysetup-profiler-bucket-allocator-bucket-count=8" - "memorysetup-profiler-bucket-allocator-block-size=33554432" - "memorysetup-profiler-bucket-allocator-block-count=8" - "memorysetup-profiler-allocator-block-size=16777216" - "memorysetup-profiler-editor-allocator-block-size=1048576" - "memorysetup-temp-allocator-size-main=16777216" - "memorysetup-job-temp-allocator-block-size=2097152" - "memorysetup-job-temp-allocator-block-size-background=1048576" - "memorysetup-job-temp-allocator-reduction-small-platforms=262144" - "memorysetup-allocator-temp-initial-block-size-main=262144" - "memorysetup-allocator-temp-initial-block-size-worker=262144" - "memorysetup-temp-allocator-size-background-worker=32768" - "memorysetup-temp-allocator-size-job-worker=262144" - "memorysetup-temp-allocator-size-preload-manager=33554432" - "memorysetup-temp-allocator-size-nav-mesh-worker=65536" - "memorysetup-temp-allocator-size-audio-worker=65536" - "memorysetup-temp-allocator-size-cloud-worker=32768" - "memorysetup-temp-allocator-size-gi-baking-worker=262144" - "memorysetup-temp-allocator-size-gfx=262144" -Player connection [16976] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2230979704 [EditorId] 2230979704 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... - -Player connection [16976] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 2230979704 [EditorId] 2230979704 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... - -[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. -Refreshing native plugins compatible for Editor in 89.39 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2022.3.16f1c1 (2f3f1b3bde89) -[Subsystems] Discovering subsystems at path C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path D:/Jisol/JisolGame/JNFrame2/Assets -GfxDevice: creating device client; threaded=0; jobified=0 -Direct3D: - Version: Direct3D 11.0 [level 11.1] - Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) - Vendor: NVIDIA - VRAM: 5996 MB - Driver: 31.0.15.5176 -Initialize mono -Mono path[0] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/Managed' -Mono path[1] = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' -Mono config path = 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56656 -Begin MonoManager ReloadAssembly -Registering precompiled unity dll's ... -Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll -Register platform support module: C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.013869 seconds. -- Loaded All Assemblies, in 0.329 seconds -Native extension for WindowsStandalone target not found -Native extension for Android target not found -Android Extension - Scanning For ADB Devices 255 ms -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.473 seconds -Domain Reload Profiling: 796ms - BeginReloadAssembly (127ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (0ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (1ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (62ms) - LoadAllAssembliesAndSetupDomain (102ms) - LoadAssemblies (121ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (99ms) - TypeCache.Refresh (98ms) - TypeCache.ScanAssembly (88ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (0ms) - FinalizeReload (473ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (438ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (332ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (1ms) - ProcessInitializeOnLoadAttributes (72ms) - ProcessInitializeOnLoadMethodAttributes (31ms) - AfterProcessingInitializeOnLoad (0ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (0ms) -======================================================================== -Worker process is ready to serve import requests -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.876 seconds -Refreshing native plugins compatible for Editor in 45.12 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -Package Manager log level set to [2] -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Launched and connected shader compiler UnityShaderCompiler.exe after 0.04 seconds -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.348 seconds -Domain Reload Profiling: 2210ms - BeginReloadAssembly (124ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (15ms) - RebuildCommonClasses (23ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (60ms) - LoadAllAssembliesAndSetupDomain (647ms) - LoadAssemblies (435ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (294ms) - TypeCache.Refresh (242ms) - TypeCache.ScanAssembly (217ms) - ScanForSourceGeneratedMonoScriptInfo (41ms) - ResolveRequiredComponents (9ms) - FinalizeReload (1348ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1190ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (34ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (88ms) - ProcessInitializeOnLoadAttributes (763ms) - ProcessInitializeOnLoadMethodAttributes (273ms) - AfterProcessingInitializeOnLoad (25ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (7ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5547 Unused Serialized files (Serialized files now loaded: 0) -Unloading 175 unused Assets / (231.3 KB). Loaded Objects now: 5995. -Memory consumption went from 210.1 MB to 209.9 MB. -Total: 15.733700 ms (FindLiveObjects: 0.578300 ms CreateObjectMapping: 0.220000 ms MarkObjects: 14.536000 ms DeleteObjects: 0.397700 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 436944.232192 seconds. - path: Assets/Scripts/Samples/Samples.asmdef - artifactKey: Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples/Samples.asmdef using Guid(6d70bd6fbbacf504c963523eea75777a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1b20ead68abf2e39c7e8171135b2cf3c') in 0.002414 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.003215 seconds. - path: Assets/Scripts/Samples - artifactKey: Guid(957822c97150495f85e376a6a220fd78) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/Samples using Guid(957822c97150495f85e376a6a220fd78) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '102a4962e96005c0d63943396cfb4437') in 0.000393 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 8.461343 seconds. - path: Assets/Scripts/GASSamples/GASSamples.asmdef - artifactKey: Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/GASSamples.asmdef using Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7f4a1ae8ce7d3ea70f212ded7dc0ab8c') in 0.001280 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2.560291 seconds. - path: Assets/Scripts/GASSamples/Editor - artifactKey: Guid(53be96c533934ee7b486379f6f45bafa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor using Guid(53be96c533934ee7b486379f6f45bafa) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'fb3a5a12012bdf09cb81152c33a8043e') in 0.000483 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 5.871183 seconds. - path: Assets/Scripts/GASSamples/Editor/GAS - artifactKey: Guid(fbf21400b3864f29b6c0abab26b025f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GAS using Guid(fbf21400b3864f29b6c0abab26b025f0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'caa268f4c0f5545abcb038e8d7ab7a3c') in 0.000556 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 12.229687 seconds. - path: Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef - artifactKey: Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef using Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '9a8acd3f152f0dce6ada3db8af2619b2') in 0.000904 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 26.529014 seconds. - path: Assets/HotScripts/GameScripts/GameScripts.asmdef - artifactKey: Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/GameScripts/GameScripts.asmdef using Guid(30cdc49ab6f9ba240b6b000711d4e038) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '35e856f5bf9dda552e20f822705e56ab') in 0.000593 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.001130 seconds. - path: Assets/HotScripts/JNGame/Editor/JNGame.Editor.asmdef - artifactKey: Guid(5f32be912cdeb7c4f8a601d2040de4e5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/JNGame/Editor/JNGame.Editor.asmdef using Guid(5f32be912cdeb7c4f8a601d2040de4e5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7297e540607efc8193a8bd586b0bef79') in 0.000411 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.000010 seconds. - path: Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef - artifactKey: Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/JNGame/Runtime/JNGame.Runtime.asmdef using Guid(a6f7937b7f28906409a3ea3ceb2316c6) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1bff3538fc3b7ecd4d31fb146fb63663') in 0.000393 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 32.283876 seconds. - path: Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef - artifactKey: Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef using Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '471ef13f365feb4afc719c505774cee9') in 0.000567 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 6.730088 seconds. - path: Assets/HotScripts/JNGame/Editor - artifactKey: Guid(6c507488b29c44aeba9cf9bd600ce661) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/HotScripts/JNGame/Editor using Guid(6c507488b29c44aeba9cf9bd600ce661) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c65fd559092855a4c6f7db76deb93ebf') in 0.000505 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 19.482453 seconds. - path: Assets/Scripts/GASSamples/GASSamples.asmdef - artifactKey: Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/GASSamples.asmdef using Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f0a6a9a2117998d5313ee0059225f428') in 0.000605 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 8.532422 seconds. - path: Assets/Scripts/GASSamples/Editor/GAS/Ability - artifactKey: Guid(e8455bd06c174f28abd859715d4d4504) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GAS/Ability using Guid(e8455bd06c174f28abd859715d4d4504) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '57ebb294a0cae2098a731116f9d5d141') in 0.000483 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.581404 seconds. - path: Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector - artifactKey: Guid(28929d3e41dc4dc4ace45485eb45849f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector using Guid(28929d3e41dc4dc4ace45485eb45849f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '58fe55264e74da72bd74e5a179b3e0b6') in 0.000490 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.499035 seconds. - path: Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector/OngoingAbility - artifactKey: Guid(ac9ad0beca774e71beb0bb45da860226) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector/OngoingAbility using Guid(ac9ad0beca774e71beb0bb45da860226) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '047c767bae246c55826c093356faf2dd') in 0.000500 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 0.541809 seconds. - path: Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector/OngoingAbility/OngoingAbility_Debug_Inspector.cs - artifactKey: Guid(73bc2380baef40fa9340b5518186bb8c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GAS/Ability/TaskInspector/OngoingAbility/OngoingAbility_Debug_Inspector.cs using Guid(73bc2380baef40fa9340b5518186bb8c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'be2a51433e2f22996e35ed1aa44a8abb') in 0.000546 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 34.425497 seconds. - path: Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef - artifactKey: Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef using Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6fbe48c201165059d54e341bc81fbeda') in 0.000534 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.700 seconds -Refreshing native plugins compatible for Editor in 35.32 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.019 seconds -Domain Reload Profiling: 2704ms - BeginReloadAssembly (176ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (24ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (65ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (473ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (8ms) - FinalizeReload (2019ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (522ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (248ms) - ProcessInitializeOnLoadMethodAttributes (167ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 41.89 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6010. -Memory consumption went from 208.3 MB to 208.1 MB. -Total: 15.834800 ms (FindLiveObjects: 0.598000 ms CreateObjectMapping: 0.377700 ms MarkObjects: 14.590200 ms DeleteObjects: 0.267500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 17.476140 seconds. - path: Assets/Scripts/GASSamples/Scripts/Main.cs - artifactKey: Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/Main.cs using Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '910f9cd2a0a527989b7f80e0afc4f30a') in 0.001937 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.095 seconds -Refreshing native plugins compatible for Editor in 72.37 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.035 seconds -Domain Reload Profiling: 3058ms - BeginReloadAssembly (262ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (37ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (103ms) - LoadAllAssembliesAndSetupDomain (607ms) - LoadAssemblies (715ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (13ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2036ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (842ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (38ms) - SetLoadedEditorAssemblies (5ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (115ms) - ProcessInitializeOnLoadAttributes (372ms) - ProcessInitializeOnLoadMethodAttributes (267ms) - AfterProcessingInitializeOnLoad (43ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (48ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 79.08 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6025. -Memory consumption went from 210.3 MB to 210.1 MB. -Total: 18.753300 ms (FindLiveObjects: 0.411500 ms CreateObjectMapping: 0.167700 ms MarkObjects: 17.948700 ms DeleteObjects: 0.223900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 8.795142 seconds. - path: Assets/Scripts/GASSamples/Scripts/Main.cs - artifactKey: Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/Main.cs using Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd990d9d7729e9db0957a0fc848921463') in 0.002961 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.091 seconds -Refreshing native plugins compatible for Editor in 62.61 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.577 seconds -Domain Reload Profiling: 2640ms - BeginReloadAssembly (268ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (111ms) - LoadAllAssembliesAndSetupDomain (636ms) - LoadAssemblies (757ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1577ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (532ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (238ms) - ProcessInitializeOnLoadMethodAttributes (188ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6040. -Memory consumption went from 212.2 MB to 212.0 MB. -Total: 12.358200 ms (FindLiveObjects: 0.337700 ms CreateObjectMapping: 0.228000 ms MarkObjects: 11.605700 ms DeleteObjects: 0.185800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 7.611274 seconds. - path: Assets/Scripts/GASSamples/Scripts/Main.cs - artifactKey: Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/Main.cs using Guid(0c3aa2f58b904ebe9fc64cc367c63d68) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd8eae0305ccec38d0c5817e559c0be83') in 0.002008 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 1.147360 seconds. - path: Assets/Resources/GASSamples - artifactKey: Guid(ded57070405cfaa4f83d57d3d6a1f428) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/GASSamples using Guid(ded57070405cfaa4f83d57d3d6a1f428) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ca85de0b1f0fcddedf600bf0ab385a13') in 0.000711 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 8.933754 seconds. - path: Assets/Resources/Samples - artifactKey: Guid(af2308f3772036840a24618e20d4371f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Samples using Guid(af2308f3772036840a24618e20d4371f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd1bd9f836b85a5f2991f64b060637477') in 0.000814 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2.038545 seconds. - path: Assets/Resources/Scenes - artifactKey: Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Scenes using Guid(767b3f261d3bcfe47a41b1b976333f52) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '265740686f1433fc0931a7e938747f8a') in 0.000464 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 23.403254 seconds. - path: Assets/Resources/Battle - artifactKey: Guid(02b2a3322421b4546a838feaf2397e47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/Battle using Guid(02b2a3322421b4546a838feaf2397e47) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b89b9139be000fed403181f89594fd44') in 0.000571 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.038 seconds -Refreshing native plugins compatible for Editor in 67.48 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.044 seconds -Domain Reload Profiling: 3071ms - BeginReloadAssembly (299ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (57ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (82ms) - LoadAllAssembliesAndSetupDomain (611ms) - LoadAssemblies (754ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2045ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (881ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (94ms) - ProcessInitializeOnLoadAttributes (390ms) - ProcessInitializeOnLoadMethodAttributes (319ms) - AfterProcessingInitializeOnLoad (34ms) - EditorAssembliesLoaded (5ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (30ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 60.45 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5529 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6055. -Memory consumption went from 214.2 MB to 214.0 MB. -Total: 19.856600 ms (FindLiveObjects: 0.380700 ms CreateObjectMapping: 0.163600 ms MarkObjects: 19.091100 ms DeleteObjects: 0.219700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.068 seconds -Refreshing native plugins compatible for Editor in 67.84 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.150 seconds -Domain Reload Profiling: 3171ms - BeginReloadAssembly (283ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (55ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (103ms) - LoadAllAssembliesAndSetupDomain (588ms) - LoadAssemblies (710ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (14ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (14ms) - FinalizeReload (2150ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (905ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (43ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (109ms) - ProcessInitializeOnLoadAttributes (389ms) - ProcessInitializeOnLoadMethodAttributes (315ms) - AfterProcessingInitializeOnLoad (41ms) - EditorAssembliesLoaded (6ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 72.17 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6071. -Memory consumption went from 216.3 MB to 216.1 MB. -Total: 32.965300 ms (FindLiveObjects: 0.438300 ms CreateObjectMapping: 0.167900 ms MarkObjects: 32.141900 ms DeleteObjects: 0.215900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.014 seconds -Refreshing native plugins compatible for Editor in 66.85 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.045 seconds -Domain Reload Profiling: 3036ms - BeginReloadAssembly (266ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (57ms) - LoadAllAssembliesAndSetupDomain (631ms) - LoadAssemblies (747ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2045ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (888ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (67ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (105ms) - ProcessInitializeOnLoadAttributes (381ms) - ProcessInitializeOnLoadMethodAttributes (297ms) - AfterProcessingInitializeOnLoad (33ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 72.20 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6086. -Memory consumption went from 218.3 MB to 218.1 MB. -Total: 36.889300 ms (FindLiveObjects: 0.479300 ms CreateObjectMapping: 0.175700 ms MarkObjects: 36.006000 ms DeleteObjects: 0.226900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.155 seconds -Refreshing native plugins compatible for Editor in 69.08 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.534 seconds -Domain Reload Profiling: 2657ms - BeginReloadAssembly (317ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (14ms) - initialDomainReloadingComplete (115ms) - LoadAllAssembliesAndSetupDomain (632ms) - LoadAssemblies (793ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (40ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1535ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (576ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (65ms) - ProcessInitializeOnLoadAttributes (266ms) - ProcessInitializeOnLoadMethodAttributes (192ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 35.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6101. -Memory consumption went from 220.2 MB to 220.0 MB. -Total: 13.704200 ms (FindLiveObjects: 0.326800 ms CreateObjectMapping: 0.226800 ms MarkObjects: 12.944500 ms DeleteObjects: 0.204900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.681 seconds -Refreshing native plugins compatible for Editor in 38.92 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.117 seconds -Domain Reload Profiling: 1783ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (29ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (70ms) - LoadAllAssembliesAndSetupDomain (386ms) - LoadAssemblies (454ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (25ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1118ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (512ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (58ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (163ms) - AfterProcessingInitializeOnLoad (25ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.53 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5531 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6116. -Memory consumption went from 222.1 MB to 221.9 MB. -Total: 13.313000 ms (FindLiveObjects: 0.313000 ms CreateObjectMapping: 0.147800 ms MarkObjects: 12.614500 ms DeleteObjects: 0.236500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.721 seconds -Refreshing native plugins compatible for Editor in 32.78 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.275 seconds -Domain Reload Profiling: 1979ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (78ms) - LoadAllAssembliesAndSetupDomain (417ms) - LoadAssemblies (484ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (27ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (8ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1276ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (631ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (70ms) - ProcessInitializeOnLoadAttributes (300ms) - ProcessInitializeOnLoadMethodAttributes (197ms) - AfterProcessingInitializeOnLoad (35ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (14ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.42 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5532 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6132. -Memory consumption went from 224.1 MB to 223.9 MB. -Total: 12.328400 ms (FindLiveObjects: 0.291000 ms CreateObjectMapping: 0.434900 ms MarkObjects: 11.396600 ms DeleteObjects: 0.204900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 284.229558 seconds. - path: Assets/Scripts/GASSamples/GASSamples.asmdef - artifactKey: Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/GASSamples.asmdef using Guid(5b05c448a9d6e154e8eb3f1ef2291f24) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '8a00e2fb82074df3462a9fa3e4f099af') in 0.001985 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 8.150756 seconds. - path: Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef - artifactKey: Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Editor/GASSamples.Editor.asmdef using Guid(1fa2098483891ae4a932af080478a6c8) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a27a3f8171262eb25bde70e1a3d27b0b') in 0.000696 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.106 seconds -Refreshing native plugins compatible for Editor in 61.30 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.127 seconds -Domain Reload Profiling: 2209ms - BeginReloadAssembly (270ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (41ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (136ms) - LoadAllAssembliesAndSetupDomain (622ms) - LoadAssemblies (745ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (34ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1128ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (505ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (55ms) - ProcessInitializeOnLoadAttributes (242ms) - ProcessInitializeOnLoadMethodAttributes (166ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 31.06 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5532 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6148. -Memory consumption went from 225.7 MB to 225.5 MB. -Total: 12.380800 ms (FindLiveObjects: 0.272400 ms CreateObjectMapping: 0.156200 ms MarkObjects: 11.755600 ms DeleteObjects: 0.195400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.700 seconds -Refreshing native plugins compatible for Editor in 37.10 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.279 seconds -Domain Reload Profiling: 1964ms - BeginReloadAssembly (175ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (42ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (77ms) - LoadAllAssembliesAndSetupDomain (397ms) - LoadAssemblies (461ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (29ms) - TypeCache.Refresh (13ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1280ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (576ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (266ms) - ProcessInitializeOnLoadMethodAttributes (196ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (5ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Script is not up to date after domain reload: guid(fb60ec3a5bba4f57ac82e4862a01860d) path("Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs") state(2) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 39.29 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5532 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6162. -Memory consumption went from 228.0 MB to 227.8 MB. -Total: 12.824600 ms (FindLiveObjects: 0.364800 ms CreateObjectMapping: 0.218800 ms MarkObjects: 11.962100 ms DeleteObjects: 0.278000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.677 seconds -Refreshing native plugins compatible for Editor in 33.75 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.133 seconds -Domain Reload Profiling: 1795ms - BeginReloadAssembly (171ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (39ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (383ms) - LoadAssemblies (447ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1133ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (529ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (59ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (181ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (12ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 32.79 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6178. -Memory consumption went from 229.9 MB to 229.7 MB. -Total: 12.437700 ms (FindLiveObjects: 0.288800 ms CreateObjectMapping: 0.164300 ms MarkObjects: 11.739300 ms DeleteObjects: 0.244100 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.113 seconds -Refreshing native plugins compatible for Editor in 57.11 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.128 seconds -Domain Reload Profiling: 2199ms - BeginReloadAssembly (267ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (53ms) - RebuildCommonClasses (92ms) - RebuildNativeTypeToScriptingClass (22ms) - initialDomainReloadingComplete (121ms) - LoadAllAssembliesAndSetupDomain (569ms) - LoadAssemblies (673ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (27ms) - TypeCache.ScanAssembly (14ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1129ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (511ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (244ms) - ProcessInitializeOnLoadMethodAttributes (159ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.40 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6193. -Memory consumption went from 231.8 MB to 231.6 MB. -Total: 15.744000 ms (FindLiveObjects: 0.392800 ms CreateObjectMapping: 0.896800 ms MarkObjects: 14.219800 ms DeleteObjects: 0.233300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.732 seconds -Refreshing native plugins compatible for Editor in 35.38 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.200 seconds -Domain Reload Profiling: 1914ms - BeginReloadAssembly (183ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (32ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (77ms) - LoadAllAssembliesAndSetupDomain (413ms) - LoadAssemblies (476ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (37ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1201ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (542ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (58ms) - ProcessInitializeOnLoadAttributes (273ms) - ProcessInitializeOnLoadMethodAttributes (166ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 36.63 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6208. -Memory consumption went from 233.8 MB to 233.6 MB. -Total: 14.203400 ms (FindLiveObjects: 0.343400 ms CreateObjectMapping: 0.217700 ms MarkObjects: 13.420400 ms DeleteObjects: 0.220700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.106 seconds -Refreshing native plugins compatible for Editor in 99.17 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.188 seconds -Domain Reload Profiling: 2261ms - BeginReloadAssembly (258ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (48ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (110ms) - LoadAllAssembliesAndSetupDomain (649ms) - LoadAssemblies (741ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (58ms) - TypeCache.Refresh (36ms) - TypeCache.ScanAssembly (24ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (11ms) - FinalizeReload (1188ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (528ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (63ms) - ProcessInitializeOnLoadAttributes (252ms) - ProcessInitializeOnLoadMethodAttributes (168ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.72 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6223. -Memory consumption went from 235.6 MB to 235.4 MB. -Total: 11.764600 ms (FindLiveObjects: 0.283300 ms CreateObjectMapping: 0.156600 ms MarkObjects: 11.143700 ms DeleteObjects: 0.180200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.045 seconds -Refreshing native plugins compatible for Editor in 81.75 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.153 seconds -Domain Reload Profiling: 3155ms - BeginReloadAssembly (246ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (4ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (109ms) - LoadAllAssembliesAndSetupDomain (596ms) - LoadAssemblies (683ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (50ms) - TypeCache.Refresh (28ms) - TypeCache.ScanAssembly (14ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2154ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (865ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (99ms) - ProcessInitializeOnLoadAttributes (382ms) - ProcessInitializeOnLoadMethodAttributes (306ms) - AfterProcessingInitializeOnLoad (37ms) - EditorAssembliesLoaded (2ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (24ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 65.99 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6238. -Memory consumption went from 237.6 MB to 237.4 MB. -Total: 18.283100 ms (FindLiveObjects: 0.477100 ms CreateObjectMapping: 0.169000 ms MarkObjects: 17.370600 ms DeleteObjects: 0.264800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.074 seconds -Refreshing native plugins compatible for Editor in 67.23 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.998 seconds -Domain Reload Profiling: 3045ms - BeginReloadAssembly (302ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (46ms) - RebuildCommonClasses (38ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (125ms) - LoadAllAssembliesAndSetupDomain (568ms) - LoadAssemblies (712ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (20ms) - TypeCache.ScanAssembly (3ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2000ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (847ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (92ms) - ProcessInitializeOnLoadAttributes (387ms) - ProcessInitializeOnLoadMethodAttributes (273ms) - AfterProcessingInitializeOnLoad (48ms) - EditorAssembliesLoaded (7ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (39ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 74.70 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6253. -Memory consumption went from 239.6 MB to 239.4 MB. -Total: 17.416000 ms (FindLiveObjects: 0.430100 ms CreateObjectMapping: 0.164900 ms MarkObjects: 16.581100 ms DeleteObjects: 0.238200 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.128 seconds -Refreshing native plugins compatible for Editor in 69.33 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.199 seconds -Domain Reload Profiling: 2303ms - BeginReloadAssembly (266ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (117ms) - LoadAllAssembliesAndSetupDomain (673ms) - LoadAssemblies (791ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1200ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (541ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (22ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (245ms) - ProcessInitializeOnLoadMethodAttributes (186ms) - AfterProcessingInitializeOnLoad (25ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 41.19 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6268. -Memory consumption went from 241.5 MB to 241.3 MB. -Total: 14.387200 ms (FindLiveObjects: 0.597700 ms CreateObjectMapping: 0.328100 ms MarkObjects: 13.187800 ms DeleteObjects: 0.271900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.699 seconds -Refreshing native plugins compatible for Editor in 36.58 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.145 seconds -Domain Reload Profiling: 1830ms - BeginReloadAssembly (179ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (44ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (71ms) - LoadAllAssembliesAndSetupDomain (399ms) - LoadAssemblies (462ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (30ms) - TypeCache.Refresh (12ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1146ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (520ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (24ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (241ms) - ProcessInitializeOnLoadMethodAttributes (173ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (9ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 33.54 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6283. -Memory consumption went from 243.4 MB to 243.2 MB. -Total: 15.623400 ms (FindLiveObjects: 0.309900 ms CreateObjectMapping: 0.164700 ms MarkObjects: 14.910800 ms DeleteObjects: 0.236500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.072 seconds -Refreshing native plugins compatible for Editor in 67.76 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.218 seconds -Domain Reload Profiling: 3261ms - BeginReloadAssembly (271ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (47ms) - RebuildCommonClasses (35ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (106ms) - LoadAllAssembliesAndSetupDomain (618ms) - LoadAssemblies (737ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (43ms) - TypeCache.Refresh (17ms) - TypeCache.ScanAssembly (3ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (14ms) - FinalizeReload (2219ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1007ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (37ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (197ms) - ProcessInitializeOnLoadAttributes (437ms) - ProcessInitializeOnLoadMethodAttributes (287ms) - AfterProcessingInitializeOnLoad (34ms) - EditorAssembliesLoaded (12ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 78.83 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6298. -Memory consumption went from 245.3 MB to 245.1 MB. -Total: 25.115900 ms (FindLiveObjects: 0.545400 ms CreateObjectMapping: 0.165900 ms MarkObjects: 23.886500 ms DeleteObjects: 0.516400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.125 seconds -Refreshing native plugins compatible for Editor in 68.91 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.028 seconds -Domain Reload Profiling: 3120ms - BeginReloadAssembly (269ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (50ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (96ms) - LoadAllAssembliesAndSetupDomain (694ms) - LoadAssemblies (812ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (38ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2028ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (889ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (36ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (94ms) - ProcessInitializeOnLoadAttributes (394ms) - ProcessInitializeOnLoadMethodAttributes (323ms) - AfterProcessingInitializeOnLoad (38ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (22ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 70.93 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6313. -Memory consumption went from 247.3 MB to 247.1 MB. -Total: 26.519400 ms (FindLiveObjects: 0.422800 ms CreateObjectMapping: 0.203100 ms MarkObjects: 25.623000 ms DeleteObjects: 0.268900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.140 seconds -Refreshing native plugins compatible for Editor in 65.69 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.140 seconds -Domain Reload Profiling: 3258ms - BeginReloadAssembly (291ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (52ms) - RebuildCommonClasses (36ms) - RebuildNativeTypeToScriptingClass (33ms) - initialDomainReloadingComplete (114ms) - LoadAllAssembliesAndSetupDomain (641ms) - LoadAssemblies (771ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (10ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2142ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (957ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (35ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (112ms) - ProcessInitializeOnLoadAttributes (375ms) - ProcessInitializeOnLoadMethodAttributes (376ms) - AfterProcessingInitializeOnLoad (43ms) - EditorAssembliesLoaded (13ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (18ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 67.08 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6328. -Memory consumption went from 249.2 MB to 249.0 MB. -Total: 17.237300 ms (FindLiveObjects: 0.429800 ms CreateObjectMapping: 0.154400 ms MarkObjects: 16.414800 ms DeleteObjects: 0.236600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.088 seconds -Refreshing native plugins compatible for Editor in 66.03 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.269 seconds -Domain Reload Profiling: 2255ms - BeginReloadAssembly (256ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (49ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (106ms) - LoadAllAssembliesAndSetupDomain (586ms) - LoadAssemblies (679ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (39ms) - TypeCache.Refresh (15ms) - TypeCache.ScanAssembly (2ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (12ms) - FinalizeReload (1269ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (510ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (21ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (246ms) - ProcessInitializeOnLoadMethodAttributes (159ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (5ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 30.59 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6343. -Memory consumption went from 251.1 MB to 250.9 MB. -Total: 12.770500 ms (FindLiveObjects: 0.279300 ms CreateObjectMapping: 0.155700 ms MarkObjects: 11.058400 ms DeleteObjects: 1.275700 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.658 seconds -Refreshing native plugins compatible for Editor in 33.28 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.175 seconds -Domain Reload Profiling: 1819ms - BeginReloadAssembly (164ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (34ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (69ms) - LoadAllAssembliesAndSetupDomain (375ms) - LoadAssemblies (438ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (26ms) - TypeCache.Refresh (10ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1176ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (515ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (60ms) - ProcessInitializeOnLoadAttributes (240ms) - ProcessInitializeOnLoadMethodAttributes (169ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (11ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 40.87 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6358. -Memory consumption went from 253.0 MB to 252.8 MB. -Total: 13.772200 ms (FindLiveObjects: 0.357500 ms CreateObjectMapping: 0.188300 ms MarkObjects: 12.970400 ms DeleteObjects: 0.254600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.677 seconds -Refreshing native plugins compatible for Editor in 36.39 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.178 seconds -Domain Reload Profiling: 1840ms - BeginReloadAssembly (174ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (41ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (72ms) - LoadAllAssembliesAndSetupDomain (383ms) - LoadAssemblies (444ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (11ms) - TypeCache.ScanAssembly (1ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1178ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (540ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (23ms) - SetLoadedEditorAssemblies (2ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (61ms) - ProcessInitializeOnLoadAttributes (254ms) - ProcessInitializeOnLoadMethodAttributes (174ms) - AfterProcessingInitializeOnLoad (18ms) - EditorAssembliesLoaded (7ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (8ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.16 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5533 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6373. -Memory consumption went from 254.9 MB to 254.7 MB. -Total: 12.873700 ms (FindLiveObjects: 0.394100 ms CreateObjectMapping: 0.189500 ms MarkObjects: 12.029200 ms DeleteObjects: 0.257600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.012 seconds -Refreshing native plugins compatible for Editor in 34.69 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.319 seconds -Domain Reload Profiling: 2318ms - BeginReloadAssembly (262ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (103ms) - RebuildCommonClasses (25ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (74ms) - LoadAllAssembliesAndSetupDomain (629ms) - LoadAssemblies (696ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (41ms) - TypeCache.Refresh (22ms) - TypeCache.ScanAssembly (10ms) - ScanForSourceGeneratedMonoScriptInfo (9ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1320ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (569ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (62ms) - ProcessInitializeOnLoadAttributes (256ms) - ProcessInitializeOnLoadMethodAttributes (201ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (13ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 34.91 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5542 Unused Serialized files (Serialized files now loaded: 0) -Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6398. -Memory consumption went from 257.1 MB to 256.9 MB. -Total: 14.811500 ms (FindLiveObjects: 0.406300 ms CreateObjectMapping: 0.198300 ms MarkObjects: 13.968000 ms DeleteObjects: 0.237400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Import Request. - Time since last request: 5549.416708 seconds. - path: Assets/Resources/GASSamples/GASMain.unity - artifactKey: Guid(6f1bec42463335e479078a78153b0bc7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/GASSamples/GASMain.unity using Guid(6f1bec42463335e479078a78153b0bc7) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '28babb540a4eef4bd8b564cd87d28790') in 0.003456 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 0 -======================================================================== -Received Import Request. - Time since last request: 2.788521 seconds. - path: Assets/Resources/GASSamples/Cube.prefab - artifactKey: Guid(2e5d0c510b71c714aaccc714aca99afc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Resources/GASSamples/Cube.prefab using Guid(2e5d0c510b71c714aaccc714aca99afc) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '048a5e3372be00d70eeca7353dbd0f42') in 0.077524 seconds -Number of updated asset objects reloaded before import = 0 -Number of asset objects unloaded after import = 7 -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.650 seconds -Refreshing native plugins compatible for Editor in 41.61 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.380 seconds -Domain Reload Profiling: 2018ms - BeginReloadAssembly (168ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (38ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (8ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (373ms) - LoadAssemblies (443ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (18ms) - TypeCache.Refresh (8ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1381ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (614ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (26ms) - SetLoadedEditorAssemblies (4ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (66ms) - ProcessInitializeOnLoadAttributes (296ms) - ProcessInitializeOnLoadMethodAttributes (197ms) - AfterProcessingInitializeOnLoad (24ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (15ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 38.47 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5541 Unused Serialized files (Serialized files now loaded: 0) -Unloading 133 unused Assets / (201.8 KB). Loaded Objects now: 6422. -Memory consumption went from 258.9 MB to 258.7 MB. -Total: 14.649400 ms (FindLiveObjects: 0.364400 ms CreateObjectMapping: 0.172500 ms MarkObjects: 13.873700 ms DeleteObjects: 0.237600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.897 seconds -Refreshing native plugins compatible for Editor in 43.06 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.594 seconds -Domain Reload Profiling: 2472ms - BeginReloadAssembly (177ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (40ms) - RebuildCommonClasses (27ms) - RebuildNativeTypeToScriptingClass (9ms) - initialDomainReloadingComplete (80ms) - LoadAllAssembliesAndSetupDomain (585ms) - LoadAssemblies (534ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (145ms) - TypeCache.Refresh (118ms) - TypeCache.ScanAssembly (94ms) - ScanForSourceGeneratedMonoScriptInfo (18ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1594ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (673ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (27ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (75ms) - ProcessInitializeOnLoadAttributes (309ms) - ProcessInitializeOnLoadMethodAttributes (222ms) - AfterProcessingInitializeOnLoad (37ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (17ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 54.90 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5541 Unused Serialized files (Serialized files now loaded: 0) -Unloading 133 unused Assets / (201.8 KB). Loaded Objects now: 6437. -Memory consumption went from 260.9 MB to 260.7 MB. -Total: 16.065300 ms (FindLiveObjects: 0.417400 ms CreateObjectMapping: 0.219100 ms MarkObjects: 15.152900 ms DeleteObjects: 0.274500 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.225 seconds -Refreshing native plugins compatible for Editor in 48.31 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.636 seconds -Domain Reload Profiling: 2825ms - BeginReloadAssembly (372ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (5ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (59ms) - RebuildCommonClasses (47ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (265ms) - LoadAllAssembliesAndSetupDomain (486ms) - LoadAssemblies (705ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (28ms) - TypeCache.Refresh (18ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (8ms) - FinalizeReload (1639ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (659ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (44ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (97ms) - ProcessInitializeOnLoadAttributes (304ms) - ProcessInitializeOnLoadMethodAttributes (181ms) - AfterProcessingInitializeOnLoad (29ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 48.46 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5541 Unused Serialized files (Serialized files now loaded: 0) -Unloading 133 unused Assets / (203.0 KB). Loaded Objects now: 6452. -Memory consumption went from 262.8 MB to 262.6 MB. -Total: 16.123500 ms (FindLiveObjects: 0.353000 ms CreateObjectMapping: 0.211100 ms MarkObjects: 15.314700 ms DeleteObjects: 0.242900 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 0.660 seconds -Refreshing native plugins compatible for Editor in 38.89 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -Native extension for Android target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 1.197 seconds -Domain Reload Profiling: 1845ms - BeginReloadAssembly (163ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (3ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (36ms) - RebuildCommonClasses (26ms) - RebuildNativeTypeToScriptingClass (7ms) - initialDomainReloadingComplete (63ms) - LoadAllAssembliesAndSetupDomain (388ms) - LoadAssemblies (457ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (16ms) - TypeCache.Refresh (7ms) - TypeCache.ScanAssembly (0ms) - ScanForSourceGeneratedMonoScriptInfo (0ms) - ResolveRequiredComponents (7ms) - FinalizeReload (1198ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (547ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (25ms) - SetLoadedEditorAssemblies (3ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (59ms) - ProcessInitializeOnLoadAttributes (257ms) - ProcessInitializeOnLoadMethodAttributes (182ms) - AfterProcessingInitializeOnLoad (21ms) - EditorAssembliesLoaded (0ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (10ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 37.11 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5541 Unused Serialized files (Serialized files now loaded: 0) -Unloading 133 unused Assets / (202.0 KB). Loaded Objects now: 6467. -Memory consumption went from 264.7 MB to 264.5 MB. -Total: 14.962300 ms (FindLiveObjects: 0.415400 ms CreateObjectMapping: 0.230500 ms MarkObjects: 14.087600 ms DeleteObjects: 0.227800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly diff --git a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log new file mode 100644 index 00000000..e69de29b diff --git a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log index 62e95749..886226e0 100644 --- a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -14,22 +14,13 @@ Cmd: preprocess insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 Cmd: preprocess - insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 + insize=1516 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=295 Cmd: preprocess insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 Cmd: preprocess - insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 - -Cmd: preprocess - insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 - -Cmd: preprocess - insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 - -Cmd: preprocess - insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 + insize=1516 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=295 Cmd: preprocess insize=4032 file=/ surfaceOnly=0 buildPlatform=19 validAPIs=295472 pKW=SHADER_API_DESKTOP dKW=UNITY_NO_DXT5nm UNITY_ENABLE_REFLECTION_BUFFERS UNITY_FRAMEBUFFER_FETCH_AVAILABLE UNITY_METAL_SHADOWS_USE_POINT_FILTERING UNITY_NO_SCREENSPACE_SHADOWS UNITY_USE_DITHER_MASK_FOR_ALPHABLENDED_SHADOWS UNITY_PBS_USE_BRDF1 UNITY_PBS_USE_BRDF2 UNITY_PBS_USE_BRDF3 UNITY_NO_FULL_STANDARD_SHADER UNITY_SPECCUBE_BOX_PROJECTION UNITY_SPECCUBE_BLENDING UNITY_ENABLE_DETAIL_NORMALMAP UNITY_HARDWARE_TIER1 UNITY_HARDWARE_TIER2 UNITY_HARDWARE_TIER3 UNITY_COLORSPACE_GAMMA UNITY_LIGHT_PROBE_PROXY_VOLUME UNITY_HALF_PRECISION_FRAGMENT_SHADER_REGISTERS UNITY_LIGHTMAP_DLDR_ENCODING UNITY_LIGHTMAP_RGBM_ENCODING UNITY_LIGHTMAP_FULL_HDR UNITY_VIRTUAL_TEXTURING UNITY_PRETRANSFORM_TO_DISPLAY_ORIENTATION UNITY_ASTC_NORMALMAP_ENCODING SHADER_API_GLES30 UNITY_UNIFIED_SHADER_PRECISION_MODEL ok=1 outsize=195 diff --git a/JNFrame2/ProjectSettings/AttributeAsset.asset b/JNFrame2/ProjectSettings/AttributeAsset.asset index ed3b1d32..b6aabe65 100644 --- a/JNFrame2/ProjectSettings/AttributeAsset.asset +++ b/JNFrame2/ProjectSettings/AttributeAsset.asset @@ -12,4 +12,13 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 0a2112111feb463caf561bfc7cfe18ab, type: 3} m_Name: m_EditorClassIdentifier: - attributes: [] + attributes: + - Name: HP + Comment: "\u8840\u91CF" + CalculateMode: 0 + SupportedOperation: 31 + DefaultValue: 0 + LimitMinValue: 0 + MinValue: -3.4028235e+38 + LimitMaxValue: 0 + MaxValue: 3.4028235e+38 diff --git a/JNFrame2/ProjectSettings/AttributeSetAsset.asset b/JNFrame2/ProjectSettings/AttributeSetAsset.asset index 635eee6a..45afc4be 100644 --- a/JNFrame2/ProjectSettings/AttributeSetAsset.asset +++ b/JNFrame2/ProjectSettings/AttributeSetAsset.asset @@ -13,4 +13,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: ERROR_DuplicatedAttributeSet: - AttributeSetConfigs: [] + AttributeSetConfigs: + - Name: BaseAttribute + AttributeNames: + - HP diff --git a/JNFrame2/ProjectSettings/GameplayTagsAsset.asset b/JNFrame2/ProjectSettings/GameplayTagsAsset.asset index b78eca4d..e9cb427d 100644 --- a/JNFrame2/ProjectSettings/GameplayTagsAsset.asset +++ b/JNFrame2/ProjectSettings/GameplayTagsAsset.asset @@ -16,12 +16,20 @@ MonoBehaviour: - _id: 1 _name: Root _depth: -1 - - _id: 2 - _name: Ability + - _id: 6 + _name: Buff + _depth: 0 + - _id: 5 + _name: DeBuff _depth: 0 Tags: - - _name: Ability - _hashCode: -523153736 - _shortName: Ability + - _name: Buff + _hashCode: 937056111 + _shortName: Buff + _ancestorHashCodes: + _ancestorNames: [] + - _name: DeBuff + _hashCode: -251087900 + _shortName: DeBuff _ancestorHashCodes: _ancestorNames: [] diff --git a/JNFrame2/UserSettings/Layouts/default-2022.dwlt b/JNFrame2/UserSettings/Layouts/default-2022.dwlt index a6e09e85..6b2e6a2e 100644 --- a/JNFrame2/UserSettings/Layouts/default-2022.dwlt +++ b/JNFrame2/UserSettings/Layouts/default-2022.dwlt @@ -14,16 +14,16 @@ MonoBehaviour: m_EditorClassIdentifier: m_PixelRect: serializedVersion: 2 - x: 0 - y: 43 - width: 1920 - height: 1037 + x: 8 + y: 51 + width: 1904 + height: 1021 m_ShowMode: 4 m_Title: "\u63A7\u5236\u53F0" m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} - m_Maximized: 1 + m_Maximized: 0 --- !u!114 &2 MonoBehaviour: m_ObjectHideFlags: 52 @@ -44,8 +44,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1920 - height: 1037 + width: 1904 + height: 1021 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -69,7 +69,7 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1920 + width: 1904 height: 30 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -90,8 +90,8 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 1017 - width: 1920 + y: 1001 + width: 1904 height: 20 m_MinSize: {x: 0, y: 0} m_MaxSize: {x: 0, y: 0} @@ -114,12 +114,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 30 - width: 1920 - height: 987 + width: 1904 + height: 971 m_MinSize: {x: 400, y: 100} m_MaxSize: {x: 32384, y: 16192} vertical: 0 - controlID: 109 + controlID: 71 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -139,12 +139,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1499 - height: 987 + width: 1343 + height: 971 m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 1 - controlID: 73 + controlID: 72 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -165,12 +165,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1499 - height: 471 + width: 1343 + height: 514 m_MinSize: {x: 300, y: 50} m_MaxSize: {x: 24288, y: 8096} vertical: 0 - controlID: 50 + controlID: 49 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -188,8 +188,8 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 390 - height: 471 + width: 317 + height: 514 m_MinSize: {x: 201, y: 221} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 15} @@ -212,10 +212,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 390 + x: 317 y: 0 - width: 548 - height: 471 + width: 516 + height: 514 m_MinSize: {x: 202, y: 221} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 16} @@ -239,10 +239,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 938 + x: 833 y: 0 - width: 561 - height: 471 + width: 510 + height: 514 m_MinSize: {x: 102, y: 121} m_MaxSize: {x: 4002, y: 4021} m_ActualView: {fileID: 20} @@ -266,9 +266,9 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 471 - width: 1499 - height: 516 + y: 514 + width: 1343 + height: 457 m_MinSize: {x: 101, y: 121} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 14} @@ -292,10 +292,10 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1499 + x: 1343 y: 0 - width: 421 - height: 987 + width: 561 + height: 971 m_MinSize: {x: 276, y: 71} m_MaxSize: {x: 4001, y: 4021} m_ActualView: {fileID: 19} @@ -358,10 +358,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 0 - y: 544 - width: 1498 - height: 495 + x: -32000 + y: -31456 + width: 1342 + height: 436 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -392,10 +392,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 0 - y: 73 - width: 389 - height: 450 + x: 8 + y: 81 + width: 316 + height: 493 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -409,9 +409,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 6a7e0000 - m_LastClickedID: 32362 - m_ExpandedIDs: 2aaaffff4ecfffff6a7e0000 + m_SelectedIDs: 5494fdff + m_LastClickedID: 0 + m_ExpandedIDs: 60f8feff6efafffff4ffffff08700000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -455,10 +455,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 390 - y: 73 - width: 546 - height: 450 + x: 325 + y: 81 + width: 514 + height: 493 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -938,9 +938,9 @@ MonoBehaviour: m_Pos: serializedVersion: 2 x: 0 - y: 544 - width: 1498 - height: 495 + y: 595 + width: 1353 + height: 444 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -962,7 +962,7 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Resources/GASSamples + - Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib m_Globs: [] m_OriginalText: m_ImportLogFlags: 0 @@ -970,16 +970,16 @@ MonoBehaviour: m_ViewMode: 1 m_StartGridSize: 96 m_LastFolders: - - Assets/Resources/GASSamples + - Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib m_LastFoldersGridSize: 96 m_LastProjectPath: D:\Jisol\JisolGame\JNFrame2 m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 201} - m_SelectedIDs: 4a7a0000 - m_LastClickedID: 31306 - m_ExpandedIDs: 000000001c6700002867000084670000bc670000146800005e78000060780000627800006478000066780000687800006a7800006c7800006e78000070780000727800007478000076780000787800007a7800007c7800007e78000080780000827800008478000086780000ee780000fc78000000ca9a3b + scrollPos: {x: 0, y: 72} + m_SelectedIDs: fc720000 + m_LastClickedID: 29436 + m_ExpandedIDs: 00000000487000004a7000004e700000527000005470000056700000587000005a7000005c70000060700000627000006470000066700000687000006a7000006c7000006e700000be700000c2700000d4700000ec720000f072000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1007,7 +1007,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000005e78000060780000627800006478000066780000687800006a7800006c7800006e78000070780000727800007478000076780000787800007a7800007c7800007e78000080780000827800008478000086780000 + m_ExpandedIDs: 00000000487000004a7000004c7000004e70000050700000527000005470000056700000587000005a7000005c7000005e70000060700000627000006470000066700000687000006a7000006c7000006e700000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1032,8 +1032,8 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: 6a7e0000 - m_LastClickedInstanceID: 32362 + m_SelectedInstanceIDs: 5494fdff + m_LastClickedInstanceID: -158636 m_HadKeyboardFocusLastEvent: 1 m_ExpandedInstanceIDs: c623000000000000 m_RenameOverlay: @@ -1083,10 +1083,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 1499 - y: 73 - width: 420 - height: 966 + x: 1351 + y: 81 + width: 560 + height: 950 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1130,10 +1130,10 @@ MonoBehaviour: m_Tooltip: m_Pos: serializedVersion: 2 - x: 938 - y: 73 - width: 559 - height: 450 + x: 841 + y: 81 + width: 508 + height: 493 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1152,7 +1152,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 559, y: 429} + m_TargetSize: {x: 508, y: 472} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -1167,10 +1167,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -279.5 - m_HBaseRangeMax: 279.5 - m_VBaseRangeMin: -214.5 - m_VBaseRangeMax: 214.5 + m_HBaseRangeMin: -254 + m_HBaseRangeMax: 254 + m_VBaseRangeMin: -236 + m_VBaseRangeMax: 236 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -1188,23 +1188,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 559 - height: 429 + width: 508 + height: 472 m_Scale: {x: 1, y: 1} - m_Translation: {x: 279.5, y: 214.5} + m_Translation: {x: 254, y: 236} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -279.5 - y: -214.5 - width: 559 - height: 429 + x: -254 + y: -236 + width: 508 + height: 472 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 559, y: 450} + m_LastWindowPixelSize: {x: 508, y: 493} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 diff --git a/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache index 4eadb4cd15d58ac0ab7b35728a58fd1e48233852..d5cb1469d5a8c80ba95d5ffd6f7f5710bd186c9d 100644 GIT binary patch delta 473 zcmX|-KS)AR6vjQ7H_@wse=vLRnej>@dDuUKiW&@}!BR6bifCyl4I_$(h^(o$j6+*c z6j*EAC0bhAifE3U!ZFGaaf;r3q1!o!^L^)czRP4KVwwm}#YO=HoeqJHoQ!*kwSK1c z?fW*p0%QQgYRU2t0XkHQs`a}O07Sgkix}6J@XRnnik*C)RSXS)H>PP4HpF>fXI=n$ zdN)}WNx0rEu_HPQbUszHlJUUf!Y2!5jn+9Jp&!j_tOBDA45U)x5E8Dyb z#C3HktMgx>094An6~D4{h43PP>># z&H(-J#;UslM%o4T*cJn_Bk>zd@^t_P{RuMY*4)qiOF%zMoJ;c&v|xNn8N-2O74jjF a1G0Ug<(ul>ub~xt#?(x%c_ujASNH>fHm=10 delta 1506 zcmZWpOH5Ny5ba3&K>G@<2=)u5rIe~^H32t(1X^kU0`P?%zXJ$9PbluS1-q#-l z@Mts|7{q(}riF-8ay_b#J~c6xET=mX|F z&5dnQe^26e>RKY3%B1}xH*Nr^IoD@MI1MQuNT;$>{{Q?I7Q8rL7pngcB*7XItbq&r zV(>*p45QjX`RO-K35amP@JA4?3htu|{2XAbA&dBT=qCI5K0>&9AaK&xC%Fm=#KABqhB2|`;f*g5Bc+yU`;FiUWu?nlQacqf2 zDw)bxAokmbIkS)STbVXTS^dhUO$$;~4 z7GIW1XD%iuv)#$@(fC+~4{TzU3)z(4JHd-=s_oD@JY6l-3$W0n$blHTIuWApQ*4_A ztg`jQLQF$BD+>3=+Z$5)U&IRrs8~8FyS2$Jp8VzRb03#m_D)mFizph&bu@ z&Py+~nJt~TSv@57+l=5eD`96CWMRE+bS>Ui=}@Wp4Ixt4$)KvRn~AHVL}=`HVZZc( zo!px)QkF{qg$A|@Flik=c3m%=Vx_{p%t!sMb`ID+pRWspNw~{${;;T50^fUA{sARH B<0}9F diff --git a/JNFrame2/obj/Debug/FairyGUI.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/FairyGUI.Editor.csproj.AssemblyReference.cache index 61ec0e3dbe7aa289c2bbcc9cdb5cf044125645d5..aaed3429a5938343175efa17ba7a6b824d3ec8f7 100644 GIT binary patch delta 104 zcmaDhons;|udh>3urnhg3j+fKWAx;MtlpEOGz2EEW)#?bOr4)`v*t}-CPx3sfy-5< zUtnXBou19fB+T>1+DGx$hdUgMjErK_<2jkcwlCmhvSs9XJj(+izK@GZZ2EsLrsn`# CJs?;B literal 134118 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 O(qC;=FHIp%z5fTkfO)_G diff --git a/JNFrame2/obj/Debug/GASSamples.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/GASSamples.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..68858aecb98d5c959505dd0fcf77c45ce6507835 GIT binary patch literal 649 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 H4DkN|`lVrZ diff --git a/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache index 3c9725017fc06c4f813bb2fb7f2940d979849396..ede04d17feabb8042d9ae7627dd8abc021a6a76f 100644 GIT binary patch delta 89 zcmdn;p8Xe-sIOB{urnhgBLf2iW3Y==j8|rHe$ModPZ%Ai+dpUI5(LW>EDTe;_2CW& mP@UBDz~?|>&Ra(H$s4qJSi$Nif9#f-e&8je*mQ&EjI99lMjojE literal 128948 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�mQC&0|YE)8=YMQDys={pBa4KIw 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 literal 126901 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 yf64G4<w4J literal 129195 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 Wi&N!IGF5J}ZHx_5?YI?Zfd2;#IS=#z diff --git a/JNFrame2/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/UniTask.TextMeshPro.csproj.AssemblyReference.cache index de5bbf9a2d9c41f5ceda68e645df3b8d6a860f98..69cdf4b5868c614c2376b55445334e204222e1d1 100644 GIT binary patch literal 132779 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