From 1ad20b67da5989306c5fd39b68c343c8b24e73de Mon Sep 17 00:00:00 2001 From: "DESKTOP-5RP3AKU\\Jisol" <2858626794@qq.com> Date: Sat, 26 Oct 2024 02:35:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4Cue=E6=A1=88=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Component/AbilitySystemComponent.Cue.cs | 51 - .../AbilitySystemComponent.Cue.cs.meta | 3 - .../Component/AbilitySystemComponent.cs | 23 + .../Cue/Base/GameplayCueDurational.cs | 10 + .../Cue/Base/GameplayCueParameters.cs | 2 + .../ScriptableAsset/TimelineAbilityPlayer.cs | 1 + .../JNGame/Runtime/Sync/Entity/JNEntity.cs | 2 + .../Runtime/Sync/JNSyncDefaultService.cs | 3 +- .../Sync/System/Data/SEventDataSystem.cs | 98 +- .../Sync/System/Data/SStateDataSystem.cs | 9 + .../Sync/System/Logic/JNEventSystem.cs | 29 + .../Sync/System/Logic/JNEventSystem.cs.meta | 3 + .../JNGame/Runtime/Sync/View/ViewData.cs | 4 +- .../Sirenix/GlobalSerializationConfig.asset | 2 +- .../Assets/Resources/GASSamples/GASMain.unity | 77 +- .../GASSamples/GAS/Binary/GA_Database.bytes | Bin 150 -> 189 bytes .../GameplayAbilityLib/JisolDemo1.asset | 5 +- .../Assets/Scripts/GASSamples/Scripts/App.cs | 3 + .../GameplayCueDurational_PlayerDemo01.cs | 33 +- .../Scripts/Game/Data/GEventDataSystem.cs | 10 + .../Scripts/Game/Data/JNGASBoxDataSystem.cs | 1 + .../GASSamples/Scripts/Game/GameEvent.cs | 10 + .../GASSamples/Scripts/Game/GameEvent.cs.meta | 3 + .../Game/Logic/GAS/GAbilitySystemComponent.cs | 32 + .../Game/Logic/System/Usual/DDataSystem.cs | 10 +- .../Scripts/Game/View/DGeCueSystem.cs | 68 + .../Scripts/Game/View/DGeCueSystem.cs.meta | 3 + .../Scripts/Game/View/DViewSystem.cs | 5 + .../Scripts/Game/View/Entity/VDBox.cs | 8 +- .../GASSamples/Scripts/JNGResService.cs | 4 + .../Assets/Scripts/GASSamples/Scripts/Main.cs | 11 +- .../Scripts/Sync/JNGASFrameSystem.cs | 5 +- .../Samples/Game/View/Entity/VDBoss.cs | 2 +- .../Samples/Game/View/Entity/VDNodes.cs | 2 +- .../Samples/Game/View/Entity/VDPlayers.cs | 2 +- JNFrame2/GASSamples.csproj | 4 +- JNFrame2/JNGame.Runtime.csproj | 4 +- JNFrame2/Logs/AssetImportWorker0-prev.log | 2123 +++- JNFrame2/Logs/AssetImportWorker0.log | 10248 ++++++++++++++++ JNFrame2/Logs/AssetImportWorker1-prev.log | 2183 +++- JNFrame2/Logs/AssetImportWorker1.log | 10125 +++++++++++++++ .../shadercompiler-AssetImportWorker0.log | 6 + ...hadercompiler-UnityShaderCompiler.exe0.log | 219 + .../UserSettings/Layouts/default-2022.dwlt | 354 +- .../AimingRig.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ...r-firstpass.csproj.AssemblyReference.cache | Bin 11 -> 7565 bytes ...p-firstpass.csproj.AssemblyReference.cache | Bin 138288 -> 275297 bytes ...mbly-CSharp.csproj.AssemblyReference.cache | Bin 10029 -> 137015 bytes ...yGUI.Editor.csproj.AssemblyReference.cache | Bin 134760 -> 275401 bytes ...GUI.Runtime.csproj.AssemblyReference.cache | Bin 126554 -> 258991 bytes ...ples.Editor.csproj.AssemblyReference.cache | Bin 133088 -> 265525 bytes .../GASSamples.csproj.AssemblyReference.cache | Bin 133088 -> 272059 bytes ...ameLauncher.csproj.AssemblyReference.cache | Bin 126857 -> 259589 bytes ...GameScripts.csproj.AssemblyReference.cache | Bin 326 -> 139587 bytes .../HotMain.csproj.AssemblyReference.cache | Bin 637 -> 133069 bytes .../HotSamples.csproj.AssemblyReference.cache | Bin 296575 -> 299242 bytes ...Game.Editor.csproj.AssemblyReference.cache | Bin 378 -> 134819 bytes ...JNGame.Root.csproj.AssemblyReference.cache | Bin 350 -> 132782 bytes ...ame.Runtime.csproj.AssemblyReference.cache | Bin 133435 -> 266211 bytes ...rame.Editor.csproj.AssemblyReference.cache | Bin 661 -> 141592 bytes .../SHFrame.csproj.AssemblyReference.cache | Bin 126857 -> 259589 bytes .../Samples.csproj.AssemblyReference.cache | Bin 1988 -> 134420 bytes ...gger.Editor.csproj.AssemblyReference.cache | Bin 293383 -> 296050 bytes ....SRDebugger.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ....SRF.Editor.csproj.AssemblyReference.cache | Bin 293383 -> 296050 bytes ...pyRobot.SRF.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ...ddressables.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ...ask.DOTween.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ...Task.Editor.csproj.AssemblyReference.cache | Bin 293383 -> 296050 bytes ...niTask.Linq.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes ...TextMeshPro.csproj.AssemblyReference.cache | Bin 132779 -> 132774 bytes .../UniTask.csproj.AssemblyReference.cache | Bin 290041 -> 292708 bytes 72 files changed, 24536 insertions(+), 1264 deletions(-) delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs delete mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs.meta create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs create mode 100644 JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs.meta create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs create mode 100644 JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs.meta diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs deleted file mode 100644 index 2ce188ce..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs +++ /dev/null @@ -1,51 +0,0 @@ -using System.Collections.Generic; -using GAS.General; - -namespace GAS.Runtime -{ - - /// - /// Cue 处理 - /// - public abstract partial class AbilitySystemComponent : IAbilitySystemComponent, IPool - { - - /// - /// AbilitySpec 唯一Id - /// - private Dictionary AbilitySpecId = new(); - - /// - /// Ability的Timeline轨道触发了持续型Cue的添加 - /// - /// - /// Cue资源地址 - /// 持续时间 - /// - public int OnCueAdd(AbilitySpec abilitySpec, string cueAssetLocation, int durationTime) - { - return 0; - } - - /// - /// Ability的Timeline轨道触发了持续型Cue的移除 - /// - /// - /// - public void OnCueRemove(AbilitySpec abilitySpec, int cueClipIndex) - { - - } - - /// - /// Ability的Timeline轨道触发了瞬时Cue的触发 - /// - /// - /// - public void OnCueExecute(AbilitySpec abilitySpec, string[] cueAssetLocations) - { - - } - - } -} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs.meta deleted file mode 100644 index 8db66763..00000000 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.Cue.cs.meta +++ /dev/null @@ -1,3 +0,0 @@ -fileFormatVersion: 2 -guid: fd84ebd1383e4e009578ebd2daae3200 -timeCreated: 1729704061 \ No newline at end of file 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 224e3d59..727f31cd 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/Runtime/Component/AbilitySystemComponent.cs @@ -341,6 +341,29 @@ namespace GAS.Runtime /// public abstract void OnGERelease(GameplayEffectSpec geSpec); + /// + /// Ability的Timeline轨道触发了持续型Cue的添加 + /// + /// + /// Cue资源地址 + /// 持续时间 + /// + public abstract int OnCueAdd(AbilitySpec abilitySpec, string cueAssetLocation, int durationTime); + + /// + /// Ability的Timeline轨道触发了持续型Cue的移除 + /// + /// + /// + public abstract void OnCueRemove(AbilitySpec abilitySpec, int cueClipIndex); + + /// + /// Ability的Timeline轨道触发了瞬时Cue的触发 + /// + /// + /// + public abstract void OnCueExecute(AbilitySpec abilitySpec, string[] cueAssetLocations); + /// /// Ability结束激活 /// diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueDurational.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueDurational.cs index dd8997ca..1c0ab66d 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueDurational.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueDurational.cs @@ -30,6 +30,15 @@ namespace GAS.Runtime return durationalCue; } + public GameplayCueDurationalSpec ApplyFrom(params object[] customArguments) + { + var durationalCue = CreateSpec(new GameplayCueParameters + { + customArguments = customArguments + }); + return durationalCue; + } + #if UNITY_EDITOR public virtual void OnEditorPreview(UnityEngine.GameObject previewObject, int frameIndex, int startFrame, int endFrame) { @@ -49,6 +58,7 @@ namespace GAS.Runtime public abstract void OnGameplayEffectActivate(); public abstract void OnGameplayEffectDeactivate(); public abstract void OnTick(int frame,int startFrame,int endFrame); + public abstract void OnTick(int deltaTime); } public abstract class GameplayCueDurationalSpec : GameplayCueDurationalSpec where T : GameplayCueDurational diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueParameters.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueParameters.cs index 976c8e69..69af07cc 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueParameters.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/Cue/Base/GameplayCueParameters.cs @@ -1,3 +1,5 @@ +using UnityEngine; + namespace GAS.Runtime { public struct GameplayCueParameters diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs index 43821ae4..383edaad 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs @@ -415,6 +415,7 @@ namespace GAS.Runtime if (frame >= cueClip.startFrame && frame <= cueClip.endFrame) { cueClip.cueSpec.OnTick(frame,cueClip.startFrame,cueClip.endFrame); + cueClip.cueSpec.OnTick(deltaTime); } if (frame == cueClip.endFrame) diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs index 796ec1a3..cbc7a276 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/Entity/JNEntity.cs @@ -25,6 +25,8 @@ namespace JNGame.Sync.Entity public T GetComponent() where T : JNComponent; + public T GetSystem() where T : SLogicSystem; + } public abstract class JNEntity : Entitas.Entity,IJNEntity,IComparable diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs index 634fe979..d6780fb7 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/JNSyncDefaultService.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Threading; using Entitas; using JNGame.Runtime.Util; +using JNGame.Sync; using JNGame.Sync.Entity; using JNGame.Sync.Frame.Service; using JNGame.Sync.System; @@ -73,7 +74,7 @@ namespace JNGame.Runtime.Sync public override Systems Add(ISystem system) { - (system as SLogicSystem)?.OnSyncStart(); + (system as IJNSyncCycle)?.OnSyncStart(); return base.Add(system); } diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SEventDataSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SEventDataSystem.cs index ad953a03..9882182d 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SEventDataSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SEventDataSystem.cs @@ -1,6 +1,9 @@ using System; using System.Collections.Generic; using System.IO; +using HotScripts.JNGame.Runtime.Sync.System.Logic; +using JNGame.Sync.Frame; +using UnityEngine; namespace JNGame.Sync.System.Data { @@ -12,10 +15,6 @@ namespace JNGame.Sync.System.Data public abstract class SEventDataSystem : SDataSystemBase { - /// - /// 服务器事件 - /// - private Queue ServerEvents = new(); /// /// 客户端事件 /// @@ -39,35 +38,60 @@ namespace JNGame.Sync.System.Data } public override void OnSyncUpdate(int dt) { - - while (WaitUBytes.Count > 0) - { - OnUByteUpdate(WaitUBytes.Dequeue()); - } - if (isServer) + JNEventSystem Event = GetSystem(); + + if (Event is null) { - if (ServerEvents.Count <= 0) return; - using (MemoryStream ms = new MemoryStream()) + Debug.LogWarning("请保证逻辑层有 JNEventSystem 系统"); + return; + } + + //如果是帧同步系统则直接保存 + if (Sync is JNSyncFrameService) + { + while (Event.ViewEvent.Count > 0) { - using (BinaryWriter writer = new BinaryWriter(ms)) - { - int count = ServerEvents.Count; - //写入数量 - writer.Write(count); - for (int i = count - 1; i >= 0; i--) - { - var data = ServerEvents.Dequeue().ToByteArray(); - //写入数据大小 - writer.Write(data.Length); - //写入数据 - writer.Write(data); - } - } - // 发送完整的字节数组 - OnSendUBytes(ms.ToArray()); + ClientEvents.Enqueue(Event.ViewEvent.Dequeue()); } } + else + { + while (WaitUBytes.Count > 0) + { + OnUByteUpdate(WaitUBytes.Dequeue()); + } + + if (isServer) + { + if (Event.ViewEvent.Count <= 0) return; + using (MemoryStream ms = new MemoryStream()) + { + using (BinaryWriter writer = new BinaryWriter(ms)) + { + int count = Event.ViewEvent.Count; + //写入数量 + writer.Write(count); + for (int i = count - 1; i >= 0; i--) + { + var data = Event.ViewEvent.Dequeue().ToByteArray(); + //写入数据大小 + writer.Write(data.Length); + //写入数据 + writer.Write(data); + } + } + // 发送完整的字节数组 + OnSendUBytes(ms.ToArray()); + } + } + } + + //触发事件 + while (ClientEvents.Count > 0) + { + ReceiveEvent(ClientEvents.Dequeue()); + } } @@ -77,6 +101,11 @@ namespace JNGame.Sync.System.Data /// /// 是否清空UBytes public abstract void OnSendUBytes(byte[] bytes); + + /// + /// 接收事件 实现 + /// + protected abstract void ReceiveEvent(SEvent @event); /// @@ -110,19 +139,6 @@ namespace JNGame.Sync.System.Data } } - public void AddEvent(int type,byte[] data) - { - //只有服务器才可以添加事件 - if (isServer) - { - ServerEvents.Enqueue(new SEvent() - { - Type = type, - Data = data, - }); - } - } - public class SEvent { /// diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs index 82c13a77..64010a5f 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Data/SStateDataSystem.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using JNGame.Sync.Frame; using UnityEngine; namespace JNGame.Sync.System.Data @@ -90,6 +91,14 @@ namespace JNGame.Sync.System.Data public override void OnSyncUpdate(int dt) { + + + //如果是帧同步系统则直接保存 + if (Sync is JNSyncFrameService) + { + Data = GetLatest(); + return; + } while (WaitUBytes.Count > 0) { diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs new file mode 100644 index 00000000..07b56623 --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs @@ -0,0 +1,29 @@ +using System.Collections.Generic; +using JNGame.Sync.System; +using JNGame.Sync.System.Data; + +namespace HotScripts.JNGame.Runtime.Sync.System.Logic +{ + public class JNEventSystem : SLogicSystem + { + + /// + /// 渲染层 专用事件 + /// + public Queue ViewEvent = new(); + + + /// + /// 添加数据层事件(用于通知渲染层) + /// + public void AddViewEvent(int type,byte[] data) + { + ViewEvent.Enqueue(new SEventDataSystem.SEvent() + { + Type = type, + Data = data, + }); + } + + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs.meta b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs.meta new file mode 100644 index 00000000..d2743e94 --- /dev/null +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 1116c94f10954a2084f93bc6e8a61ece +timeCreated: 1729876016 \ No newline at end of file diff --git a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs index 9e377822..c2deaa46 100644 --- a/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs +++ b/JNFrame2/Assets/HotScripts/JNGame/Runtime/Sync/View/ViewData.cs @@ -61,7 +61,7 @@ namespace JNGame.Sync.View } foreach (var delete in deletes) { - ViewRemove(views[delete].Data); + ViewRemove(delete,views[delete].Data); views.Remove(delete); } } @@ -71,7 +71,7 @@ namespace JNGame.Sync.View public abstract GameObject NewView(T data); public abstract ConcurrentDictionary GetData(); - public abstract void ViewRemove(GameObject view); + public abstract void ViewRemove(ulong id,GameObject view); public T GetService() where T : SBaseSystem { diff --git a/JNFrame2/Assets/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix/GlobalSerializationConfig.asset b/JNFrame2/Assets/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix/GlobalSerializationConfig.asset index 0e48b68b..185befc6 100644 --- a/JNFrame2/Assets/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix/GlobalSerializationConfig.asset +++ b/JNFrame2/Assets/Plugins/Sirenix/Odin Inspector/Config/Resources/Sirenix/GlobalSerializationConfig.asset @@ -12,7 +12,7 @@ MonoBehaviour: m_Script: {fileID: 1549551891, guid: 74721b9f0af448f5ae2e91102a1a5edd, type: 3} m_Name: GlobalSerializationConfig m_EditorClassIdentifier: - HideSerializationCautionaryMessage: 0 + HideSerializationCautionaryMessage: 1 HidePrefabCautionaryMessage: 0 HideOdinSerializeAttributeWarningMessages: 0 HideNonSerializedShowInInspectorWarningMessages: 0 diff --git a/JNFrame2/Assets/Resources/GASSamples/GASMain.unity b/JNFrame2/Assets/Resources/GASSamples/GASMain.unity index 303d774c..75a28600 100644 --- a/JNFrame2/Assets/Resources/GASSamples/GASMain.unity +++ b/JNFrame2/Assets/Resources/GASSamples/GASMain.unity @@ -266,13 +266,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 28019073} + serializedVersion: 2 m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} m_LocalPosition: {x: 0, y: 3, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} --- !u!1 &1449950258 GameObject: @@ -297,6 +297,7 @@ Transform: 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} @@ -304,7 +305,6 @@ Transform: m_Children: - {fileID: 1872085155} m_Father: {fileID: 0} - m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1745439352 GameObject: @@ -335,6 +335,64 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 0c3aa2f58b904ebe9fc64cc367c63d68, type: 3} m_Name: m_EditorClassIdentifier: + serializationData: + SerializedFormat: 2 + SerializedBytes: + ReferencedUnityObjects: + - {fileID: 11400000, guid: 0a77e9c8e20008944a99814e0b5a4aed, type: 2} + SerializedBytesString: + Prefab: {fileID: 0} + PrefabModificationsReferencedUnityObjects: [] + PrefabModifications: [] + SerializationNodes: + - Name: CuesDurational + Entry: 7 + Data: 0|System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[GAS.Runtime.GameplayCueDurational, + JNGame.Runtime]], mscorlib + - Name: comparer + Entry: 7 + Data: 1|System.Collections.Generic.GenericEqualityComparer`1[[System.String, + mscorlib]], mscorlib + - Name: + Entry: 8 + Data: + - Name: + Entry: 12 + Data: 1 + - Name: + Entry: 7 + Data: + - Name: $k + Entry: 1 + Data: GCueDurational_PlayerDemo + - Name: $v + Entry: 10 + Data: 0 + - Name: + Entry: 8 + Data: + - Name: + Entry: 13 + Data: + - Name: + Entry: 8 + Data: + - Name: CuesInstant + Entry: 7 + Data: 2|System.Collections.Generic.Dictionary`2[[System.String, mscorlib],[GAS.Runtime.GameplayCueInstant, + JNGame.Runtime]], mscorlib + - Name: comparer + Entry: 9 + Data: 1 + - Name: + Entry: 12 + Data: 0 + - Name: + Entry: 13 + Data: + - Name: + Entry: 8 + Data: World: {fileID: 2144549411} Box: {fileID: 7403693568755579174, guid: 2e5d0c510b71c714aaccc714aca99afc, type: 3} Preset: {fileID: 11400000, guid: 7692a8d07949a5c46b6b5325ebb9a422, type: 2} @@ -349,13 +407,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1745439352} + 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: [] m_Father: {fileID: 0} - m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1872085155 stripped Transform: @@ -446,13 +504,13 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2104190881} + serializedVersion: 2 m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 1, z: -10} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &2144549411 GameObject: @@ -477,11 +535,20 @@ Transform: m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2144549411} + 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: [] m_Father: {fileID: 0} - m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1660057539 &9223372036854775807 +SceneRoots: + m_ObjectHideFlags: 0 + m_Roots: + - {fileID: 28019075} + - {fileID: 1449950259} + - {fileID: 1745439354} + - {fileID: 2104190884} + - {fileID: 2144549412} diff --git a/JNFrame2/Assets/Scripts/GASSamples/GAS/Binary/GA_Database.bytes b/JNFrame2/Assets/Scripts/GASSamples/GAS/Binary/GA_Database.bytes index 7634d08857ea70813126d1398b53bcd60b0f82c8..28f59ba63b32b53e52f6592de0ff50410ab9f85a 100644 GIT binary patch delta 56 zcmbQnxR-H)HFE<4^F%vabq)q@1_lOIAeIDTcjwYnm(rrdlFa= startFrame && frameIndex <= endFrame) - { - previewObject.transform.position = Vector3.Lerp(start.ToVector3(), end.ToVector3(), (float)(frameIndex - startFrame) / endFrame); - } + // if (frameIndex >= startFrame && frameIndex <= endFrame) + // { + // previewObject.transform.position = Vector3.Lerp(start.ToVector3(), end.ToVector3(), (float)(frameIndex - startFrame) / endFrame); + // } } #endif @@ -39,6 +42,8 @@ namespace Demo.Scripts.GAS.GameplayCue public class GameplayCueDurational_PlayerDemo01_Spec : GameplayCueDurationalSpec { + private int TotalTime = 0; + public GameplayCueDurational_PlayerDemo01_Spec(GameplayCueDurational_PlayerDemo01 cue, GameplayCueParameters parameters) : base(cue, parameters) { } @@ -66,10 +71,24 @@ 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, cue.end, (LFloat)(frame - startFrame) / endFrame); + // Debug.Log($"GameplayCueDurational_PlayerDemo01_Spec OnTick {frame}"); + // ((GAbilitySystemComponent)Owner).Entity.Transform.Position = LVector3.Lerp(cue.start, cue.end, (LFloat)(frame - startFrame) / endFrame); } + + public override void OnTick(int deltaTime) + { + TotalTime += deltaTime; + + var view = _parameters.customArguments[0] as GameObject; + var durationTime = ((int)_parameters.customArguments[1]) * JexGasManager.TimeLineAbilityTickTime; + + UnityMainThreadDispatcher.Instance.Enqueue(() => + { + // view.transform.localScale = new Vector3((float)TotalTime / durationTime,(float)TotalTime / durationTime,(float)TotalTime / durationTime); + view.transform.DOScale(new Vector3((float)TotalTime / durationTime,(float)TotalTime / durationTime,(float)TotalTime / durationTime),0.15f); + }); + } } } \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/GEventDataSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/GEventDataSystem.cs index 8ad2e183..fdc92e37 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/GEventDataSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/GEventDataSystem.cs @@ -13,5 +13,15 @@ namespace GASSamples.Scripts.Game.Logic.Data { OnInsertUBytes(bytes); } + + /// + /// 接收到逻辑层分发的事件 + /// + /// + protected override void ReceiveEvent(SEvent @event) + { + App.Event.Dispatch($"GEvent_{@event.Type}",@event.Data); + } + } } \ 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 56621699..b95b60a9 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Data/JNGASBoxDataSystem.cs @@ -47,6 +47,7 @@ namespace GASSamples.Scripts.Game.Logic.Data { DataCache.TryAdd(entity.Id,new JNGASBoxData() { + Id = entity.Id, Value = new () { Position = NDataLVector3.Build(entity.Position), diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs new file mode 100644 index 00000000..2557eb95 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs @@ -0,0 +1,10 @@ +namespace GASSamples.Scripts.Game +{ + public enum GameEvent : int + { + OnCueAdd = 0, + OnCueRemove = 1, + OnCueExecute = 2, + OnAbilityEnd = 3, + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs.meta new file mode 100644 index 00000000..d2271aa9 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 05e3b97105e14200997f5910e5e0c90e +timeCreated: 1729876692 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs index 6861f72c..d4102a2c 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS/GAbilitySystemComponent.cs @@ -1,5 +1,8 @@ using GAS.Runtime; +using GASSamples.Scripts.Game.Logic.Data; +using HotScripts.JNGame.Runtime.Sync.System.Logic; using JNGame.Runtime.Sync.System.Logic; +using JNGame.Serialization; using JNGame.Sync.Entity; using UnityEngine; @@ -11,6 +14,8 @@ namespace GASSamples.Scripts.Game.GAS public IJNEntity Entity { get; protected set; } + + private int CueClipIndex = 0; public GAbilitySystemComponent(IJNEntity entity) { @@ -48,6 +53,33 @@ namespace GASSamples.Scripts.Game.GAS Debug.Log("OnGERelease"); } + public override int OnCueAdd(AbilitySpec abilitySpec, string cueAssetLocation, int durationTime) + { + Debug.Log("OnCueAdd"); + int cueId = CueClipIndex++; + Serializer data = new Serializer(); + data.Write(cueAssetLocation); + data.Write(durationTime); + data.Write(cueId); + data.Write(Entity.Id); + Entity.GetSystem().AddViewEvent((int)GameEvent.OnCueAdd,data.Data); + return cueId; + } + + public override void OnCueRemove(AbilitySpec abilitySpec, int cueClipIndex) + { + Serializer data = new Serializer(); + data.Write(cueClipIndex); + data.Write(Entity.Id); + Entity.GetSystem().AddViewEvent((int)GameEvent.OnCueRemove,data.Data); + Debug.Log("OnCueRemove"); + } + + public override void OnCueExecute(AbilitySpec abilitySpec, string[] cueAssetLocations) + { + Debug.Log("OnCueExecute"); + } + public override void OnAbilityEnd(AbilitySpec abilitySpec) { Debug.Log("OnAbilityEnd"); 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 index 360b6f23..aad704ee 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/Logic/System/Usual/DDataSystem.cs @@ -1,4 +1,5 @@ -using GAS.Runtime; +using System.Collections.Generic; +using GAS.Runtime; using GASSamples.Scripts; using JNGame.Sync.System; @@ -16,6 +17,10 @@ namespace Game.Logic.System.Usual public byte[] Ability { get; private set; } public byte[] GE { get; private set; } public byte[] ASC { get; private set; } + + + public Dictionary CuesDurational { get; private set; } + public Dictionary CuesInstant { get; private set; } public override void OnSyncStart() { @@ -26,6 +31,9 @@ namespace Game.Logic.System.Usual Ability = App.Resource.Ability; GE = App.Resource.GE; ASC = App.Resource.ASC; + + CuesDurational = App.Resource.CuesDurational; + CuesInstant = App.Resource.CuesInstant; } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs new file mode 100644 index 00000000..8ef1a3b5 --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs @@ -0,0 +1,68 @@ +using System.Collections.Concurrent; +using System.Collections.Generic; +using Game.Logic.System.Usual; +using GAS.Runtime; +using JNGame.Serialization; +using JNGame.Sync.System; + +namespace GASSamples.Scripts.Game.View +{ + /// + /// 视图层 - GeCue系统 + /// + public class DGeCueSystem : SViewSystem + { + + private DDataSystem Resource => GetSystem(); + private DViewSystem View => GetSystem(); + + private ConcurrentDictionary CueMap = new(); + + public override void OnSyncStart() + { + base.OnSyncStart(); + + //监听逻辑层事件 + App.Event.AddListener($"GEvent_{(int)GameEvent.OnCueAdd}",OnCueAdd); + App.Event.AddListener($"GEvent_{(int)GameEvent.OnCueRemove}",OnCueRemove); + } + + private void OnCueAdd(byte[] data) + { + + var reader = new Deserializer(data); + var cueAssetLocation = reader.ReadString(); + var durationTime = reader.ReadInt32(); + var cueId = reader.ReadInt32(); + var entityId = reader.ReadUInt64(); + + CueMap.TryAdd(cueId,Resource.CuesDurational[cueAssetLocation].ApplyFrom(View.ViewObject[entityId],durationTime)); + + } + + private void OnCueRemove(byte[] data) + { + + var reader = new Deserializer(data); + var cueClipIndex = reader.ReadInt32(); + var entityId = reader.ReadInt32(); + CueMap.TryRemove(cueClipIndex,out var spec); + + } + + + public override void OnSyncUpdate(int dt) + { + base.OnSyncUpdate(dt); + foreach (var spec in CueMap.Values) + { + spec.OnTick(dt); + } + } + + public override void OnSyncDestroy() + { + base.OnSyncDestroy(); + } + } +} \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs.meta b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs.meta new file mode 100644 index 00000000..8f77e40a --- /dev/null +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 5a977f079c3944e698f134d56eb2d844 +timeCreated: 1729873738 \ No newline at end of file diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DViewSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DViewSystem.cs index f7490e1b..4825482d 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DViewSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/DViewSystem.cs @@ -1,7 +1,9 @@ +using System.Collections.Generic; using GASSamples.Scripts.Game.View.Entity; using JNGame.Runtime.Util; using JNGame.Sync.System; using JNGame.Sync.View; +using UnityEngine; namespace GASSamples.Scripts.Game.View { @@ -10,6 +12,9 @@ namespace GASSamples.Scripts.Game.View private readonly IViewData[] views; + //视图层 GameObject <实体Id,视图对象> + public Dictionary ViewObject = new(); + public DViewSystem() { views = new IViewData[] { 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 62017e0c..f14057ee 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.cs @@ -11,6 +11,8 @@ namespace GASSamples.Scripts.Game.View.Entity { public GameObject World => App.Resource.World; public GameObject Box => App.Resource.Box; + + public DViewSystem View => Root as DViewSystem; public VDBox(SViewSystem root) : base(root) { @@ -19,13 +21,14 @@ 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); + // view.transform.DOScale(data.Value.Scale.ToVector3(),0.5f); } public override GameObject NewView(JNGASBoxData data) { var view = Object.Instantiate(Box, World.transform); view.name = $"Box_{data.Id}"; + View.ViewObject.Add(data.Id,view); return view; } @@ -34,8 +37,9 @@ namespace GASSamples.Scripts.Game.View.Entity return GetService().Data; } - public override void ViewRemove(GameObject view) + public override void ViewRemove(ulong id,GameObject view) { + View.ViewObject.Remove(id); Object.Destroy(view); } } diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs index b9c094a4..05daaab2 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/JNGResService.cs @@ -1,3 +1,4 @@ +using System.Collections.Generic; using System.Threading.Tasks; using GAS.Runtime; using JNGame.Network; @@ -24,6 +25,9 @@ namespace GASSamples.Scripts public byte[] GE; public byte[] ASC; + public Dictionary CuesDurational; + public Dictionary CuesInstant; + public override Task OnInit() { return base.OnInit(); diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs index 792a2629..769c7dfa 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Main.cs @@ -1,12 +1,15 @@ using System; +using System.Collections.Generic; using DefaultNamespace; using GAS.Runtime; using JNGame.Runtime; +using Sirenix.OdinInspector; +using Sirenix.Serialization; using UnityEngine; namespace GASSamples.Scripts { - public class Main : MonoBehaviour + public class Main : SerializedMonoBehaviour { public GameObject World; @@ -17,6 +20,9 @@ namespace GASSamples.Scripts public TextAsset GEAsset; public TextAsset ASCAsset; + public Dictionary CuesDurational; + public Dictionary CuesInstant; + private JNGASFrameSystem _frameSystem; private int _totalTime; @@ -35,6 +41,9 @@ namespace GASSamples.Scripts App.Resource.GE = GEAsset.bytes; App.Resource.ASC = ASCAsset.bytes; + App.Resource.CuesDurational = CuesDurational; + App.Resource.CuesInstant = CuesInstant; + _frameSystem = new JNGASFrameSystem(); diff --git a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs index 17af5110..90c02a4b 100644 --- a/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs +++ b/JNFrame2/Assets/Scripts/GASSamples/Scripts/Sync/JNGASFrameSystem.cs @@ -6,6 +6,7 @@ using GASSamples.Scripts.Game.GAS; using GASSamples.Scripts.Game.Logic.Data; using GASSamples.Scripts.Game.Logic.System; using GASSamples.Scripts.Game.View; +using HotScripts.JNGame.Runtime.Sync.System.Logic; using JNGame.Sync.Entity; using JNGame.Sync.Frame; using JNGame.Sync.System; @@ -22,6 +23,7 @@ namespace DefaultNamespace return new SLogicSystem[] { new DInputSystem(), //游戏输入 + new JNEventSystem(), //事件系统 new DDataSystem(), //数据 系统 new DGASSystem(), //GAS 系统 new DWorldSystem(), //世界逻辑 @@ -41,7 +43,8 @@ namespace DefaultNamespace return new SViewSystem[] { //视图层 - new DViewSystem(), //游戏视图 + new DViewSystem(), //游戏视图 + new DGeCueSystem(), //GeCue视图 }; } diff --git a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDBoss.cs b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDBoss.cs index 4a53525b..9183aca0 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDBoss.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDBoss.cs @@ -38,7 +38,7 @@ namespace Game.JNGFrame.View.Entity return GetService().Data; } - public override void ViewRemove(GameObject view) + public override void ViewRemove(ulong id,GameObject view) { view.transform.DOKill(); Object.Destroy(view); diff --git a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDNodes.cs b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDNodes.cs index 755b822f..3ba548e5 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDNodes.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDNodes.cs @@ -44,7 +44,7 @@ namespace Game.JNGFrame.View.Entity return GetService().Data; } - public override void ViewRemove(GameObject view) + public override void ViewRemove(ulong id,GameObject view) { view.transform.DOKill(); Object.Destroy(view); diff --git a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDPlayers.cs b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDPlayers.cs index 1aed6d1e..c96a9088 100644 --- a/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDPlayers.cs +++ b/JNFrame2/Assets/Scripts/Samples/Game/View/Entity/VDPlayers.cs @@ -93,7 +93,7 @@ namespace Game.JNGFrame.View.Entity return GetService().Data; } - public override void ViewRemove(GameObject view) + public override void ViewRemove(ulong id,GameObject view) { view.transform.DOKill(); if (LocalView != view) diff --git a/JNFrame2/GASSamples.csproj b/JNFrame2/GASSamples.csproj index c00cb496..ae7e88f0 100644 --- a/JNFrame2/GASSamples.csproj +++ b/JNFrame2/GASSamples.csproj @@ -74,8 +74,8 @@ - + @@ -88,6 +88,7 @@ + @@ -95,6 +96,7 @@ + diff --git a/JNFrame2/JNGame.Runtime.csproj b/JNFrame2/JNGame.Runtime.csproj index b45485b8..92611d49 100644 --- a/JNFrame2/JNGame.Runtime.csproj +++ b/JNFrame2/JNGame.Runtime.csproj @@ -74,7 +74,6 @@ - @@ -90,7 +89,6 @@ - @@ -127,6 +125,7 @@ + @@ -337,6 +336,7 @@ + diff --git a/JNFrame2/Logs/AssetImportWorker0-prev.log b/JNFrame2/Logs/AssetImportWorker0-prev.log index cee054cd..95e9a3ff 100644 --- a/JNFrame2/Logs/AssetImportWorker0-prev.log +++ b/JNFrame2/Logs/AssetImportWorker0-prev.log @@ -1,23 +1,23 @@ Using pre-set license -Built from '2022.3/staging' branch; Version is '2022.3.1f1 (f18e0c1b5784) revision 15830540'; Using compiler version '192829333'; Build Type 'Release' -OS: 'Windows 11 (10.0.22631) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +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: -D:\Unity\2022.3.1f1\Editor\Unity.exe +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe -adb2 -batchMode -noUpm -name AssetImportWorker0 -projectPath -D:/myproject/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker0.log -srvPort -62834 -Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 -D:/myproject/JisolGame/JNFrame2 +54895 +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" @@ -49,64 +49,68 @@ D:/myproject/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 [31896] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1116651084 [EditorId] 1116651084 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [37040] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3170101627 [EditorId] 3170101627 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [31896] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 1116651084 [EditorId] 1116651084 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [37040] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3170101627 [EditorId] 3170101627 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 71.08 ms, found 3 plugins. +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 102.80 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2022.3.1f1 (f18e0c1b5784) -[Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame2/Assets +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 GTX 1660 SUPER (ID=0x21c4) + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) Vendor: NVIDIA - VRAM: 5966 MB - Driver: 32.0.15.6094 + VRAM: 5996 MB + Driver: 31.0.15.5176 Initialize mono -Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' -Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' -Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56520 +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:56188 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.008671 seconds. -- Loaded All Assemblies, in 0.598 seconds +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.022885 seconds. +- Loaded All Assemblies, in 0.604 seconds Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 573 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.354 seconds -Domain Reload Profiling: 948ms - BeginReloadAssembly (153ms) +- Finished resetting the current domain, in 0.953 seconds +Domain Reload Profiling: 1544ms + BeginReloadAssembly (239ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (91ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (96ms) - LoadAllAssembliesAndSetupDomain (237ms) - LoadAssemblies (147ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (169ms) + LoadAssemblies (223ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (227ms) - TypeCache.Refresh (226ms) - TypeCache.ScanAssembly (206ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) + AnalyzeDomain (164ms) + TypeCache.Refresh (162ms) + TypeCache.ScanAssembly (148ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) ResolveRequiredComponents (1ms) - FinalizeReload (355ms) + FinalizeReload (954ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (277ms) + SetupLoadedEditorAssemblies (896ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (11ms) + InitializePlatformSupportModulesInManaged (711ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (3ms) - ProcessInitializeOnLoadAttributes (180ms) - ProcessInitializeOnLoadMethodAttributes (69ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (120ms) + ProcessInitializeOnLoadMethodAttributes (60ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,9 +118,10 @@ Domain Reload Profiling: 948ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.920 seconds -Refreshing native plugins compatible for Editor in 47.46 ms, found 3 plugins. +- Loaded All Assemblies, in 2.358 seconds +Refreshing native plugins compatible for Editor in 107.78 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). @@ -132,229 +137,717 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.12 seconds +Launched and connected shader compiler UnityShaderCompiler.exe after 0.07 seconds Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.141 seconds -Domain Reload Profiling: 4056ms - BeginReloadAssembly (173ms) +- Finished resetting the current domain, in 2.749 seconds +Domain Reload Profiling: 5073ms + BeginReloadAssembly (219ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (7ms) + DisableScriptedObjects (6ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (30ms) - RebuildCommonClasses (44ms) - RebuildNativeTypeToScriptingClass (12ms) - initialDomainReloadingComplete (81ms) - LoadAllAssembliesAndSetupDomain (1605ms) - LoadAssemblies (1021ms) + CreateAndSetChildDomain (22ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (148ms) + LoadAllAssembliesAndSetupDomain (1893ms) + LoadAssemblies (1039ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (658ms) - TypeCache.Refresh (598ms) - TypeCache.ScanAssembly (569ms) - ScanForSourceGeneratedMonoScriptInfo (44ms) - ResolveRequiredComponents (17ms) - FinalizeReload (2141ms) + AnalyzeDomain (1000ms) + TypeCache.Refresh (935ms) + TypeCache.ScanAssembly (889ms) + ScanForSourceGeneratedMonoScriptInfo (46ms) + ResolveRequiredComponents (15ms) + FinalizeReload (2750ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1871ms) + SetupLoadedEditorAssemblies (2410ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (7ms) + InitializePlatformSupportModulesInManaged (74ms) + SetLoadedEditorAssemblies (8ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (152ms) - ProcessInitializeOnLoadAttributes (905ms) - ProcessInitializeOnLoadMethodAttributes (785ms) - AfterProcessingInitializeOnLoad (11ms) + BeforeProcessingInitializeOnLoad (174ms) + ProcessInitializeOnLoadAttributes (1331ms) + ProcessInitializeOnLoadMethodAttributes (762ms) + AfterProcessingInitializeOnLoad (62ms) + 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 109.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5658 Unused Serialized files (Serialized files now loaded: 0) +Unloading 180 unused Assets / (231.5 KB). Loaded Objects now: 6106. +Memory consumption went from 212.6 MB to 212.3 MB. +Total: 26.867100 ms (FindLiveObjects: 0.692000 ms CreateObjectMapping: 0.529700 ms MarkObjects: 25.185200 ms DeleteObjects: 0.458000 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: 864730.666770 seconds. + path: Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs + artifactKey: Guid(4b17a33afb534946b70239808a6015eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/TimelineAbilityPlayer.cs using Guid(4b17a33afb534946b70239808a6015eb) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c6bbf45029fd1245d1125f818bdaf872') in 0.003300 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.000037 seconds. + path: Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset + artifactKey: Guid(96394ec4a5d1af149b3ff68a9a0e6e2c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset using Guid(96394ec4a5d1af149b3ff68a9a0e6e2c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '07833b7a1909c095dd8fb1d1196e41c2') in 0.000851 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.682 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.561 seconds +Domain Reload Profiling: 2230ms + BeginReloadAssembly (181ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (386ms) + LoadAssemblies (459ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1562ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (723ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (336ms) + ProcessInitializeOnLoadMethodAttributes (235ms) + AfterProcessingInitializeOnLoad (39ms) + 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 39.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6121. +Memory consumption went from 210.8 MB to 210.6 MB. +Total: 15.127300 ms (FindLiveObjects: 0.350900 ms CreateObjectMapping: 0.172900 ms MarkObjects: 14.357700 ms DeleteObjects: 0.244200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 45.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.527 seconds +Domain Reload Profiling: 2176ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (373ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1531ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (715ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (334ms) + ProcessInitializeOnLoadMethodAttributes (251ms) + AfterProcessingInitializeOnLoad (27ms) + 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 36.27 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6136. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 12.444000 ms (FindLiveObjects: 0.305500 ms CreateObjectMapping: 0.175500 ms MarkObjects: 11.767800 ms DeleteObjects: 0.194100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.806 seconds +Refreshing native plugins compatible for Editor in 46.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.493 seconds +Domain Reload Profiling: 2282ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (511ms) + LoadAssemblies (581ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1494ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (576ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (202ms) + AfterProcessingInitializeOnLoad (23ms) + 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.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6151. +Memory consumption went from 214.9 MB to 214.7 MB. +Total: 13.427700 ms (FindLiveObjects: 0.351200 ms CreateObjectMapping: 0.161300 ms MarkObjects: 12.703500 ms DeleteObjects: 0.210600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.502 seconds +Domain Reload Profiling: 3554ms + BeginReloadAssembly (203ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (745ms) + LoadAssemblies (670ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (173ms) + TypeCache.Refresh (143ms) + TypeCache.ScanAssembly (118ms) + ScanForSourceGeneratedMonoScriptInfo (20ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2503ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (877ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (363ms) + ProcessInitializeOnLoadMethodAttributes (360ms) + AfterProcessingInitializeOnLoad (31ms) + 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 94.66 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6166. +Memory consumption went from 216.9 MB to 216.7 MB. +Total: 24.325500 ms (FindLiveObjects: 0.500900 ms CreateObjectMapping: 0.273100 ms MarkObjects: 23.083500 ms DeleteObjects: 0.466300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.259 seconds +Domain Reload Profiling: 1971ms + BeginReloadAssembly (188ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (418ms) + LoadAssemblies (482ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1260ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (590ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + AfterProcessingInitializeOnLoad (22ms) + 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 34.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6181. +Memory consumption went from 218.8 MB to 218.6 MB. +Total: 14.362100 ms (FindLiveObjects: 0.299100 ms CreateObjectMapping: 0.231500 ms MarkObjects: 13.602500 ms DeleteObjects: 0.227600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.950 seconds +Refreshing native plugins compatible for Editor in 77.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.515 seconds +Domain Reload Profiling: 2400ms + BeginReloadAssembly (197ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (540ms) + LoadAssemblies (607ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1548ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (654ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (284ms) + ProcessInitializeOnLoadMethodAttributes (228ms) + 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 41.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6196. +Memory consumption went from 220.8 MB to 220.6 MB. +Total: 19.087300 ms (FindLiveObjects: 0.354900 ms CreateObjectMapping: 0.367800 ms MarkObjects: 18.118200 ms DeleteObjects: 0.244900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.875 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.231 seconds +Domain Reload Profiling: 2117ms + BeginReloadAssembly (187ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (559ms) + LoadAssemblies (633ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1259ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (577ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + 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 35.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6211. +Memory consumption went from 222.7 MB to 222.5 MB. +Total: 13.533700 ms (FindLiveObjects: 0.330900 ms CreateObjectMapping: 0.197200 ms MarkObjects: 12.748800 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 0.678 seconds +Refreshing native plugins compatible for Editor in 40.47 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.479 seconds +Domain Reload Profiling: 2144ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (385ms) + LoadAssemblies (458ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1480ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (656ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (24ms) 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 48.57 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5656 Unused Serialized files (Serialized files now loaded: 0) -Unloading 183 unused Assets / (232.8 KB). Loaded Objects now: 6106. -Memory consumption went from 197.9 MB to 197.6 MB. -Total: 24.388600 ms (FindLiveObjects: 0.425800 ms CreateObjectMapping: 0.465700 ms MarkObjects: 23.026000 ms DeleteObjects: 0.468600 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - 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: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: 36307.997873 seconds. - path: Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs - artifactKey: Guid(b964e9ee395740d6b0f8e42978c1ba35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -Start importing Assets/Scripts/GASSamples/Scripts/GAS/MMC/AttrModCalculation.cs using Guid(b964e9ee395740d6b0f8e42978c1ba35) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c5af45e0a85d48f967bcba09ec122c5b') in 0.003139 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.000054 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: '2817dcf1637ec1bc59891bfa337aa804') in 0.014639 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 3.072 seconds -Refreshing native plugins compatible for Editor in 54.47 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 4.446 seconds -Domain Reload Profiling: 7503ms - BeginReloadAssembly (467ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (8ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (170ms) - RebuildCommonClasses (93ms) - RebuildNativeTypeToScriptingClass (26ms) - initialDomainReloadingComplete (125ms) - LoadAllAssembliesAndSetupDomain (2345ms) - LoadAssemblies (1672ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (856ms) - TypeCache.Refresh (834ms) - TypeCache.ScanAssembly (798ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (15ms) - FinalizeReload (4447ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1341ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (194ms) - ProcessInitializeOnLoadAttributes (590ms) - ProcessInitializeOnLoadMethodAttributes (518ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (4ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (44ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 63.23 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.1 KB). Loaded Objects now: 6123. -Memory consumption went from 194.9 MB to 194.7 MB. -Total: 30.181500 ms (FindLiveObjects: 0.720100 ms CreateObjectMapping: 0.454700 ms MarkObjects: 28.204500 ms DeleteObjects: 0.797600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.187 seconds -Refreshing native plugins compatible for Editor in 51.88 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.690 seconds -Domain Reload Profiling: 4870ms - BeginReloadAssembly (317ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (9ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (136ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (89ms) - LoadAllAssembliesAndSetupDomain (1699ms) - LoadAssemblies (1150ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (650ms) - TypeCache.Refresh (621ms) - TypeCache.ScanAssembly (582ms) - ScanForSourceGeneratedMonoScriptInfo (11ms) - ResolveRequiredComponents (18ms) - FinalizeReload (2691ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1422ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (169ms) - ProcessInitializeOnLoadAttributes (721ms) - ProcessInitializeOnLoadMethodAttributes (496ms) - AfterProcessingInitializeOnLoad (19ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (49ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.91 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 42.01 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.2 KB). Loaded Objects now: 6138. -Memory consumption went from 195.2 MB to 195.0 MB. -Total: 34.343800 ms (FindLiveObjects: 0.982100 ms CreateObjectMapping: 1.875200 ms MarkObjects: 30.500100 ms DeleteObjects: 0.982600 ms) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6226. +Memory consumption went from 224.7 MB to 224.5 MB. +Total: 14.352500 ms (FindLiveObjects: 0.346200 ms CreateObjectMapping: 0.176000 ms MarkObjects: 13.623400 ms DeleteObjects: 0.205400 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -362,9 +855,10 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.070 seconds -Refreshing native plugins compatible for Editor in 39.98 ms, found 3 plugins. +- Loaded All Assemblies, in 1.142 seconds +Refreshing native plugins compatible for Editor in 37.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 @@ -380,57 +874,60 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.321 seconds -Domain Reload Profiling: 4382ms - BeginReloadAssembly (288ms) +- Finished resetting the current domain, in 1.710 seconds +Domain Reload Profiling: 2830ms + BeginReloadAssembly (289ms) ExecutionOrderSort (0ms) DisableScriptedObjects (5ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (122ms) - RebuildCommonClasses (52ms) - RebuildNativeTypeToScriptingClass (15ms) - initialDomainReloadingComplete (98ms) - LoadAllAssembliesAndSetupDomain (1606ms) - LoadAssemblies (1108ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (151ms) + LoadAllAssembliesAndSetupDomain (629ms) + LoadAssemblies (752ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (586ms) - TypeCache.Refresh (569ms) - TypeCache.ScanAssembly (533ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (13ms) - FinalizeReload (2322ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1711ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1273ms) + SetupLoadedEditorAssemblies (818ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (8ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (175ms) - ProcessInitializeOnLoadAttributes (598ms) - ProcessInitializeOnLoadMethodAttributes (469ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (2ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (355ms) + AfterProcessingInitializeOnLoad (50ms) + EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (37ms) + 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 57.60 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 40.02 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.0 KB). Loaded Objects now: 6153. -Memory consumption went from 195.2 MB to 195.0 MB. -Total: 38.901200 ms (FindLiveObjects: 1.030600 ms CreateObjectMapping: 0.925700 ms MarkObjects: 36.219000 ms DeleteObjects: 0.722800 ms) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6241. +Memory consumption went from 226.6 MB to 226.4 MB. +Total: 14.221600 ms (FindLiveObjects: 0.322900 ms CreateObjectMapping: 0.179400 ms MarkObjects: 13.477600 ms DeleteObjects: 0.239900 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -438,9 +935,10 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.274 seconds -Refreshing native plugins compatible for Editor in 35.96 ms, found 3 plugins. +- Loaded All Assemblies, in 0.809 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 @@ -456,57 +954,860 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.370 seconds -Domain Reload Profiling: 7632ms - BeginReloadAssembly (475ms) +- Finished resetting the current domain, in 1.369 seconds +Domain Reload Profiling: 2164ms + BeginReloadAssembly (227ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (16ms) + DisableScriptedObjects (4ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (247ms) - RebuildCommonClasses (78ms) - RebuildNativeTypeToScriptingClass (16ms) - initialDomainReloadingComplete (101ms) - LoadAllAssembliesAndSetupDomain (1590ms) - LoadAssemblies (1130ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (406ms) + LoadAssemblies (512ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (579ms) - TypeCache.Refresh (562ms) - TypeCache.ScanAssembly (526ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (11ms) - FinalizeReload (5372ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1370ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (4311ms) + SetupLoadedEditorAssemblies (609ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (184ms) - ProcessInitializeOnLoadAttributes (996ms) - ProcessInitializeOnLoadMethodAttributes (3093ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (293ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + 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 40.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6256. +Memory consumption went from 228.5 MB to 228.3 MB. +Total: 13.679900 ms (FindLiveObjects: 0.311300 ms CreateObjectMapping: 0.204000 ms MarkObjects: 12.952700 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 0.735 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.315 seconds +Domain Reload Profiling: 2034ms + BeginReloadAssembly (200ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (480ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1316ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + AfterProcessingInitializeOnLoad (26ms) + 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.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6271. +Memory consumption went from 230.4 MB to 230.2 MB. +Total: 13.069000 ms (FindLiveObjects: 0.333000 ms CreateObjectMapping: 0.197700 ms MarkObjects: 12.301200 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 Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.644 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.394 seconds +Domain Reload Profiling: 2025ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (368ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1396ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (636ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (292ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (27ms) + 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.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6286. +Memory consumption went from 232.4 MB to 232.2 MB. +Total: 15.173100 ms (FindLiveObjects: 0.382500 ms CreateObjectMapping: 0.201500 ms MarkObjects: 14.343300 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.623 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.317 seconds +Domain Reload Profiling: 1927ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (348ms) + LoadAssemblies (417ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1317ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (602ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + 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 36.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6301. +Memory consumption went from 234.3 MB to 234.1 MB. +Total: 13.634800 ms (FindLiveObjects: 0.327600 ms CreateObjectMapping: 0.243200 ms MarkObjects: 12.840300 ms DeleteObjects: 0.222600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.672 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.186 seconds +Domain Reload Profiling: 1846ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (395ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1187ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (524ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (245ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + 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 32.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6316. +Memory consumption went from 236.3 MB to 236.1 MB. +Total: 12.706300 ms (FindLiveObjects: 0.381100 ms CreateObjectMapping: 0.186500 ms MarkObjects: 11.873300 ms DeleteObjects: 0.264100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.823 seconds +Refreshing native plugins compatible for Editor in 46.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.265 seconds +Domain Reload Profiling: 2076ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (545ms) + LoadAssemblies (597ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1266ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (20ms) + 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 35.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (203.5 KB). Loaded Objects now: 6330. +Memory consumption went from 238.1 MB to 237.9 MB. +Total: 13.641100 ms (FindLiveObjects: 0.410500 ms CreateObjectMapping: 0.225200 ms MarkObjects: 12.747800 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 0.651 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.210 seconds +Domain Reload Profiling: 1848ms + BeginReloadAssembly (162ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (378ms) + LoadAssemblies (435ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1211ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (538ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + 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 35.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6345. +Memory consumption went from 240.1 MB to 239.9 MB. +Total: 13.187000 ms (FindLiveObjects: 0.314000 ms CreateObjectMapping: 0.212600 ms MarkObjects: 12.453300 ms DeleteObjects: 0.206000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.609 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.294 seconds +Domain Reload Profiling: 1892ms + BeginReloadAssembly (161ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (340ms) + LoadAssemblies (408ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1295ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (590ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (202ms) + AfterProcessingInitializeOnLoad (20ms) + 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 38.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6360. +Memory consumption went from 242.1 MB to 241.9 MB. +Total: 13.593900 ms (FindLiveObjects: 0.330200 ms CreateObjectMapping: 0.180200 ms MarkObjects: 12.824400 ms DeleteObjects: 0.257900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.278 seconds +Domain Reload Profiling: 1870ms + BeginReloadAssembly (158ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (342ms) + LoadAssemblies (409ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1279ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (578ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + AfterProcessingInitializeOnLoad (21ms) + 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 35.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6375. +Memory consumption went from 244.0 MB to 243.8 MB. +Total: 13.745000 ms (FindLiveObjects: 0.330400 ms CreateObjectMapping: 0.187400 ms MarkObjects: 13.008500 ms DeleteObjects: 0.217700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.606 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.290 seconds +Domain Reload Profiling: 1887ms + BeginReloadAssembly (161ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (337ms) + LoadAssemblies (405ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1293ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (597ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (203ms) + AfterProcessingInitializeOnLoad (25ms) + 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.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6390. +Memory consumption went from 245.9 MB to 245.7 MB. +Total: 13.401300 ms (FindLiveObjects: 0.340700 ms CreateObjectMapping: 0.192100 ms MarkObjects: 12.622100 ms DeleteObjects: 0.245000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.995 seconds +Refreshing native plugins compatible for Editor in 30.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.133 seconds +Domain Reload Profiling: 3115ms + BeginReloadAssembly (240ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (641ms) + LoadAssemblies (701ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (32ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2134ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (547ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (169ms) AfterProcessingInitializeOnLoad (17ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (26ms) + 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 52.66 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.05 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.2 KB). Loaded Objects now: 6168. -Memory consumption went from 195.2 MB to 195.0 MB. -Total: 18.571500 ms (FindLiveObjects: 0.631500 ms CreateObjectMapping: 0.314300 ms MarkObjects: 17.389800 ms DeleteObjects: 0.233700 ms) +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6405. +Memory consumption went from 247.8 MB to 247.6 MB. +Total: 12.618600 ms (FindLiveObjects: 0.308900 ms CreateObjectMapping: 0.174300 ms MarkObjects: 11.887500 ms DeleteObjects: 0.246700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -514,9 +1815,10 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.627 seconds -Refreshing native plugins compatible for Editor in 492.78 ms, found 3 plugins. +- Loaded All Assemblies, in 0.646 seconds +Refreshing native plugins compatible for Editor in 36.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 @@ -532,209 +1834,60 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.712 seconds -Domain Reload Profiling: 8331ms - BeginReloadAssembly (363ms) +- Finished resetting the current domain, in 1.222 seconds +Domain Reload Profiling: 1855ms + BeginReloadAssembly (168ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (151ms) - RebuildCommonClasses (89ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (105ms) - LoadAllAssembliesAndSetupDomain (2042ms) - LoadAssemblies (1139ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (371ms) + LoadAssemblies (420ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (1029ms) - TypeCache.Refresh (962ms) - TypeCache.ScanAssembly (837ms) - ScanForSourceGeneratedMonoScriptInfo (12ms) - ResolveRequiredComponents (55ms) - FinalizeReload (5714ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (2343ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (17ms) - SetLoadedEditorAssemblies (15ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (268ms) - ProcessInitializeOnLoadAttributes (896ms) - ProcessInitializeOnLoadMethodAttributes (1110ms) - AfterProcessingInitializeOnLoad (34ms) - EditorAssembliesLoaded (3ms) - 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 58.97 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.3 KB). Loaded Objects now: 6185. -Memory consumption went from 195.2 MB to 195.0 MB. -Total: 39.648000 ms (FindLiveObjects: 1.235600 ms CreateObjectMapping: 1.716100 ms MarkObjects: 36.110100 ms DeleteObjects: 0.582300 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.194 seconds -Refreshing native plugins compatible for Editor in 93.86 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.730 seconds -Domain Reload Profiling: 4914ms - BeginReloadAssembly (331ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (111ms) - RebuildCommonClasses (67ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (100ms) - LoadAllAssembliesAndSetupDomain (1668ms) - LoadAssemblies (1158ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (659ms) - TypeCache.Refresh (636ms) - TypeCache.ScanAssembly (590ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (15ms) - FinalizeReload (2731ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1201ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (11ms) - SetLoadedEditorAssemblies (7ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (158ms) - ProcessInitializeOnLoadAttributes (564ms) - ProcessInitializeOnLoadMethodAttributes (446ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (1ms) - 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.64 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.0 KB). Loaded Objects now: 6200. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 71.524300 ms (FindLiveObjects: 0.919100 ms CreateObjectMapping: 1.226600 ms MarkObjects: 67.850100 ms DeleteObjects: 1.525400 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.174 seconds -Refreshing native plugins compatible for Editor in 36.81 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.374 seconds -Domain Reload Profiling: 4542ms - BeginReloadAssembly (376ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (174ms) - RebuildCommonClasses (82ms) - RebuildNativeTypeToScriptingClass (20ms) - initialDomainReloadingComplete (123ms) - LoadAllAssembliesAndSetupDomain (1563ms) - LoadAssemblies (1141ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (549ms) - TypeCache.Refresh (532ms) - TypeCache.ScanAssembly (495ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2378ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1222ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1223ms) + SetupLoadedEditorAssemblies (542ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (7ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (161ms) - ProcessInitializeOnLoadAttributes (589ms) - ProcessInitializeOnLoadMethodAttributes (441ms) - AfterProcessingInitializeOnLoad (15ms) - EditorAssembliesLoaded (2ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (255ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (46ms) + 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 59.94 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.96 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.1 KB). Loaded Objects now: 6215. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 26.859900 ms (FindLiveObjects: 1.147400 ms CreateObjectMapping: 1.133900 ms MarkObjects: 24.304700 ms DeleteObjects: 0.272000 ms) +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6420. +Memory consumption went from 249.8 MB to 249.6 MB. +Total: 13.233200 ms (FindLiveObjects: 0.307300 ms CreateObjectMapping: 0.180700 ms MarkObjects: 12.544900 ms DeleteObjects: 0.199200 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/AssetImportWorker0.log b/JNFrame2/Logs/AssetImportWorker0.log index e69de29b..1c7fd1cb 100644 --- a/JNFrame2/Logs/AssetImportWorker0.log +++ b/JNFrame2/Logs/AssetImportWorker0.log @@ -0,0 +1,10248 @@ +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 +55834 +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 [42316] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3807443937 [EditorId] 3807443937 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [42316] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3807443937 [EditorId] 3807443937 [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 540.60 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:56916 +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.060390 seconds. +- Loaded All Assemblies, in 1.741 seconds +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 907 ms +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.602 seconds +Domain Reload Profiling: 3298ms + BeginReloadAssembly (837ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (1ms) + RebuildCommonClasses (97ms) + RebuildNativeTypeToScriptingClass (22ms) + initialDomainReloadingComplete (285ms) + LoadAllAssembliesAndSetupDomain (454ms) + LoadAssemblies (815ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (441ms) + TypeCache.Refresh (439ms) + TypeCache.ScanAssembly (408ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (1ms) + FinalizeReload (1604ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1481ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1200ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (3ms) + ProcessInitializeOnLoadAttributes (182ms) + ProcessInitializeOnLoadMethodAttributes (90ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +======================================================================== +Worker process is ready to serve import requests +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 7.612 seconds +Refreshing native plugins compatible for Editor in 226.14 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Launched and connected shader compiler UnityShaderCompiler.exe after 0.21 seconds +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.714 seconds +Domain Reload Profiling: 12190ms + BeginReloadAssembly (2118ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (20ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (468ms) + RebuildNativeTypeToScriptingClass (99ms) + initialDomainReloadingComplete (684ms) + LoadAllAssembliesAndSetupDomain (4105ms) + LoadAssemblies (4659ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (1277ms) + TypeCache.Refresh (991ms) + TypeCache.ScanAssembly (863ms) + ScanForSourceGeneratedMonoScriptInfo (200ms) + ResolveRequiredComponents (78ms) + FinalizeReload (4715ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (4135ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (87ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (215ms) + ProcessInitializeOnLoadAttributes (2604ms) + ProcessInitializeOnLoadMethodAttributes (1138ms) + AfterProcessingInitializeOnLoad (84ms) + EditorAssembliesLoaded (1ms) + 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 213.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5660 Unused Serialized files (Serialized files now loaded: 0) +Unloading 181 unused Assets / (231.6 KB). Loaded Objects now: 6108. +Memory consumption went from 212.5 MB to 212.2 MB. +Total: 41.769900 ms (FindLiveObjects: 0.541400 ms CreateObjectMapping: 0.311300 ms MarkObjects: 40.372700 ms DeleteObjects: 0.542300 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: 1037149.433267 seconds. + path: Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/AbilitySystemComponentPreset.cs + artifactKey: Guid(85dd2a6201f04545b5a8b020edcb2690) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset/AbilitySystemComponentPreset.cs using Guid(85dd2a6201f04545b5a8b020edcb2690) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '69eab28b26596ae7a49c9a2abd763efb') in 0.005446 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.598 seconds +Refreshing native plugins compatible for Editor in 85.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.709 seconds +Domain Reload Profiling: 5369ms + BeginReloadAssembly (511ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (126ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (165ms) + LoadAllAssembliesAndSetupDomain (815ms) + LoadAssemblies (1039ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (55ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (17ms) + FinalizeReload (3804ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1293ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (112ms) + ProcessInitializeOnLoadAttributes (576ms) + ProcessInitializeOnLoadMethodAttributes (476ms) + AfterProcessingInitializeOnLoad (83ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (56ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5642 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6123. +Memory consumption went from 210.7 MB to 210.5 MB. +Total: 18.512000 ms (FindLiveObjects: 0.589000 ms CreateObjectMapping: 0.213000 ms MarkObjects: 17.459400 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.872 seconds +Refreshing native plugins compatible for Editor in 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.714 seconds +Domain Reload Profiling: 3570ms + BeginReloadAssembly (232ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (485ms) + LoadAssemblies (569ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2718ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1439ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (151ms) + ProcessInitializeOnLoadAttributes (512ms) + ProcessInitializeOnLoadMethodAttributes (646ms) + AfterProcessingInitializeOnLoad (91ms) + EditorAssembliesLoaded (3ms) + 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 145.29 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6139. +Memory consumption went from 212.9 MB to 212.7 MB. +Total: 46.890400 ms (FindLiveObjects: 0.605500 ms CreateObjectMapping: 0.324200 ms MarkObjects: 45.605200 ms DeleteObjects: 0.353300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.289 seconds +Refreshing native plugins compatible for Editor in 67.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.550 seconds +Domain Reload Profiling: 3812ms + BeginReloadAssembly (342ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (73ms) + RebuildCommonClasses (52ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (120ms) + LoadAllAssembliesAndSetupDomain (731ms) + LoadAssemblies (885ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2551ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1075ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (54ms) + SetLoadedEditorAssemblies (7ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (130ms) + ProcessInitializeOnLoadAttributes (450ms) + ProcessInitializeOnLoadMethodAttributes (392ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (19ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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 114.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6153. +Memory consumption went from 214.8 MB to 214.6 MB. +Total: 33.834900 ms (FindLiveObjects: 0.545500 ms CreateObjectMapping: 0.311000 ms MarkObjects: 32.619200 ms DeleteObjects: 0.357100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.964 seconds +Refreshing native plugins compatible for Editor in 47.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.814 seconds +Domain Reload Profiling: 2756ms + BeginReloadAssembly (271ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (505ms) + LoadAssemblies (625ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1814ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (811ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (86ms) + ProcessInitializeOnLoadAttributes (349ms) + ProcessInitializeOnLoadMethodAttributes (303ms) + AfterProcessingInitializeOnLoad (33ms) + EditorAssembliesLoaded (0ms) + 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 54.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6169. +Memory consumption went from 216.7 MB to 216.5 MB. +Total: 17.227900 ms (FindLiveObjects: 0.342700 ms CreateObjectMapping: 0.206800 ms MarkObjects: 16.434200 ms DeleteObjects: 0.242700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 52.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.914 seconds +Domain Reload Profiling: 2962ms + BeginReloadAssembly (274ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (601ms) + LoadAssemblies (709ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1915ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (892ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (54ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (106ms) + ProcessInitializeOnLoadAttributes (392ms) + ProcessInitializeOnLoadMethodAttributes (301ms) + AfterProcessingInitializeOnLoad (34ms) + EditorAssembliesLoaded (1ms) + 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 53.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6184. +Memory consumption went from 218.6 MB to 218.4 MB. +Total: 17.119400 ms (FindLiveObjects: 0.347900 ms CreateObjectMapping: 0.215600 ms MarkObjects: 16.318000 ms DeleteObjects: 0.236000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.092 seconds +Refreshing native plugins compatible for Editor in 50.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.660 seconds +Domain Reload Profiling: 2725ms + BeginReloadAssembly (304ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (137ms) + LoadAllAssembliesAndSetupDomain (549ms) + LoadAssemblies (690ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1661ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (769ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (86ms) + ProcessInitializeOnLoadAttributes (351ms) + ProcessInitializeOnLoadMethodAttributes (266ms) + AfterProcessingInitializeOnLoad (31ms) + 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 95.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6199. +Memory consumption went from 220.6 MB to 220.4 MB. +Total: 25.293500 ms (FindLiveObjects: 0.453500 ms CreateObjectMapping: 0.270800 ms MarkObjects: 24.268400 ms DeleteObjects: 0.298800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 70.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.870 seconds +Domain Reload Profiling: 4337ms + BeginReloadAssembly (442ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (73ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (820ms) + LoadAssemblies (1025ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2870ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1387ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (49ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (154ms) + ProcessInitializeOnLoadAttributes (574ms) + ProcessInitializeOnLoadMethodAttributes (550ms) + AfterProcessingInitializeOnLoad (54ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (103ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 144.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6214. +Memory consumption went from 222.5 MB to 222.3 MB. +Total: 49.115200 ms (FindLiveObjects: 0.647400 ms CreateObjectMapping: 0.309000 ms MarkObjects: 47.754700 ms DeleteObjects: 0.402000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.358 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.238 seconds +Domain Reload Profiling: 3573ms + BeginReloadAssembly (495ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (95ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (673ms) + LoadAssemblies (918ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2240ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (900ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (388ms) + ProcessInitializeOnLoadMethodAttributes (330ms) + AfterProcessingInitializeOnLoad (47ms) + EditorAssembliesLoaded (2ms) + 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 70.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.3 KB). Loaded Objects now: 6229. +Memory consumption went from 224.5 MB to 224.3 MB. +Total: 20.500200 ms (FindLiveObjects: 0.441500 ms CreateObjectMapping: 0.243500 ms MarkObjects: 19.539400 ms DeleteObjects: 0.273800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.092 seconds +Refreshing native plugins compatible for Editor in 65.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.822 seconds +Domain Reload Profiling: 2891ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (124ms) + LoadAllAssembliesAndSetupDomain (570ms) + LoadAssemblies (708ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1823ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (836ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (365ms) + ProcessInitializeOnLoadMethodAttributes (292ms) + AfterProcessingInitializeOnLoad (41ms) + 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 53.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6244. +Memory consumption went from 226.4 MB to 226.2 MB. +Total: 16.798700 ms (FindLiveObjects: 0.345200 ms CreateObjectMapping: 0.212000 ms MarkObjects: 16.016800 ms DeleteObjects: 0.223600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.769 seconds +Refreshing native plugins compatible for Editor in 119.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.979 seconds +Domain Reload Profiling: 5698ms + BeginReloadAssembly (446ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (81ms) + RebuildCommonClasses (106ms) + RebuildNativeTypeToScriptingClass (22ms) + initialDomainReloadingComplete (208ms) + LoadAllAssembliesAndSetupDomain (936ms) + LoadAssemblies (1132ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (65ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (18ms) + ResolveRequiredComponents (21ms) + FinalizeReload (3980ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1632ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (71ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (203ms) + ProcessInitializeOnLoadAttributes (723ms) + ProcessInitializeOnLoadMethodAttributes (551ms) + AfterProcessingInitializeOnLoad (78ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (23ms) +Script is not up to date after domain reload: guid(6ad7eb0cc9c84346b06e5c32cda46266) path("Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.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 115.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6258. +Memory consumption went from 228.3 MB to 228.1 MB. +Total: 53.499600 ms (FindLiveObjects: 0.606800 ms CreateObjectMapping: 0.291700 ms MarkObjects: 52.094300 ms DeleteObjects: 0.504100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.753 seconds +Refreshing native plugins compatible for Editor in 187.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.055 seconds +Domain Reload Profiling: 5740ms + BeginReloadAssembly (492ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (86ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (151ms) + LoadAllAssembliesAndSetupDomain (978ms) + LoadAssemblies (1194ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (92ms) + TypeCache.Refresh (52ms) + TypeCache.ScanAssembly (29ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (22ms) + FinalizeReload (4056ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1521ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (79ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (175ms) + ProcessInitializeOnLoadAttributes (636ms) + ProcessInitializeOnLoadMethodAttributes (543ms) + AfterProcessingInitializeOnLoad (79ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (38ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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 57.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6273. +Memory consumption went from 230.3 MB to 230.1 MB. +Total: 17.885800 ms (FindLiveObjects: 0.406700 ms CreateObjectMapping: 0.227800 ms MarkObjects: 17.002600 ms DeleteObjects: 0.247400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.173 seconds +Refreshing native plugins compatible for Editor in 58.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.126 seconds +Domain Reload Profiling: 3279ms + BeginReloadAssembly (284ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (50ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (680ms) + LoadAssemblies (821ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2127ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1047ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (107ms) + ProcessInitializeOnLoadAttributes (478ms) + ProcessInitializeOnLoadMethodAttributes (367ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (2ms) + 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 50.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6289. +Memory consumption went from 232.2 MB to 232.0 MB. +Total: 18.810700 ms (FindLiveObjects: 0.479600 ms CreateObjectMapping: 0.259800 ms MarkObjects: 17.822000 ms DeleteObjects: 0.247600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 53.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.854 seconds +Domain Reload Profiling: 2906ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (610ms) + LoadAssemblies (719ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1857ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (866ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (99ms) + ProcessInitializeOnLoadAttributes (382ms) + ProcessInitializeOnLoadMethodAttributes (305ms) + AfterProcessingInitializeOnLoad (38ms) + 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 57.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6304. +Memory consumption went from 234.2 MB to 234.0 MB. +Total: 17.928600 ms (FindLiveObjects: 0.387500 ms CreateObjectMapping: 0.209400 ms MarkObjects: 17.078900 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 -> +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.037 seconds +Refreshing native plugins compatible for Editor in 52.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.857 seconds +Domain Reload Profiling: 2868ms + BeginReloadAssembly (289ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (549ms) + LoadAssemblies (682ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1858ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (864ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (89ms) + ProcessInitializeOnLoadAttributes (370ms) + ProcessInitializeOnLoadMethodAttributes (329ms) + AfterProcessingInitializeOnLoad (36ms) + 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 51.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6319. +Memory consumption went from 236.1 MB to 235.9 MB. +Total: 19.578200 ms (FindLiveObjects: 0.406400 ms CreateObjectMapping: 0.271600 ms MarkObjects: 18.638600 ms DeleteObjects: 0.259900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.077 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.980 seconds +Domain Reload Profiling: 3032ms + BeginReloadAssembly (315ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (559ms) + LoadAssemblies (707ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (44ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1980ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (866ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (385ms) + ProcessInitializeOnLoadMethodAttributes (318ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (1ms) + 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 60.43 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6334. +Memory consumption went from 237.9 MB to 237.8 MB. +Total: 18.344700 ms (FindLiveObjects: 0.406500 ms CreateObjectMapping: 0.207500 ms MarkObjects: 17.457900 ms DeleteObjects: 0.271700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.083 seconds +Refreshing native plugins compatible for Editor in 59.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.839 seconds +Domain Reload Profiling: 2894ms + BeginReloadAssembly (291ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (59ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (582ms) + LoadAssemblies (697ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1840ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (811ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (361ms) + ProcessInitializeOnLoadMethodAttributes (280ms) + AfterProcessingInitializeOnLoad (34ms) + 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 57.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6349. +Memory consumption went from 239.9 MB to 239.8 MB. +Total: 18.005600 ms (FindLiveObjects: 0.355400 ms CreateObjectMapping: 0.212800 ms MarkObjects: 17.177000 ms DeleteObjects: 0.258900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 70.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.254 seconds +Domain Reload Profiling: 3339ms + BeginReloadAssembly (292ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (46ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (599ms) + LoadAssemblies (717ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2254ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1028ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (52ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (126ms) + ProcessInitializeOnLoadAttributes (466ms) + ProcessInitializeOnLoadMethodAttributes (323ms) + AfterProcessingInitializeOnLoad (53ms) + EditorAssembliesLoaded (2ms) + 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 51.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6364. +Memory consumption went from 241.9 MB to 241.7 MB. +Total: 17.546700 ms (FindLiveObjects: 0.361600 ms CreateObjectMapping: 0.207800 ms MarkObjects: 16.740200 ms DeleteObjects: 0.235000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.958 seconds +Refreshing native plugins compatible for Editor in 68.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.962 seconds +Domain Reload Profiling: 2899ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (91ms) + LoadAllAssembliesAndSetupDomain (531ms) + LoadAssemblies (615ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (62ms) + TypeCache.Refresh (34ms) + TypeCache.ScanAssembly (18ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1962ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (825ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (360ms) + ProcessInitializeOnLoadMethodAttributes (295ms) + AfterProcessingInitializeOnLoad (34ms) + 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 55.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (205.0 KB). Loaded Objects now: 6378. +Memory consumption went from 243.9 MB to 243.7 MB. +Total: 16.825300 ms (FindLiveObjects: 0.351300 ms CreateObjectMapping: 0.203700 ms MarkObjects: 16.022700 ms DeleteObjects: 0.245900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.042 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.016 seconds +Domain Reload Profiling: 3031ms + BeginReloadAssembly (278ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (548ms) + LoadAssemblies (689ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2016ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (964ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (117ms) + ProcessInitializeOnLoadAttributes (463ms) + ProcessInitializeOnLoadMethodAttributes (299ms) + 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 82.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6393. +Memory consumption went from 245.8 MB to 245.6 MB. +Total: 25.922500 ms (FindLiveObjects: 0.519200 ms CreateObjectMapping: 0.308000 ms MarkObjects: 24.789600 ms DeleteObjects: 0.303900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.463 seconds +Refreshing native plugins compatible for Editor in 96.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.710 seconds +Domain Reload Profiling: 4132ms + BeginReloadAssembly (346ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (20ms) + initialDomainReloadingComplete (169ms) + LoadAllAssembliesAndSetupDomain (827ms) + LoadAssemblies (951ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (78ms) + TypeCache.Refresh (43ms) + TypeCache.ScanAssembly (23ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (17ms) + FinalizeReload (2712ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1188ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (56ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (145ms) + ProcessInitializeOnLoadAttributes (562ms) + ProcessInitializeOnLoadMethodAttributes (360ms) + AfterProcessingInitializeOnLoad (60ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + 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 67.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6408. +Memory consumption went from 247.7 MB to 247.5 MB. +Total: 19.942200 ms (FindLiveObjects: 0.467200 ms CreateObjectMapping: 0.235800 ms MarkObjects: 18.955600 ms DeleteObjects: 0.282500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.248 seconds +Refreshing native plugins compatible for Editor in 104.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.630 seconds +Domain Reload Profiling: 3849ms + BeginReloadAssembly (333ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (701ms) + LoadAssemblies (838ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2631ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1156ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (49ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (122ms) + ProcessInitializeOnLoadAttributes (567ms) + ProcessInitializeOnLoadMethodAttributes (366ms) + AfterProcessingInitializeOnLoad (47ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (42ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 126.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6423. +Memory consumption went from 249.7 MB to 249.5 MB. +Total: 26.032300 ms (FindLiveObjects: 0.327600 ms CreateObjectMapping: 0.187400 ms MarkObjects: 25.252200 ms DeleteObjects: 0.263700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.999 seconds +Domain Reload Profiling: 2988ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (569ms) + LoadAssemblies (686ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (6ms) + FinalizeReload (2000ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (553ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (18ms) + 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 33.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.3 KB). Loaded Objects now: 6438. +Memory consumption went from 251.6 MB to 251.4 MB. +Total: 12.321600 ms (FindLiveObjects: 0.310100 ms CreateObjectMapping: 0.180000 ms MarkObjects: 11.586800 ms DeleteObjects: 0.243700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 47.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.203 seconds +Domain Reload Profiling: 2323ms + BeginReloadAssembly (272ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (28ms) + initialDomainReloadingComplete (163ms) + LoadAllAssembliesAndSetupDomain (612ms) + LoadAssemblies (719ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1205ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (524ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + AfterProcessingInitializeOnLoad (22ms) + 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 36.11 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6453. +Memory consumption went from 253.5 MB to 253.3 MB. +Total: 12.936800 ms (FindLiveObjects: 0.317600 ms CreateObjectMapping: 0.195300 ms MarkObjects: 12.151900 ms DeleteObjects: 0.270800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.100 seconds +Refreshing native plugins compatible for Editor in 64.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.110 seconds +Domain Reload Profiling: 3183ms + BeginReloadAssembly (244ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (124ms) + LoadAllAssembliesAndSetupDomain (673ms) + LoadAssemblies (754ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2112ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (942ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (420ms) + ProcessInitializeOnLoadMethodAttributes (343ms) + AfterProcessingInitializeOnLoad (35ms) + 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 60.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6468. +Memory consumption went from 255.4 MB to 255.2 MB. +Total: 19.444000 ms (FindLiveObjects: 0.416300 ms CreateObjectMapping: 0.201900 ms MarkObjects: 18.562800 ms DeleteObjects: 0.261600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.233 seconds +Domain Reload Profiling: 3281ms + BeginReloadAssembly (268ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (110ms) + LoadAllAssembliesAndSetupDomain (615ms) + LoadAssemblies (727ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2235ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (993ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (160ms) + ProcessInitializeOnLoadAttributes (400ms) + ProcessInitializeOnLoadMethodAttributes (354ms) + AfterProcessingInitializeOnLoad (36ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (50ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6483. +Memory consumption went from 257.3 MB to 257.1 MB. +Total: 24.623100 ms (FindLiveObjects: 0.468200 ms CreateObjectMapping: 0.169600 ms MarkObjects: 23.742000 ms DeleteObjects: 0.241800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.046 seconds +Refreshing native plugins compatible for Editor in 84.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.136 seconds +Domain Reload Profiling: 3144ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (102ms) + LoadAllAssembliesAndSetupDomain (576ms) + LoadAssemblies (689ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2137ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (886ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (385ms) + ProcessInitializeOnLoadMethodAttributes (323ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (5ms) + 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 65.57 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6498. +Memory consumption went from 259.3 MB to 259.1 MB. +Total: 23.647500 ms (FindLiveObjects: 0.426700 ms CreateObjectMapping: 0.171000 ms MarkObjects: 22.809700 ms DeleteObjects: 0.238700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.091 seconds +Refreshing native plugins compatible for Editor in 75.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.166 seconds +Domain Reload Profiling: 3234ms + BeginReloadAssembly (276ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (149ms) + LoadAllAssembliesAndSetupDomain (589ms) + LoadAssemblies (698ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (58ms) + TypeCache.Refresh (36ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2167ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (937ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (396ms) + ProcessInitializeOnLoadMethodAttributes (362ms) + AfterProcessingInitializeOnLoad (39ms) + 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 73.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6513. +Memory consumption went from 261.3 MB to 261.1 MB. +Total: 28.491500 ms (FindLiveObjects: 0.411100 ms CreateObjectMapping: 0.171500 ms MarkObjects: 27.644800 ms DeleteObjects: 0.262400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.212 seconds +Refreshing native plugins compatible for Editor in 120.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.147 seconds +Domain Reload Profiling: 3284ms + BeginReloadAssembly (326ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (110ms) + LoadAllAssembliesAndSetupDomain (653ms) + LoadAssemblies (802ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (50ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2147ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (941ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (90ms) + ProcessInitializeOnLoadAttributes (398ms) + ProcessInitializeOnLoadMethodAttributes (374ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (0ms) + 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 63.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.3 KB). Loaded Objects now: 6528. +Memory consumption went from 263.2 MB to 263.0 MB. +Total: 16.920100 ms (FindLiveObjects: 0.442600 ms CreateObjectMapping: 0.161300 ms MarkObjects: 15.995700 ms DeleteObjects: 0.318700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.146 seconds +Refreshing native plugins compatible for Editor in 85.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.096 seconds +Domain Reload Profiling: 3192ms + BeginReloadAssembly (266ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (162ms) + LoadAllAssembliesAndSetupDomain (636ms) + LoadAssemblies (749ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2097ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (943ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (149ms) + ProcessInitializeOnLoadAttributes (406ms) + ProcessInitializeOnLoadMethodAttributes (295ms) + AfterProcessingInitializeOnLoad (49ms) + 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 68.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6543. +Memory consumption went from 265.1 MB to 264.9 MB. +Total: 24.486000 ms (FindLiveObjects: 0.558500 ms CreateObjectMapping: 0.168300 ms MarkObjects: 23.410500 ms DeleteObjects: 0.347200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.100 seconds +Refreshing native plugins compatible for Editor in 55.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.111 seconds +Domain Reload Profiling: 3194ms + BeginReloadAssembly (286ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (74ms) + LoadAllAssembliesAndSetupDomain (666ms) + LoadAssemblies (793ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2114ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (872ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (98ms) + ProcessInitializeOnLoadAttributes (382ms) + ProcessInitializeOnLoadMethodAttributes (312ms) + AfterProcessingInitializeOnLoad (37ms) + 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 65.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6558. +Memory consumption went from 267.0 MB to 266.8 MB. +Total: 19.371600 ms (FindLiveObjects: 0.465200 ms CreateObjectMapping: 0.200100 ms MarkObjects: 18.458400 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.090 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.305 seconds +Domain Reload Profiling: 2361ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (137ms) + LoadAllAssembliesAndSetupDomain (604ms) + LoadAssemblies (704ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1305ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + AfterProcessingInitializeOnLoad (21ms) + 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 35.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6574. +Memory consumption went from 269.0 MB to 268.8 MB. +Total: 13.884200 ms (FindLiveObjects: 0.319900 ms CreateObjectMapping: 0.176000 ms MarkObjects: 13.150600 ms DeleteObjects: 0.236400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.210 seconds +Domain Reload Profiling: 1869ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (394ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1211ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (538ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (175ms) + 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 35.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6589. +Memory consumption went from 270.9 MB to 270.7 MB. +Total: 14.215500 ms (FindLiveObjects: 0.380400 ms CreateObjectMapping: 0.251400 ms MarkObjects: 13.254900 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.662 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.206 seconds +Domain Reload Profiling: 1853ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (372ms) + LoadAssemblies (431ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1206ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (539ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + 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.88 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6604. +Memory consumption went from 272.9 MB to 272.7 MB. +Total: 13.334000 ms (FindLiveObjects: 0.407200 ms CreateObjectMapping: 0.215200 ms MarkObjects: 12.466500 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.083 seconds +Refreshing native plugins compatible for Editor in 70.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.106 seconds +Domain Reload Profiling: 3206ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (110ms) + LoadAllAssembliesAndSetupDomain (630ms) + LoadAssemblies (729ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (30ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2157ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (850ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (94ms) + ProcessInitializeOnLoadAttributes (387ms) + ProcessInitializeOnLoadMethodAttributes (281ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (8ms) + 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.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6619. +Memory consumption went from 274.8 MB to 274.6 MB. +Total: 21.920300 ms (FindLiveObjects: 0.525500 ms CreateObjectMapping: 0.185200 ms MarkObjects: 20.937900 ms DeleteObjects: 0.269900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.039 seconds +Refreshing native plugins compatible for Editor in 63.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.155 seconds +Domain Reload Profiling: 3170ms + BeginReloadAssembly (242ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (104ms) + LoadAllAssembliesAndSetupDomain (619ms) + LoadAssemblies (701ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2156ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (982ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (401ms) + ProcessInitializeOnLoadMethodAttributes (413ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (72ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6634. +Memory consumption went from 276.7 MB to 276.5 MB. +Total: 25.957000 ms (FindLiveObjects: 0.520000 ms CreateObjectMapping: 0.180200 ms MarkObjects: 24.987700 ms DeleteObjects: 0.267200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.025 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.154 seconds +Domain Reload Profiling: 3151ms + BeginReloadAssembly (256ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (598ms) + LoadAssemblies (692ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2155ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (882ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (104ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (300ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (53ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6649. +Memory consumption went from 278.7 MB to 278.5 MB. +Total: 29.801300 ms (FindLiveObjects: 0.445900 ms CreateObjectMapping: 0.174200 ms MarkObjects: 28.948500 ms DeleteObjects: 0.231300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.075 seconds +Refreshing native plugins compatible for Editor in 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.127 seconds +Domain Reload Profiling: 3189ms + BeginReloadAssembly (269ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (622ms) + LoadAssemblies (722ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (50ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2136ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (918ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (52ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (115ms) + ProcessInitializeOnLoadAttributes (439ms) + ProcessInitializeOnLoadMethodAttributes (264ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (14ms) +Script is not up to date after domain reload: guid(1116c94f10954a2084f93bc6e8a61ece) path("Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.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 64.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6663. +Memory consumption went from 280.6 MB to 280.4 MB. +Total: 26.440200 ms (FindLiveObjects: 0.542600 ms CreateObjectMapping: 0.185400 ms MarkObjects: 25.471000 ms DeleteObjects: 0.239300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.148 seconds +Refreshing native plugins compatible for Editor in 63.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.242 seconds +Domain Reload Profiling: 2329ms + BeginReloadAssembly (324ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (124ms) + LoadAllAssembliesAndSetupDomain (590ms) + LoadAssemblies (754ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1243ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (560ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + 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 47.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6679. +Memory consumption went from 282.5 MB to 282.4 MB. +Total: 19.409700 ms (FindLiveObjects: 0.366100 ms CreateObjectMapping: 0.207200 ms MarkObjects: 18.401900 ms DeleteObjects: 0.432500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.301 seconds +Domain Reload Profiling: 1987ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (412ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1302ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (575ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (197ms) + 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 34.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6694. +Memory consumption went from 284.5 MB to 284.3 MB. +Total: 13.023300 ms (FindLiveObjects: 0.332900 ms CreateObjectMapping: 0.224800 ms MarkObjects: 12.233700 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 1.150 seconds +Refreshing native plugins compatible for Editor in 68.77 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.159 seconds +Domain Reload Profiling: 3283ms + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (630ms) + LoadAssemblies (776ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (62ms) + TypeCache.Refresh (39ms) + TypeCache.ScanAssembly (20ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2160ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (885ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (92ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (318ms) + AfterProcessingInitializeOnLoad (45ms) + 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 88.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6709. +Memory consumption went from 286.3 MB to 286.1 MB. +Total: 27.135100 ms (FindLiveObjects: 0.446900 ms CreateObjectMapping: 0.174900 ms MarkObjects: 26.271200 ms DeleteObjects: 0.240800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.198 seconds +Refreshing native plugins compatible for Editor in 70.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.115 seconds +Domain Reload Profiling: 3294ms + BeginReloadAssembly (311ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (69ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (195ms) + LoadAllAssembliesAndSetupDomain (589ms) + LoadAssemblies (731ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2117ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (902ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (40ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (330ms) + AfterProcessingInitializeOnLoad (42ms) + 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 107.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6724. +Memory consumption went from 288.3 MB to 288.1 MB. +Total: 36.912500 ms (FindLiveObjects: 0.478000 ms CreateObjectMapping: 0.199900 ms MarkObjects: 35.997800 ms DeleteObjects: 0.235600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.188 seconds +Refreshing native plugins compatible for Editor in 64.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.038 seconds +Domain Reload Profiling: 3197ms + BeginReloadAssembly (265ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (143ms) + LoadAllAssembliesAndSetupDomain (703ms) + LoadAssemblies (811ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2039ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (914ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (405ms) + ProcessInitializeOnLoadMethodAttributes (331ms) + AfterProcessingInitializeOnLoad (44ms) + EditorAssembliesLoaded (3ms) + 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 65.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6739. +Memory consumption went from 290.3 MB to 290.1 MB. +Total: 28.838300 ms (FindLiveObjects: 0.464900 ms CreateObjectMapping: 0.173500 ms MarkObjects: 27.860900 ms DeleteObjects: 0.337800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.953 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.158 seconds +Domain Reload Profiling: 2074ms + BeginReloadAssembly (298ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (437ms) + LoadAssemblies (564ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1159ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (522ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (241ms) + ProcessInitializeOnLoadMethodAttributes (172ms) + 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 34.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.5 KB). Loaded Objects now: 6754. +Memory consumption went from 292.2 MB to 292.0 MB. +Total: 13.258300 ms (FindLiveObjects: 0.331100 ms CreateObjectMapping: 0.169900 ms MarkObjects: 12.513700 ms DeleteObjects: 0.242400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.191 seconds +Domain Reload Profiling: 1851ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (389ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1192ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (172ms) + AfterProcessingInitializeOnLoad (22ms) + 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.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6769. +Memory consumption went from 294.2 MB to 294.0 MB. +Total: 12.845000 ms (FindLiveObjects: 0.337100 ms CreateObjectMapping: 0.176800 ms MarkObjects: 12.128500 ms DeleteObjects: 0.200000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.161 seconds +Refreshing native plugins compatible for Editor in 82.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.386 seconds +Domain Reload Profiling: 3513ms + BeginReloadAssembly (279ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (104ms) + LoadAllAssembliesAndSetupDomain (694ms) + LoadAssemblies (809ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2387ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (990ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (404ms) + ProcessInitializeOnLoadMethodAttributes (390ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (11ms) + 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 69.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6784. +Memory consumption went from 296.0 MB to 295.8 MB. +Total: 25.218300 ms (FindLiveObjects: 0.618400 ms CreateObjectMapping: 0.221000 ms MarkObjects: 24.077500 ms DeleteObjects: 0.299800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.092 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.166 seconds +Domain Reload Profiling: 3235ms + BeginReloadAssembly (261ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (656ms) + LoadAssemblies (750ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (58ms) + TypeCache.Refresh (37ms) + TypeCache.ScanAssembly (25ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2167ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (900ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (94ms) + ProcessInitializeOnLoadAttributes (384ms) + ProcessInitializeOnLoadMethodAttributes (343ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (70ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.19 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6799. +Memory consumption went from 298.0 MB to 297.8 MB. +Total: 22.427400 ms (FindLiveObjects: 0.451600 ms CreateObjectMapping: 0.193400 ms MarkObjects: 21.539900 ms DeleteObjects: 0.240900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.167 seconds +Refreshing native plugins compatible for Editor in 78.70 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 12.212 seconds +Domain Reload Profiling: 13332ms + BeginReloadAssembly (268ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (131ms) + LoadAllAssembliesAndSetupDomain (674ms) + LoadAssemblies (770ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (12213ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1045ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (135ms) + ProcessInitializeOnLoadAttributes (402ms) + ProcessInitializeOnLoadMethodAttributes (416ms) + AfterProcessingInitializeOnLoad (65ms) + 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.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.4 KB). Loaded Objects now: 6814. +Memory consumption went from 299.9 MB to 299.7 MB. +Total: 26.778500 ms (FindLiveObjects: 0.477000 ms CreateObjectMapping: 0.168400 ms MarkObjects: 25.881800 ms DeleteObjects: 0.249900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 85.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.180 seconds +Domain Reload Profiling: 3178ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (99ms) + LoadAllAssembliesAndSetupDomain (593ms) + LoadAssemblies (696ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2180ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (893ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (108ms) + ProcessInitializeOnLoadAttributes (370ms) + ProcessInitializeOnLoadMethodAttributes (323ms) + AfterProcessingInitializeOnLoad (47ms) + 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 73.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6829. +Memory consumption went from 301.9 MB to 301.7 MB. +Total: 24.303000 ms (FindLiveObjects: 0.468900 ms CreateObjectMapping: 0.174000 ms MarkObjects: 23.302500 ms DeleteObjects: 0.356200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.023 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.241 seconds +Domain Reload Profiling: 2228ms + BeginReloadAssembly (304ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (144ms) + LoadAllAssembliesAndSetupDomain (489ms) + LoadAssemblies (653ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1241ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (574ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (199ms) + AfterProcessingInitializeOnLoad (24ms) + 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.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6845. +Memory consumption went from 303.7 MB to 303.5 MB. +Total: 13.694700 ms (FindLiveObjects: 0.429000 ms CreateObjectMapping: 0.225500 ms MarkObjects: 12.807900 ms DeleteObjects: 0.230900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.778 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.987 seconds +Domain Reload Profiling: 2752ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (463ms) + LoadAssemblies (525ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1989ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (532ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + 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 36.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 6860. +Memory consumption went from 305.6 MB to 305.4 MB. +Total: 13.666900 ms (FindLiveObjects: 0.458900 ms CreateObjectMapping: 0.192200 ms MarkObjects: 12.736400 ms DeleteObjects: 0.278300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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: 4363.106196 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs + artifactKey: Guid(07bc2f76183f4a82b1855c7426a7db31) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs using Guid(07bc2f76183f4a82b1855c7426a7db31) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '1582ff6cc1bf446f960c82208bed60c2') in 0.011647 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.645296 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/OngoingAbilityTasks + artifactKey: Guid(364e48fdbe4b487f8a05c7b78291559c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/OngoingAbilityTasks using Guid(364e48fdbe4b487f8a05c7b78291559c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a636c73b85e7f92d11b1e23370ab2942') in 0.000580 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.612304 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue + artifactKey: Guid(70bc0ba32472468e8765e4c1f7acbcdf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue using Guid(70bc0ba32472468e8765e4c1f7acbcdf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '68b06aaccb7edb355ce2c2b9960f60aa') in 0.000553 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.262369 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/MMC/Pure + artifactKey: Guid(9fc319df13794dafaafc817e1f0d28e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/MMC/Pure using Guid(9fc319df13794dafaafc817e1f0d28e0) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '548837bf11cc6c21ebafe72334854a36') in 0.000660 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: 4.389987 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS + artifactKey: Guid(09af0fe6bc634405a389bf3e8640507c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/Logic/GAS using Guid(09af0fe6bc634405a389bf3e8640507c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cb72ce4c587f50c1aabf665a63cb4490') in 0.000558 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.933186 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/Logic/System + artifactKey: Guid(41ff96ba3e4748b5a1a2114a635f821a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/Logic/System using Guid(41ff96ba3e4748b5a1a2114a635f821a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '77156d8a60541d9664bfae8d85891975') in 0.000523 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.948608 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs + artifactKey: Guid(05e3b97105e14200997f5910e5e0c90e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/GameEvent.cs using Guid(05e3b97105e14200997f5910e5e0c90e) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '3da411707bd9454e96a565e8aeb58727') in 0.000565 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.870705 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/View + artifactKey: Guid(d7ad083af7024cf7855026315132abe5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/View using Guid(d7ad083af7024cf7855026315132abe5) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '7e8606d13cc009b08c1f0281a7f63af1') 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: 1.355279 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/View/Entity + artifactKey: Guid(ca9b410a5ca741b0b90219e999c290c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/View/Entity using Guid(ca9b410a5ca741b0b90219e999c290c9) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '28bd354847f6c6d366019a0cf269b943') in 0.000540 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: 45.063451 seconds. + path: Assets/Scripts/GASSamples/Scripts/Game/Data + artifactKey: Guid(948b04fc24754ee587ad380cc15a923a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/Game/Data using Guid(948b04fc24754ee587ad380cc15a923a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '49842bb873d56e52aaba3693ad5e47a2') in 0.000523 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: 13.694377 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib + artifactKey: Guid(27a7bb5d47b5c4641870fe3d03243802) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayCueLib using Guid(27a7bb5d47b5c4641870fe3d03243802) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '51e2d87bab8ea7c1c2d27c7e541f4d16') in 0.000673 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.052221 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: '795c9c96265d4537ccc2ea94cd7f4670') in 0.024119 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: 10.599765 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs + artifactKey: Guid(725500c3ce824f8daa3a4be247f4f131) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCue_PlayerDemo02.cs using Guid(725500c3ce824f8daa3a4be247f4f131) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f23b55e021cb00c7d281814f2a96240b') in 0.000635 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: 38.005610 seconds. + path: Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs + artifactKey: Guid(321af3379125465380073b2a04a1b1e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/Scripts/GAS/GameplayCue/GameplayCueDurational_PlayerDemo01.cs using Guid(321af3379125465380073b2a04a1b1e2) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '370802f81d17af1015fde1f272261ce2') in 0.000645 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.673 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.159 seconds +Domain Reload Profiling: 1817ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (391ms) + LoadAssemblies (450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1160ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (528ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (247ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + 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.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6876. +Memory consumption went from 307.3 MB to 307.1 MB. +Total: 13.652000 ms (FindLiveObjects: 0.394200 ms CreateObjectMapping: 0.173700 ms MarkObjects: 12.848800 ms DeleteObjects: 0.234100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.114 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.289 seconds +Domain Reload Profiling: 2374ms + BeginReloadAssembly (306ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (126ms) + LoadAllAssembliesAndSetupDomain (601ms) + LoadAssemblies (765ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1289ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (597ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (276ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + 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 35.73 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 6891. +Memory consumption went from 309.5 MB to 309.3 MB. +Total: 13.109400 ms (FindLiveObjects: 0.361300 ms CreateObjectMapping: 0.198100 ms MarkObjects: 12.330000 ms DeleteObjects: 0.218800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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: 62.365552 seconds. + path: Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_Player.asset + artifactKey: Guid(4089eaee525e7aa45993e0ad2c042fc1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) +Start importing Assets/Scripts/GASSamples/GAS/Config/GameplayEffectLib/GE_Player.asset using Guid(4089eaee525e7aa45993e0ad2c042fc1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c1a7691e29eee4d8a5f886d5fa9a2412') in 0.011321 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.801 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.202 seconds +Domain Reload Profiling: 1986ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (346ms) + LoadAssemblies (483ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1203ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (547ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (258ms) + ProcessInitializeOnLoadMethodAttributes (177ms) + 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 33.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6906. +Memory consumption went from 311.2 MB to 311.0 MB. +Total: 13.135700 ms (FindLiveObjects: 0.379600 ms CreateObjectMapping: 0.183500 ms MarkObjects: 12.367800 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 1.085 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.186 seconds +Domain Reload Profiling: 2244ms + BeginReloadAssembly (304ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (599ms) + LoadAssemblies (754ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1187ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (261ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + 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 37.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6921. +Memory consumption went from 313.4 MB to 313.2 MB. +Total: 13.849200 ms (FindLiveObjects: 0.409300 ms CreateObjectMapping: 0.213300 ms MarkObjects: 12.987600 ms DeleteObjects: 0.237900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.254 seconds +Domain Reload Profiling: 1926ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (434ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1283ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (265ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + AfterProcessingInitializeOnLoad (25ms) + 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.09 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 6936. +Memory consumption went from 315.3 MB to 315.1 MB. +Total: 15.166900 ms (FindLiveObjects: 0.364800 ms CreateObjectMapping: 0.194300 ms MarkObjects: 14.375600 ms DeleteObjects: 0.230600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.109 seconds +Refreshing native plugins compatible for Editor in 79.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.149 seconds +Domain Reload Profiling: 3227ms + BeginReloadAssembly (289ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (125ms) + LoadAllAssembliesAndSetupDomain (611ms) + LoadAssemblies (738ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2150ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (895ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (406ms) + ProcessInitializeOnLoadMethodAttributes (313ms) + AfterProcessingInitializeOnLoad (36ms) + 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 62.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6951. +Memory consumption went from 317.3 MB to 317.1 MB. +Total: 23.254100 ms (FindLiveObjects: 0.506500 ms CreateObjectMapping: 0.185200 ms MarkObjects: 22.251300 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 1.129 seconds +Refreshing native plugins compatible for Editor in 65.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.146 seconds +Domain Reload Profiling: 3251ms + BeginReloadAssembly (279ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (673ms) + LoadAssemblies (800ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2147ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (822ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (395ms) + ProcessInitializeOnLoadMethodAttributes (253ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (61ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6966. +Memory consumption went from 319.2 MB to 319.0 MB. +Total: 17.866900 ms (FindLiveObjects: 0.460600 ms CreateObjectMapping: 0.164500 ms MarkObjects: 17.000000 ms DeleteObjects: 0.240400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.083 seconds +Refreshing native plugins compatible for Editor in 85.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.053 seconds +Domain Reload Profiling: 3130ms + BeginReloadAssembly (262ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (102ms) + LoadAllAssembliesAndSetupDomain (646ms) + LoadAssemblies (747ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (55ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (19ms) + FinalizeReload (2072ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (868ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (43ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (402ms) + ProcessInitializeOnLoadMethodAttributes (278ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (5ms) + 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 57.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 6981. +Memory consumption went from 321.1 MB to 320.9 MB. +Total: 20.224300 ms (FindLiveObjects: 0.497000 ms CreateObjectMapping: 0.177000 ms MarkObjects: 19.286600 ms DeleteObjects: 0.258800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.021 seconds +Refreshing native plugins compatible for Editor in 66.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.373 seconds +Domain Reload Profiling: 3357ms + BeginReloadAssembly (216ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (100ms) + LoadAllAssembliesAndSetupDomain (617ms) + LoadAssemblies (686ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (43ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2374ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (936ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (121ms) + ProcessInitializeOnLoadAttributes (420ms) + ProcessInitializeOnLoadMethodAttributes (295ms) + AfterProcessingInitializeOnLoad (57ms) + EditorAssembliesLoaded (0ms) + 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 67.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 6996. +Memory consumption went from 323.1 MB to 322.9 MB. +Total: 43.772800 ms (FindLiveObjects: 0.520900 ms CreateObjectMapping: 0.351300 ms MarkObjects: 42.650600 ms DeleteObjects: 0.248600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.298 seconds +Domain Reload Profiling: 1981ms + BeginReloadAssembly (197ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (382ms) + LoadAssemblies (445ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1299ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (191ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.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 38.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7010. +Memory consumption went from 324.9 MB to 324.7 MB. +Total: 14.646000 ms (FindLiveObjects: 0.450200 ms CreateObjectMapping: 0.203300 ms MarkObjects: 13.774500 ms DeleteObjects: 0.216600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.201 seconds +Domain Reload Profiling: 1857ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (445ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1202ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (549ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (188ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (0ms) + 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 35.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7026. +Memory consumption went from 326.9 MB to 326.7 MB. +Total: 13.023500 ms (FindLiveObjects: 0.614200 ms CreateObjectMapping: 0.315100 ms MarkObjects: 11.880300 ms DeleteObjects: 0.212800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.621 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.446 seconds +Domain Reload Profiling: 2089ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (350ms) + LoadAssemblies (421ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1481ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (662ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (224ms) + AfterProcessingInitializeOnLoad (24ms) + 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 41.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7041. +Memory consumption went from 328.9 MB to 328.7 MB. +Total: 16.112300 ms (FindLiveObjects: 0.478000 ms CreateObjectMapping: 0.215500 ms MarkObjects: 15.164100 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 0.757 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.391 seconds +Domain Reload Profiling: 2135ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (474ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (124ms) + TypeCache.Refresh (98ms) + TypeCache.ScanAssembly (78ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1392ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (648ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (300ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + 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 41.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7056. +Memory consumption went from 330.9 MB to 330.7 MB. +Total: 15.553600 ms (FindLiveObjects: 0.370700 ms CreateObjectMapping: 0.313900 ms MarkObjects: 14.577900 ms DeleteObjects: 0.289900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 43.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.119 seconds +Domain Reload Profiling: 2827ms + BeginReloadAssembly (181ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (424ms) + LoadAssemblies (499ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2120ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (663ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (29ms) + 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 48.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7071. +Memory consumption went from 332.8 MB to 332.6 MB. +Total: 16.987200 ms (FindLiveObjects: 0.573200 ms CreateObjectMapping: 0.209500 ms MarkObjects: 15.828400 ms DeleteObjects: 0.373600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.034 seconds +Domain Reload Profiling: 2752ms + BeginReloadAssembly (189ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (429ms) + LoadAssemblies (505ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2036ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + 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 37.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7086. +Memory consumption went from 334.7 MB to 334.5 MB. +Total: 15.245400 ms (FindLiveObjects: 0.401000 ms CreateObjectMapping: 0.186300 ms MarkObjects: 14.405100 ms DeleteObjects: 0.250900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.813 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.238 seconds +Domain Reload Profiling: 3037ms + BeginReloadAssembly (228ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (463ms) + LoadAssemblies (579ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2239ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (716ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (337ms) + ProcessInitializeOnLoadMethodAttributes (228ms) + 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 38.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7101. +Memory consumption went from 336.7 MB to 336.5 MB. +Total: 15.219500 ms (FindLiveObjects: 0.441600 ms CreateObjectMapping: 0.205700 ms MarkObjects: 14.286400 ms DeleteObjects: 0.283400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.712 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.215 seconds +Domain Reload Profiling: 1912ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (407ms) + LoadAssemblies (467ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1216ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (561ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (261ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + 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 33.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7116. +Memory consumption went from 338.6 MB to 338.4 MB. +Total: 13.637500 ms (FindLiveObjects: 0.419900 ms CreateObjectMapping: 0.192600 ms MarkObjects: 12.797100 ms DeleteObjects: 0.226700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.632 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.406 seconds +Domain Reload Profiling: 2026ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (342ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1408ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (649ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (308ms) + ProcessInitializeOnLoadMethodAttributes (212ms) + AfterProcessingInitializeOnLoad (24ms) + 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 42.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7131. +Memory consumption went from 340.6 MB to 340.4 MB. +Total: 15.329600 ms (FindLiveObjects: 0.365400 ms CreateObjectMapping: 0.236000 ms MarkObjects: 14.418200 ms DeleteObjects: 0.308700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.226 seconds +Refreshing native plugins compatible for Editor in 68.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.306 seconds +Domain Reload Profiling: 2478ms + BeginReloadAssembly (303ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (673ms) + LoadAssemblies (805ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1306ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (612ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (290ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + AfterProcessingInitializeOnLoad (24ms) + 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.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7146. +Memory consumption went from 342.5 MB to 342.3 MB. +Total: 14.246400 ms (FindLiveObjects: 0.394600 ms CreateObjectMapping: 0.215100 ms MarkObjects: 13.395900 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.652 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.485 seconds +Domain Reload Profiling: 2124ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (364ms) + LoadAssemblies (436ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1486ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (668ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (317ms) + ProcessInitializeOnLoadMethodAttributes (220ms) + 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 45.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7161. +Memory consumption went from 344.4 MB to 344.2 MB. +Total: 14.808400 ms (FindLiveObjects: 0.430800 ms CreateObjectMapping: 0.249600 ms MarkObjects: 13.877500 ms DeleteObjects: 0.249200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.050 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.321 seconds +Domain Reload Profiling: 2375ms + BeginReloadAssembly (338ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (12ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (153ms) + LoadAllAssembliesAndSetupDomain (471ms) + LoadAssemblies (650ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1357ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (605ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (290ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + 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 39.70 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7176. +Memory consumption went from 346.4 MB to 346.2 MB. +Total: 16.897900 ms (FindLiveObjects: 0.782500 ms CreateObjectMapping: 0.341000 ms MarkObjects: 15.456700 ms DeleteObjects: 0.316100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.643 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.435 seconds +Domain Reload Profiling: 2064ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (361ms) + LoadAssemblies (433ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1435ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (672ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (227ms) + AfterProcessingInitializeOnLoad (30ms) + 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 39.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7191. +Memory consumption went from 348.3 MB to 348.1 MB. +Total: 15.578100 ms (FindLiveObjects: 0.572400 ms CreateObjectMapping: 0.234600 ms MarkObjects: 14.478000 ms DeleteObjects: 0.291000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.333 seconds +Domain Reload Profiling: 1995ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (380ms) + LoadAssemblies (461ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1333ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (569ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (272ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + 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.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7206. +Memory consumption went from 350.2 MB to 350.0 MB. +Total: 13.470400 ms (FindLiveObjects: 0.449600 ms CreateObjectMapping: 0.198900 ms MarkObjects: 12.543700 ms DeleteObjects: 0.277000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.733 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.319 seconds +Domain Reload Profiling: 2038ms + BeginReloadAssembly (207ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (410ms) + LoadAssemblies (470ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1320ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (604ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (191ms) + 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 45.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7221. +Memory consumption went from 352.2 MB to 352.0 MB. +Total: 19.022300 ms (FindLiveObjects: 0.909100 ms CreateObjectMapping: 0.455200 ms MarkObjects: 17.263900 ms DeleteObjects: 0.392300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.430 seconds +Domain Reload Profiling: 2064ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (362ms) + LoadAssemblies (433ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1431ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (658ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (217ms) + AfterProcessingInitializeOnLoad (28ms) + 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.25 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7236. +Memory consumption went from 354.1 MB to 353.9 MB. +Total: 12.599500 ms (FindLiveObjects: 0.381200 ms CreateObjectMapping: 0.196600 ms MarkObjects: 11.803000 ms DeleteObjects: 0.217400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.089 seconds +Domain Reload Profiling: 2807ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (446ms) + LoadAssemblies (503ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2090ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (650ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (314ms) + ProcessInitializeOnLoadMethodAttributes (206ms) + AfterProcessingInitializeOnLoad (24ms) + 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 42.04 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7251. +Memory consumption went from 356.1 MB to 355.9 MB. +Total: 14.527400 ms (FindLiveObjects: 0.403200 ms CreateObjectMapping: 0.201200 ms MarkObjects: 13.705900 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.703 seconds +Refreshing native plugins compatible for Editor in 43.99 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.498 seconds +Domain Reload Profiling: 2186ms + BeginReloadAssembly (183ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (403ms) + LoadAssemblies (465ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1498ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (228ms) + 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 53.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7266. +Memory consumption went from 358.0 MB to 357.8 MB. +Total: 19.849000 ms (FindLiveObjects: 0.474000 ms CreateObjectMapping: 0.237900 ms MarkObjects: 18.825000 ms DeleteObjects: 0.310200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.680 seconds +Refreshing native plugins compatible for Editor in 43.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.434 seconds +Domain Reload Profiling: 2100ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (393ms) + LoadAssemblies (450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1435ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (659ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (217ms) + AfterProcessingInitializeOnLoad (24ms) + 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 41.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7281. +Memory consumption went from 359.9 MB to 359.7 MB. +Total: 15.524900 ms (FindLiveObjects: 0.467100 ms CreateObjectMapping: 0.355300 ms MarkObjects: 14.390500 ms DeleteObjects: 0.310500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.745 seconds +Refreshing native plugins compatible for Editor in 44.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.611 seconds +Domain Reload Profiling: 2343ms + BeginReloadAssembly (177ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (454ms) + LoadAssemblies (512ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1612ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (675ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (214ms) + AfterProcessingInitializeOnLoad (27ms) + 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 43.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7296. +Memory consumption went from 361.8 MB to 361.7 MB. +Total: 16.151200 ms (FindLiveObjects: 0.478900 ms CreateObjectMapping: 0.231100 ms MarkObjects: 15.195100 ms DeleteObjects: 0.244900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.766 seconds +Refreshing native plugins compatible for Editor in 44.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.157 seconds +Domain Reload Profiling: 2910ms + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (468ms) + LoadAssemblies (525ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2158ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (686ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (227ms) + 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 44.36 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.3 KB). Loaded Objects now: 7311. +Memory consumption went from 363.7 MB to 363.5 MB. +Total: 16.266500 ms (FindLiveObjects: 0.446200 ms CreateObjectMapping: 0.201200 ms MarkObjects: 15.268800 ms DeleteObjects: 0.349100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.670 seconds +Refreshing native plugins compatible for Editor in 43.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.169 seconds +Domain Reload Profiling: 2825ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (384ms) + LoadAssemblies (438ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2169ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (681ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (321ms) + ProcessInitializeOnLoadMethodAttributes (221ms) + AfterProcessingInitializeOnLoad (31ms) + 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.78 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7326. +Memory consumption went from 365.7 MB to 365.5 MB. +Total: 21.885800 ms (FindLiveObjects: 0.564100 ms CreateObjectMapping: 0.406500 ms MarkObjects: 20.517800 ms DeleteObjects: 0.395200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.688 seconds +Refreshing native plugins compatible for Editor in 50.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.735 seconds +Domain Reload Profiling: 2410ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (400ms) + LoadAssemblies (459ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1736ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (775ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (341ms) + ProcessInitializeOnLoadMethodAttributes (279ms) + AfterProcessingInitializeOnLoad (46ms) + 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.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7341. +Memory consumption went from 367.7 MB to 367.5 MB. +Total: 19.056300 ms (FindLiveObjects: 0.445100 ms CreateObjectMapping: 0.239200 ms MarkObjects: 18.048700 ms DeleteObjects: 0.321900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 45.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.432 seconds +Domain Reload Profiling: 2092ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (387ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1432ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (641ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (294ms) + ProcessInitializeOnLoadMethodAttributes (219ms) + 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 44.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7356. +Memory consumption went from 369.6 MB to 369.4 MB. +Total: 15.812100 ms (FindLiveObjects: 0.409800 ms CreateObjectMapping: 0.274100 ms MarkObjects: 14.851100 ms DeleteObjects: 0.275500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.996 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.206 seconds +Domain Reload Profiling: 2173ms + BeginReloadAssembly (298ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (69ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (147ms) + LoadAllAssembliesAndSetupDomain (472ms) + LoadAssemblies (595ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1206ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (548ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (258ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + 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 38.55 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7371. +Memory consumption went from 371.5 MB to 371.3 MB. +Total: 13.194800 ms (FindLiveObjects: 0.502500 ms CreateObjectMapping: 0.211900 ms MarkObjects: 12.265700 ms DeleteObjects: 0.213300 ms) + +Prepare: number of updated asset objects reloaded= 1 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.746 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.298 seconds +Domain Reload Profiling: 2019ms + BeginReloadAssembly (190ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (427ms) + LoadAssemblies (484ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1298ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (551ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (258ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + 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 34.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7386. +Memory consumption went from 373.4 MB to 373.2 MB. +Total: 13.491900 ms (FindLiveObjects: 0.472000 ms CreateObjectMapping: 0.189700 ms MarkObjects: 12.604000 ms DeleteObjects: 0.225000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.194 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.232 seconds +Domain Reload Profiling: 2398ms + BeginReloadAssembly (314ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (67ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (664ms) + LoadAssemblies (775ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (70ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (30ms) + FinalizeReload (1233ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (557ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (177ms) + AfterProcessingInitializeOnLoad (17ms) + 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.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7401. +Memory consumption went from 375.4 MB to 375.2 MB. +Total: 13.320900 ms (FindLiveObjects: 0.375600 ms CreateObjectMapping: 0.190800 ms MarkObjects: 12.480900 ms DeleteObjects: 0.272400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 57.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.220 seconds +Domain Reload Profiling: 3271ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (581ms) + LoadAssemblies (727ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2221ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (987ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (123ms) + ProcessInitializeOnLoadAttributes (396ms) + ProcessInitializeOnLoadMethodAttributes (380ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + 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 168.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7416. +Memory consumption went from 377.4 MB to 377.2 MB. +Total: 28.808800 ms (FindLiveObjects: 0.584700 ms CreateObjectMapping: 0.174000 ms MarkObjects: 27.791100 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.180 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.168 seconds +Domain Reload Profiling: 3321ms + BeginReloadAssembly (293ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (113ms) + LoadAllAssembliesAndSetupDomain (697ms) + LoadAssemblies (818ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2169ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (944ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (411ms) + ProcessInitializeOnLoadMethodAttributes (347ms) + AfterProcessingInitializeOnLoad (49ms) + 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 96.45 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 7431. +Memory consumption went from 379.3 MB to 379.1 MB. +Total: 27.021700 ms (FindLiveObjects: 0.529800 ms CreateObjectMapping: 0.178600 ms MarkObjects: 26.087800 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.100 seconds +Refreshing native plugins compatible for Editor in 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.188 seconds +Domain Reload Profiling: 3262ms + BeginReloadAssembly (259ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (107ms) + LoadAllAssembliesAndSetupDomain (656ms) + LoadAssemblies (752ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2188ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (938ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (40ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (404ms) + ProcessInitializeOnLoadMethodAttributes (354ms) + AfterProcessingInitializeOnLoad (38ms) + 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 51.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7446. +Memory consumption went from 381.2 MB to 381.0 MB. +Total: 36.433400 ms (FindLiveObjects: 0.515100 ms CreateObjectMapping: 0.178200 ms MarkObjects: 35.521500 ms DeleteObjects: 0.217400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.908 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.202 seconds +Domain Reload Profiling: 2098ms + BeginReloadAssembly (287ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (65ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (78ms) + LoadAllAssembliesAndSetupDomain (489ms) + LoadAssemblies (607ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (42ms) + TypeCache.Refresh (25ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1203ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (565ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (277ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + 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 31.48 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7461. +Memory consumption went from 383.1 MB to 382.9 MB. +Total: 12.963400 ms (FindLiveObjects: 0.379600 ms CreateObjectMapping: 0.211300 ms MarkObjects: 12.170300 ms DeleteObjects: 0.201100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.353 seconds +Refreshing native plugins compatible for Editor in 77.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 11.824 seconds +Domain Reload Profiling: 13149ms + BeginReloadAssembly (310ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (171ms) + LoadAllAssembliesAndSetupDomain (786ms) + LoadAssemblies (926ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (5ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (11824ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (660ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (332ms) + ProcessInitializeOnLoadMethodAttributes (211ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +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 35.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7475. +Memory consumption went from 385.1 MB to 384.9 MB. +Total: 14.266300 ms (FindLiveObjects: 0.420700 ms CreateObjectMapping: 0.200000 ms MarkObjects: 13.410400 ms DeleteObjects: 0.234100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.546 seconds +Domain Reload Profiling: 2148ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (342ms) + LoadAssemblies (408ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1547ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (759ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (325ms) + ProcessInitializeOnLoadMethodAttributes (289ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (3ms) + 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 67.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7491. +Memory consumption went from 387.0 MB to 386.8 MB. +Total: 26.308400 ms (FindLiveObjects: 0.596900 ms CreateObjectMapping: 0.180300 ms MarkObjects: 25.242700 ms DeleteObjects: 0.286200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.145 seconds +Refreshing native plugins compatible for Editor in 66.47 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.796 seconds +Domain Reload Profiling: 3916ms + BeginReloadAssembly (327ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (625ms) + LoadAssemblies (810ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (10ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2797ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (871ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (106ms) + ProcessInitializeOnLoadAttributes (414ms) + ProcessInitializeOnLoadMethodAttributes (253ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (11ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (45ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 93.79 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7506. +Memory consumption went from 389.0 MB to 388.8 MB. +Total: 30.396400 ms (FindLiveObjects: 0.577000 ms CreateObjectMapping: 0.175400 ms MarkObjects: 29.412000 ms DeleteObjects: 0.230500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.901 seconds +Domain Reload Profiling: 2885ms + BeginReloadAssembly (329ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (135ms) + LoadAllAssembliesAndSetupDomain (465ms) + LoadAssemblies (639ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1902ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (575ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (192ms) + AfterProcessingInitializeOnLoad (21ms) + 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 36.81 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7521. +Memory consumption went from 390.9 MB to 390.7 MB. +Total: 15.092800 ms (FindLiveObjects: 0.566700 ms CreateObjectMapping: 0.254000 ms MarkObjects: 13.977600 ms DeleteObjects: 0.292200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.641 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.341 seconds +Domain Reload Profiling: 1998ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (363ms) + LoadAssemblies (434ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1372ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (618ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (294ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + 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 36.59 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7536. +Memory consumption went from 392.8 MB to 392.6 MB. +Total: 13.344000 ms (FindLiveObjects: 0.411900 ms CreateObjectMapping: 0.210700 ms MarkObjects: 12.498600 ms DeleteObjects: 0.221200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.668 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.442 seconds +Domain Reload Profiling: 2098ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (384ms) + LoadAssemblies (443ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1443ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (652ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (306ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (27ms) + 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.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 7551. +Memory consumption went from 394.8 MB to 394.6 MB. +Total: 14.924800 ms (FindLiveObjects: 0.535500 ms CreateObjectMapping: 0.206600 ms MarkObjects: 13.971000 ms DeleteObjects: 0.210500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.713 seconds +Domain Reload Profiling: 2340ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (358ms) + LoadAssemblies (427ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1715ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (864ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (418ms) + ProcessInitializeOnLoadMethodAttributes (291ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (2ms) + 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 120.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7566. +Memory consumption went from 396.7 MB to 396.5 MB. +Total: 30.004700 ms (FindLiveObjects: 0.514700 ms CreateObjectMapping: 0.230100 ms MarkObjects: 29.034700 ms DeleteObjects: 0.223800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.352 seconds +Domain Reload Profiling: 2000ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (447ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1353ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (589ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + 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.13 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7581. +Memory consumption went from 398.6 MB to 398.4 MB. +Total: 14.076100 ms (FindLiveObjects: 0.445700 ms CreateObjectMapping: 0.218500 ms MarkObjects: 13.155300 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.661 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.446 seconds +Domain Reload Profiling: 2093ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (369ms) + LoadAssemblies (438ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1446ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (668ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (325ms) + ProcessInitializeOnLoadMethodAttributes (220ms) + 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 33.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7596. +Memory consumption went from 400.6 MB to 400.4 MB. +Total: 12.538600 ms (FindLiveObjects: 0.414100 ms CreateObjectMapping: 0.212900 ms MarkObjects: 11.676500 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 0.786 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.235 seconds +Domain Reload Profiling: 2008ms + BeginReloadAssembly (291ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (520ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1236ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (561ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (263ms) + 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 34.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.3 KB). Loaded Objects now: 7611. +Memory consumption went from 402.4 MB to 402.2 MB. +Total: 14.625200 ms (FindLiveObjects: 0.417600 ms CreateObjectMapping: 0.207400 ms MarkObjects: 13.755400 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 0.637 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.391 seconds +Domain Reload Profiling: 2016ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (346ms) + LoadAssemblies (423ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1393ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (655ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + 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 37.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7626. +Memory consumption went from 404.4 MB to 404.2 MB. +Total: 15.563200 ms (FindLiveObjects: 0.768600 ms CreateObjectMapping: 0.328100 ms MarkObjects: 14.214500 ms DeleteObjects: 0.250100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.702 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.918 seconds +Domain Reload Profiling: 2606ms + BeginReloadAssembly (175ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (415ms) + LoadAssemblies (468ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1919ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (197ms) + AfterProcessingInitializeOnLoad (24ms) + 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 37.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7641. +Memory consumption went from 406.4 MB to 406.2 MB. +Total: 13.602400 ms (FindLiveObjects: 0.413200 ms CreateObjectMapping: 0.192900 ms MarkObjects: 12.762000 ms DeleteObjects: 0.233100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.655 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.455 seconds +Domain Reload Profiling: 2096ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (368ms) + LoadAssemblies (442ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1455ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (662ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (317ms) + ProcessInitializeOnLoadMethodAttributes (214ms) + AfterProcessingInitializeOnLoad (25ms) + 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.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7656. +Memory consumption went from 408.3 MB to 408.1 MB. +Total: 15.523200 ms (FindLiveObjects: 0.472800 ms CreateObjectMapping: 0.286900 ms MarkObjects: 14.500600 ms DeleteObjects: 0.261900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.882 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.456 seconds +Domain Reload Profiling: 2309ms + BeginReloadAssembly (281ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (400ms) + LoadAssemblies (539ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1457ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (668ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (318ms) + ProcessInitializeOnLoadMethodAttributes (225ms) + AfterProcessingInitializeOnLoad (25ms) + 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 39.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7671. +Memory consumption went from 410.2 MB to 410.0 MB. +Total: 15.118600 ms (FindLiveObjects: 0.466600 ms CreateObjectMapping: 0.189200 ms MarkObjects: 14.231000 ms DeleteObjects: 0.230600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.711 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.647 seconds +Domain Reload Profiling: 2345ms + BeginReloadAssembly (229ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (360ms) + LoadAssemblies (443ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1648ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (626ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (287ms) + ProcessInitializeOnLoadMethodAttributes (220ms) + 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 36.62 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7686. +Memory consumption went from 412.1 MB to 411.9 MB. +Total: 14.392000 ms (FindLiveObjects: 0.455600 ms CreateObjectMapping: 0.204500 ms MarkObjects: 13.484400 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 0.653 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.550 seconds +Domain Reload Profiling: 2189ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (374ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1550ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (680ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (323ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + AfterProcessingInitializeOnLoad (28ms) + 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 40.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7701. +Memory consumption went from 414.1 MB to 413.9 MB. +Total: 15.329900 ms (FindLiveObjects: 0.497400 ms CreateObjectMapping: 0.243500 ms MarkObjects: 14.342500 ms DeleteObjects: 0.245600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.450 seconds +Domain Reload Profiling: 2167ms + BeginReloadAssembly (168ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (446ms) + LoadAssemblies (512ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1451ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (643ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + 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 44.84 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7716. +Memory consumption went from 416.0 MB to 415.8 MB. +Total: 13.049300 ms (FindLiveObjects: 0.421400 ms CreateObjectMapping: 0.191700 ms MarkObjects: 12.207900 ms DeleteObjects: 0.227000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.978 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.290 seconds +Domain Reload Profiling: 2223ms + BeginReloadAssembly (316ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (70ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (449ms) + LoadAssemblies (606ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1290ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (591ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (268ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (23ms) + 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 38.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7731. +Memory consumption went from 418.0 MB to 417.8 MB. +Total: 12.750000 ms (FindLiveObjects: 0.425800 ms CreateObjectMapping: 0.190100 ms MarkObjects: 11.908600 ms DeleteObjects: 0.224300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.227 seconds +Domain Reload Profiling: 1937ms + BeginReloadAssembly (186ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (410ms) + LoadAssemblies (476ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1228ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (558ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + 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 34.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 7746. +Memory consumption went from 419.9 MB to 419.7 MB. +Total: 13.788500 ms (FindLiveObjects: 0.428300 ms CreateObjectMapping: 0.213100 ms MarkObjects: 12.931200 ms DeleteObjects: 0.214800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.47 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.459 seconds +Domain Reload Profiling: 2106ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (378ms) + LoadAssemblies (447ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1460ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (648ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (303ms) + ProcessInitializeOnLoadMethodAttributes (211ms) + AfterProcessingInitializeOnLoad (27ms) + 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.13 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7761. +Memory consumption went from 421.8 MB to 421.6 MB. +Total: 15.251300 ms (FindLiveObjects: 0.627300 ms CreateObjectMapping: 0.200400 ms MarkObjects: 14.157800 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.660 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.394 seconds +Domain Reload Profiling: 2040ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (374ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1394ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (635ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (202ms) + 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 40.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7776. +Memory consumption went from 423.8 MB to 423.6 MB. +Total: 16.469900 ms (FindLiveObjects: 0.434100 ms CreateObjectMapping: 0.208600 ms MarkObjects: 15.517000 ms DeleteObjects: 0.308600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.119 seconds +Domain Reload Profiling: 3246ms + BeginReloadAssembly (336ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (149ms) + LoadAllAssembliesAndSetupDomain (580ms) + LoadAssemblies (769ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2119ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (674ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (345ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + AfterProcessingInitializeOnLoad (22ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (12ms) +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 35.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7790. +Memory consumption went from 425.7 MB to 425.5 MB. +Total: 13.925200 ms (FindLiveObjects: 0.547100 ms CreateObjectMapping: 0.472700 ms MarkObjects: 12.655300 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: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 0.724 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.297 seconds +Domain Reload Profiling: 2008ms + BeginReloadAssembly (189ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (405ms) + LoadAssemblies (473ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1297ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (577ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (278ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (22ms) + 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 36.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 7806. +Memory consumption went from 427.6 MB to 427.4 MB. +Total: 13.919500 ms (FindLiveObjects: 0.438400 ms CreateObjectMapping: 0.223600 ms MarkObjects: 13.026300 ms DeleteObjects: 0.230200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-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: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.664 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.472 seconds +Domain Reload Profiling: 2122ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1472ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (665ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (25ms) + 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 43.88 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7821. +Memory consumption went from 429.6 MB to 429.4 MB. +Total: 16.191200 ms (FindLiveObjects: 0.473700 ms CreateObjectMapping: 0.343700 ms MarkObjects: 15.099400 ms DeleteObjects: 0.273000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-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: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.704 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.430 seconds +Domain Reload Profiling: 2165ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (415ms) + LoadAssemblies (486ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1473ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (624ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (185ms) + 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 33.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7836. +Memory consumption went from 431.4 MB to 431.2 MB. +Total: 13.431800 ms (FindLiveObjects: 0.416700 ms CreateObjectMapping: 0.306300 ms MarkObjects: 12.484000 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:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.714 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.292 seconds +Domain Reload Profiling: 1993ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (397ms) + LoadAssemblies (461ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1293ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + 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 34.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7851. +Memory consumption went from 433.4 MB to 433.2 MB. +Total: 15.382800 ms (FindLiveObjects: 0.483400 ms CreateObjectMapping: 0.229600 ms MarkObjects: 14.424600 ms DeleteObjects: 0.244200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.471 seconds +Domain Reload Profiling: 2207ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (451ms) + LoadAssemblies (525ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1471ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (674ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (225ms) + AfterProcessingInitializeOnLoad (27ms) + 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 43.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7866. +Memory consumption went from 435.4 MB to 435.2 MB. +Total: 15.528900 ms (FindLiveObjects: 0.486400 ms CreateObjectMapping: 0.220000 ms MarkObjects: 14.502300 ms DeleteObjects: 0.318400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 32.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.229 seconds +Domain Reload Profiling: 2342ms + BeginReloadAssembly (273ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (53ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (637ms) + LoadAssemblies (757ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1231ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (558ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (266ms) + ProcessInitializeOnLoadMethodAttributes (181ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (10ms) +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 42.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7880. +Memory consumption went from 437.3 MB to 437.1 MB. +Total: 13.377000 ms (FindLiveObjects: 0.462200 ms CreateObjectMapping: 0.208200 ms MarkObjects: 12.488300 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.666 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.287 seconds +Domain Reload Profiling: 1940ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (380ms) + LoadAssemblies (453ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1287ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (601ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (201ms) + 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 37.76 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.1 KB). Loaded Objects now: 7896. +Memory consumption went from 439.2 MB to 439.0 MB. +Total: 14.904700 ms (FindLiveObjects: 0.635400 ms CreateObjectMapping: 0.201300 ms MarkObjects: 13.819500 ms DeleteObjects: 0.247000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.464 seconds +Domain Reload Profiling: 2107ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (376ms) + LoadAssemblies (447ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1465ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (677ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (318ms) + ProcessInitializeOnLoadMethodAttributes (224ms) + AfterProcessingInitializeOnLoad (26ms) + 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 42.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.1 KB). Loaded Objects now: 7911. +Memory consumption went from 441.1 MB to 440.9 MB. +Total: 15.638600 ms (FindLiveObjects: 0.451800 ms CreateObjectMapping: 0.216100 ms MarkObjects: 14.618500 ms DeleteObjects: 0.350200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.098 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.325 seconds +Domain Reload Profiling: 2397ms + BeginReloadAssembly (313ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (57ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (596ms) + LoadAssemblies (766ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1326ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (585ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (283ms) + ProcessInitializeOnLoadMethodAttributes (187ms) + 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 38.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7926. +Memory consumption went from 443.1 MB to 442.9 MB. +Total: 13.633300 ms (FindLiveObjects: 0.504200 ms CreateObjectMapping: 0.204000 ms MarkObjects: 12.671800 ms DeleteObjects: 0.252100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.482 seconds +Domain Reload Profiling: 2138ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (386ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1482ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (660ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (79ms) + ProcessInitializeOnLoadAttributes (320ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + AfterProcessingInitializeOnLoad (23ms) + EditorAssembliesLoaded (4ms) + 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.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 7941. +Memory consumption went from 445.0 MB to 444.8 MB. +Total: 16.254000 ms (FindLiveObjects: 0.569300 ms CreateObjectMapping: 0.303500 ms MarkObjects: 15.142100 ms DeleteObjects: 0.238000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.183 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.417 seconds +Domain Reload Profiling: 2595ms + BeginReloadAssembly (331ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (78ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (639ms) + LoadAssemblies (779ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1449ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (650ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (321ms) + ProcessInitializeOnLoadMethodAttributes (213ms) + 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 45.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.2 KB). Loaded Objects now: 7956. +Memory consumption went from 447.0 MB to 446.8 MB. +Total: 24.205600 ms (FindLiveObjects: 0.741400 ms CreateObjectMapping: 0.315500 ms MarkObjects: 22.723000 ms DeleteObjects: 0.422200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.149 seconds +Refreshing native plugins compatible for Editor in 58.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.531 seconds +Domain Reload Profiling: 3661ms + BeginReloadAssembly (234ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (128ms) + LoadAllAssembliesAndSetupDomain (703ms) + LoadAssemblies (815ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (25ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2532ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (718ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (342ms) + ProcessInitializeOnLoadMethodAttributes (240ms) + AfterProcessingInitializeOnLoad (26ms) + 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 52.80 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) diff --git a/JNFrame2/Logs/AssetImportWorker1-prev.log b/JNFrame2/Logs/AssetImportWorker1-prev.log index 2c8d41a5..f2fa086e 100644 --- a/JNFrame2/Logs/AssetImportWorker1-prev.log +++ b/JNFrame2/Logs/AssetImportWorker1-prev.log @@ -1,23 +1,23 @@ Using pre-set license -Built from '2022.3/staging' branch; Version is '2022.3.1f1 (f18e0c1b5784) revision 15830540'; Using compiler version '192829333'; Build Type 'Release' -OS: 'Windows 11 (10.0.22631) 64bit Professional' Language: 'zh' Physical Memory: 32651 MB +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: -D:\Unity\2022.3.1f1\Editor\Unity.exe +C:\APP\UnityEdit\2022.3.16f1c1\Editor\Unity.exe -adb2 -batchMode -noUpm -name AssetImportWorker1 -projectPath -D:/myproject/JisolGame/JNFrame2 +D:/Jisol/JisolGame/JNFrame2 -logFile Logs/AssetImportWorker1.log -srvPort -62834 -Successfully changed project path to: D:/myproject/JisolGame/JNFrame2 -D:/myproject/JisolGame/JNFrame2 +54895 +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" @@ -49,64 +49,68 @@ D:/myproject/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 [17212] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 4040273054 [EditorId] 4040273054 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... +Player connection [22672] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3964833539 [EditorId] 3964833539 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... -Player connection [17212] Host "[IP] 192.168.1.115 [Port] 0 [Flags] 2 [Guid] 4040273054 [EditorId] 4040273054 [Version] 1048832 [Id] WindowsEditor(7,PC-20230316NUNE) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... +Player connection [22672] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 3964833539 [EditorId] 3964833539 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined alternative multi-casting on [225.0.0.222:34997]... -Refreshing native plugins compatible for Editor in 75.53 ms, found 3 plugins. +[Physics::Module] Initialized MultithreadedJobDispatcher with 19 workers. +Refreshing native plugins compatible for Editor in 102.00 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Initialize engine version: 2022.3.1f1 (f18e0c1b5784) -[Subsystems] Discovering subsystems at path D:/Unity/2022.3.1f1/Editor/Data/Resources/UnitySubsystems -[Subsystems] Discovering subsystems at path D:/myproject/JisolGame/JNFrame2/Assets +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 GTX 1660 SUPER (ID=0x21c4) + Renderer: NVIDIA GeForce RTX 3060 Laptop GPU (ID=0x2520) Vendor: NVIDIA - VRAM: 5966 MB - Driver: 32.0.15.6094 + VRAM: 5996 MB + Driver: 31.0.15.5176 Initialize mono -Mono path[0] = 'D:/Unity/2022.3.1f1/Editor/Data/Managed' -Mono path[1] = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32' -Mono config path = 'D:/Unity/2022.3.1f1/Editor/Data/MonoBleedingEdge/etc' -Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56228 +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:56812 Begin MonoManager ReloadAssembly Registering precompiled unity dll's ... -Register platform support module: D:/Unity/2022.3.1f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll -Registered in 0.009736 seconds. -- Loaded All Assemblies, in 0.511 seconds +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.019217 seconds. +- Loaded All Assemblies, in 0.524 seconds Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 570 ms Mono: successfully reloaded assembly -- Finished resetting the current domain, in 0.377 seconds -Domain Reload Profiling: 885ms - BeginReloadAssembly (148ms) +- Finished resetting the current domain, in 0.962 seconds +Domain Reload Profiling: 1478ms + BeginReloadAssembly (211ms) ExecutionOrderSort (0ms) DisableScriptedObjects (0ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) CreateAndSetChildDomain (1ms) - RebuildCommonClasses (56ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (91ms) - LoadAllAssembliesAndSetupDomain (199ms) - LoadAssemblies (144ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (96ms) + LoadAllAssembliesAndSetupDomain (159ms) + LoadAssemblies (198ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (190ms) - TypeCache.Refresh (188ms) - TypeCache.ScanAssembly (172ms) - ScanForSourceGeneratedMonoScriptInfo (1ms) - ResolveRequiredComponents (1ms) - FinalizeReload (378ms) + AnalyzeDomain (155ms) + TypeCache.Refresh (154ms) + TypeCache.ScanAssembly (137ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (0ms) + FinalizeReload (962ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (296ms) + SetupLoadedEditorAssemblies (904ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (14ms) - SetLoadedEditorAssemblies (9ms) + InitializePlatformSupportModulesInManaged (740ms) + SetLoadedEditorAssemblies (3ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (4ms) - ProcessInitializeOnLoadAttributes (185ms) - ProcessInitializeOnLoadMethodAttributes (84ms) + BeforeProcessingInitializeOnLoad (2ms) + ProcessInitializeOnLoadAttributes (109ms) + ProcessInitializeOnLoadMethodAttributes (50ms) AfterProcessingInitializeOnLoad (0ms) EditorAssembliesLoaded (0ms) ExecutionOrderSort2 (0ms) @@ -114,9 +118,10 @@ Domain Reload Profiling: 885ms ======================================================================== Worker process is ready to serve import requests Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 1.951 seconds -Refreshing native plugins compatible for Editor in 40.75 ms, found 3 plugins. +- Loaded All Assemblies, in 2.307 seconds +Refreshing native plugins compatible for Editor in 106.01 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). @@ -132,137 +137,141 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) -Launched and connected shader compiler UnityShaderCompiler.exe after 0.10 seconds +Launched and connected shader compiler UnityShaderCompiler.exe after 0.08 seconds Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.171 seconds -Domain Reload Profiling: 4111ms - BeginReloadAssembly (200ms) +- Finished resetting the current domain, in 2.736 seconds +Domain Reload Profiling: 5009ms + BeginReloadAssembly (199ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) + DisableScriptedObjects (7ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (36ms) - RebuildCommonClasses (54ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (79ms) - LoadAllAssembliesAndSetupDomain (1593ms) - LoadAssemblies (1012ms) + CreateAndSetChildDomain (24ms) + RebuildCommonClasses (32ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (146ms) + LoadAllAssembliesAndSetupDomain (1887ms) + LoadAssemblies (1050ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (667ms) - TypeCache.Refresh (618ms) - TypeCache.ScanAssembly (590ms) - ScanForSourceGeneratedMonoScriptInfo (38ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2172ms) + AnalyzeDomain (955ms) + TypeCache.Refresh (886ms) + TypeCache.ScanAssembly (835ms) + ScanForSourceGeneratedMonoScriptInfo (46ms) + ResolveRequiredComponents (19ms) + FinalizeReload (2736ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1918ms) + SetupLoadedEditorAssemblies (2376ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (6ms) + InitializePlatformSupportModulesInManaged (63ms) + SetLoadedEditorAssemblies (8ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (147ms) - ProcessInitializeOnLoadAttributes (983ms) - ProcessInitializeOnLoadMethodAttributes (758ms) - AfterProcessingInitializeOnLoad (15ms) + BeforeProcessingInitializeOnLoad (215ms) + ProcessInitializeOnLoadAttributes (1292ms) + ProcessInitializeOnLoadMethodAttributes (746ms) + AfterProcessingInitializeOnLoad (52ms) + 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 125.13 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5658 Unused Serialized files (Serialized files now loaded: 0) +Unloading 180 unused Assets / (231.1 KB). Loaded Objects now: 6106. +Memory consumption went from 212.6 MB to 212.4 MB. +Total: 25.785000 ms (FindLiveObjects: 0.676600 ms CreateObjectMapping: 0.351300 ms MarkObjects: 24.426000 ms DeleteObjects: 0.329400 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 0.683 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.566 seconds +Domain Reload Profiling: 2237ms + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (386ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1567ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (722ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (336ms) + ProcessInitializeOnLoadMethodAttributes (248ms) + AfterProcessingInitializeOnLoad (28ms) 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 51.81 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5656 Unused Serialized files (Serialized files now loaded: 0) -Unloading 183 unused Assets / (232.7 KB). Loaded Objects now: 6106. -Memory consumption went from 198.0 MB to 197.8 MB. -Total: 19.591700 ms (FindLiveObjects: 0.874700 ms CreateObjectMapping: 0.410800 ms MarkObjects: 18.005200 ms DeleteObjects: 0.299000 ms) - -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - 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: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 3.099 seconds -Refreshing native plugins compatible for Editor in 52.81 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 4.461 seconds -Domain Reload Profiling: 7575ms - BeginReloadAssembly (499ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (15ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (174ms) - RebuildCommonClasses (85ms) - RebuildNativeTypeToScriptingClass (30ms) - initialDomainReloadingComplete (118ms) - LoadAllAssembliesAndSetupDomain (2352ms) - LoadAssemblies (1687ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (863ms) - TypeCache.Refresh (840ms) - TypeCache.ScanAssembly (802ms) - ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (17ms) - FinalizeReload (4491ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1378ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (194ms) - ProcessInitializeOnLoadAttributes (589ms) - ProcessInitializeOnLoadMethodAttributes (561ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (44ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found -Refreshing native plugins compatible for Editor in 63.15 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 42.75 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.0 KB). Loaded Objects now: 6122. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 32.891000 ms (FindLiveObjects: 0.788400 ms CreateObjectMapping: 0.762200 ms MarkObjects: 30.416100 ms DeleteObjects: 0.921700 ms) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6121. +Memory consumption went from 211.1 MB to 210.9 MB. +Total: 15.231800 ms (FindLiveObjects: 0.691000 ms CreateObjectMapping: 0.224200 ms MarkObjects: 14.071000 ms DeleteObjects: 0.244200 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -270,9 +279,10 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.186 seconds -Refreshing native plugins compatible for Editor in 48.03 ms, found 3 plugins. +- Loaded All Assemblies, in 0.659 seconds +Refreshing native plugins compatible for Editor in 43.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 @@ -288,209 +298,1500 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.610 seconds -Domain Reload Profiling: 4795ms - BeginReloadAssembly (310ms) +- Finished resetting the current domain, in 1.545 seconds +Domain Reload Profiling: 2193ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (449ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1547ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (732ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (334ms) + ProcessInitializeOnLoadMethodAttributes (264ms) + AfterProcessingInitializeOnLoad (30ms) + 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 34.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6136. +Memory consumption went from 213.0 MB to 212.8 MB. +Total: 13.023900 ms (FindLiveObjects: 0.346100 ms CreateObjectMapping: 0.261000 ms MarkObjects: 12.206700 ms DeleteObjects: 0.209100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.813 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.528 seconds +Domain Reload Profiling: 2324ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (519ms) + LoadAssemblies (588ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1529ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (570ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (261ms) + ProcessInitializeOnLoadMethodAttributes (197ms) + 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 36.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6151. +Memory consumption went from 215.0 MB to 214.8 MB. +Total: 13.246700 ms (FindLiveObjects: 0.311000 ms CreateObjectMapping: 0.168400 ms MarkObjects: 12.549200 ms DeleteObjects: 0.217000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.066 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.542 seconds +Domain Reload Profiling: 3593ms + BeginReloadAssembly (203ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (746ms) + LoadAssemblies (680ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (164ms) + TypeCache.Refresh (137ms) + TypeCache.ScanAssembly (113ms) + ScanForSourceGeneratedMonoScriptInfo (19ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2542ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (882ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (83ms) + ProcessInitializeOnLoadAttributes (369ms) + ProcessInitializeOnLoadMethodAttributes (347ms) + AfterProcessingInitializeOnLoad (44ms) + 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 94.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6166. +Memory consumption went from 217.0 MB to 216.8 MB. +Total: 23.050100 ms (FindLiveObjects: 0.460200 ms CreateObjectMapping: 0.191700 ms MarkObjects: 21.925400 ms DeleteObjects: 0.471000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.726 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.239 seconds +Domain Reload Profiling: 1950ms + BeginReloadAssembly (188ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (417ms) + LoadAssemblies (484ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1240ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (573ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (194ms) + AfterProcessingInitializeOnLoad (20ms) + 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 36.18 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6181. +Memory consumption went from 218.9 MB to 218.7 MB. +Total: 13.008000 ms (FindLiveObjects: 0.337400 ms CreateObjectMapping: 0.205300 ms MarkObjects: 12.255000 ms DeleteObjects: 0.209100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.928 seconds +Refreshing native plugins compatible for Editor in 78.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.490 seconds +Domain Reload Profiling: 2378ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (77ms) + LoadAllAssembliesAndSetupDomain (573ms) + LoadAssemblies (652ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1491ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (635ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (87ms) + ProcessInitializeOnLoadAttributes (285ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + 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 44.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6196. +Memory consumption went from 220.9 MB to 220.7 MB. +Total: 19.335900 ms (FindLiveObjects: 0.591700 ms CreateObjectMapping: 0.201000 ms MarkObjects: 18.299800 ms DeleteObjects: 0.241200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.865 seconds +Refreshing native plugins compatible for Editor in 32.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.265 seconds +Domain Reload Profiling: 2111ms + BeginReloadAssembly (185ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (76ms) + LoadAllAssembliesAndSetupDomain (548ms) + LoadAssemblies (620ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1265ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (571ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (262ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + 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 37.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6211. +Memory consumption went from 222.8 MB to 222.6 MB. +Total: 13.725700 ms (FindLiveObjects: 0.329700 ms CreateObjectMapping: 0.191900 ms MarkObjects: 12.959600 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.670 seconds +Refreshing native plugins compatible for Editor in 43.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.470 seconds +Domain Reload Profiling: 2125ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (380ms) + LoadAssemblies (453ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1471ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (646ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + 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 40.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6226. +Memory consumption went from 224.7 MB to 224.6 MB. +Total: 15.528200 ms (FindLiveObjects: 0.330400 ms CreateObjectMapping: 0.186000 ms MarkObjects: 14.681400 ms DeleteObjects: 0.328900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.639 seconds +Domain Reload Profiling: 2726ms + BeginReloadAssembly (289ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (67ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (142ms) + LoadAllAssembliesAndSetupDomain (603ms) + LoadAssemblies (724ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1640ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (741ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (316ms) + AfterProcessingInitializeOnLoad (18ms) + 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 39.32 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6241. +Memory consumption went from 226.7 MB to 226.5 MB. +Total: 14.636200 ms (FindLiveObjects: 0.464100 ms CreateObjectMapping: 0.364200 ms MarkObjects: 13.527500 ms DeleteObjects: 0.279000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.816 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.358 seconds +Domain Reload Profiling: 2159ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (416ms) + LoadAssemblies (552ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1359ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (615ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (295ms) + ProcessInitializeOnLoadMethodAttributes (200ms) + 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 41.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6256. +Memory consumption went from 228.6 MB to 228.4 MB. +Total: 13.982000 ms (FindLiveObjects: 0.302500 ms CreateObjectMapping: 0.285500 ms MarkObjects: 13.184700 ms DeleteObjects: 0.208200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.303 seconds +Domain Reload Profiling: 2038ms + BeginReloadAssembly (213ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (74ms) + LoadAllAssembliesAndSetupDomain (412ms) + LoadAssemblies (489ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1304ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (250ms) + ProcessInitializeOnLoadMethodAttributes (180ms) + 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.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6271. +Memory consumption went from 230.6 MB to 230.4 MB. +Total: 14.229500 ms (FindLiveObjects: 0.422100 ms CreateObjectMapping: 0.246500 ms MarkObjects: 13.232200 ms DeleteObjects: 0.326500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.384 seconds +Domain Reload Profiling: 2015ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (367ms) + LoadAssemblies (441ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1387ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (626ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (295ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + 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 37.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6286. +Memory consumption went from 232.5 MB to 232.3 MB. +Total: 14.076400 ms (FindLiveObjects: 0.406400 ms CreateObjectMapping: 0.212700 ms MarkObjects: 13.196700 ms DeleteObjects: 0.259200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.626 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.338 seconds +Domain Reload Profiling: 1952ms + BeginReloadAssembly (163ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (355ms) + LoadAssemblies (426ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1339ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (601ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (203ms) + AfterProcessingInitializeOnLoad (23ms) + 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 35.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6301. +Memory consumption went from 234.4 MB to 234.2 MB. +Total: 14.511700 ms (FindLiveObjects: 0.353800 ms CreateObjectMapping: 0.209400 ms MarkObjects: 13.722500 ms DeleteObjects: 0.225000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.676 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.190 seconds +Domain Reload Profiling: 1854ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (39ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (454ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1191ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (527ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (244ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + 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 34.83 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6316. +Memory consumption went from 236.4 MB to 236.2 MB. +Total: 12.415200 ms (FindLiveObjects: 0.396900 ms CreateObjectMapping: 0.176500 ms MarkObjects: 11.594100 ms DeleteObjects: 0.246600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.812 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.264 seconds +Domain Reload Profiling: 2064ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (539ms) + LoadAssemblies (591ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1265ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (535ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (174ms) + 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.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (203.2 KB). Loaded Objects now: 6330. +Memory consumption went from 238.2 MB to 238.0 MB. +Total: 13.309600 ms (FindLiveObjects: 0.319100 ms CreateObjectMapping: 0.176700 ms MarkObjects: 12.582300 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.652 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.207 seconds +Domain Reload Profiling: 1845ms + BeginReloadAssembly (160ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (437ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1207ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + AfterProcessingInitializeOnLoad (19ms) + 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 36.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6345. +Memory consumption went from 240.2 MB to 240.0 MB. +Total: 13.000100 ms (FindLiveObjects: 0.319300 ms CreateObjectMapping: 0.174100 ms MarkObjects: 12.282000 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 0.606 seconds +Refreshing native plugins compatible for Editor in 34.99 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.341 seconds +Domain Reload Profiling: 1934ms + BeginReloadAssembly (158ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (36ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (341ms) + LoadAssemblies (410ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1342ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (605ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (219ms) + 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 38.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6360. +Memory consumption went from 242.2 MB to 242.0 MB. +Total: 13.949600 ms (FindLiveObjects: 0.348000 ms CreateObjectMapping: 0.183100 ms MarkObjects: 13.175600 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 0.609 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.320 seconds +Domain Reload Profiling: 1917ms + BeginReloadAssembly (159ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (37ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (344ms) + LoadAssemblies (411ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1321ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (599ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (270ms) + ProcessInitializeOnLoadMethodAttributes (212ms) + AfterProcessingInitializeOnLoad (24ms) + 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 34.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6375. +Memory consumption went from 244.1 MB to 243.9 MB. +Total: 14.222200 ms (FindLiveObjects: 0.378800 ms CreateObjectMapping: 0.207000 ms MarkObjects: 13.359400 ms DeleteObjects: 0.275900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.610 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.286 seconds +Domain Reload Profiling: 1887ms + BeginReloadAssembly (160ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (2ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (38ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (344ms) + LoadAssemblies (413ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1289ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (591ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (275ms) + ProcessInitializeOnLoadMethodAttributes (198ms) + 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 37.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6390. +Memory consumption went from 246.1 MB to 245.9 MB. +Total: 13.697200 ms (FindLiveObjects: 0.345600 ms CreateObjectMapping: 0.178300 ms MarkObjects: 12.819300 ms DeleteObjects: 0.352600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.011 seconds +Refreshing native plugins compatible for Editor in 31.64 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.181 seconds +Domain Reload Profiling: 3178ms + BeginReloadAssembly (301ms) ExecutionOrderSort (0ms) DisableScriptedObjects (8ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (133ms) - RebuildCommonClasses (56ms) - RebuildNativeTypeToScriptingClass (17ms) - initialDomainReloadingComplete (94ms) - LoadAllAssembliesAndSetupDomain (1701ms) - LoadAssemblies (1141ms) + CreateAndSetChildDomain (126ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (590ms) + LoadAssemblies (654ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (658ms) - TypeCache.Refresh (632ms) - TypeCache.ScanAssembly (587ms) - ScanForSourceGeneratedMonoScriptInfo (7ms) - ResolveRequiredComponents (19ms) - FinalizeReload (2616ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2182ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1380ms) + SetupLoadedEditorAssemblies (557ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) - SetLoadedEditorAssemblies (8ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (170ms) - ProcessInitializeOnLoadAttributes (721ms) - ProcessInitializeOnLoadMethodAttributes (451ms) - AfterProcessingInitializeOnLoad (17ms) - EditorAssembliesLoaded (6ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (53ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.53 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.3 KB). Loaded Objects now: 6137. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 34.131700 ms (FindLiveObjects: 1.077400 ms CreateObjectMapping: 1.027700 ms MarkObjects: 31.540900 ms DeleteObjects: 0.483800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.078 seconds -Refreshing native plugins compatible for Editor in 42.15 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.322 seconds -Domain Reload Profiling: 4390ms - BeginReloadAssembly (298ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (125ms) - RebuildCommonClasses (58ms) - RebuildNativeTypeToScriptingClass (13ms) - initialDomainReloadingComplete (96ms) - LoadAllAssembliesAndSetupDomain (1603ms) - LoadAssemblies (1114ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (579ms) - TypeCache.Refresh (563ms) - TypeCache.ScanAssembly (527ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (12ms) - FinalizeReload (2322ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1282ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (8ms) + InitializePlatformSupportModulesInManaged (25ms) SetLoadedEditorAssemblies (6ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (185ms) - ProcessInitializeOnLoadAttributes (580ms) - ProcessInitializeOnLoadMethodAttributes (484ms) - AfterProcessingInitializeOnLoad (16ms) - EditorAssembliesLoaded (3ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (37ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.08 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.0 KB). Loaded Objects now: 6152. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 36.416200 ms (FindLiveObjects: 1.636600 ms CreateObjectMapping: 1.047500 ms MarkObjects: 32.691500 ms DeleteObjects: 1.002000 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.257 seconds -Refreshing native plugins compatible for Editor in 37.98 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.218 seconds -Domain Reload Profiling: 7465ms - BeginReloadAssembly (463ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (12ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (232ms) - RebuildCommonClasses (75ms) - RebuildNativeTypeToScriptingClass (18ms) - initialDomainReloadingComplete (101ms) - LoadAllAssembliesAndSetupDomain (1589ms) - LoadAssemblies (1125ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (576ms) - TypeCache.Refresh (560ms) - TypeCache.ScanAssembly (526ms) - ScanForSourceGeneratedMonoScriptInfo (4ms) - ResolveRequiredComponents (12ms) - FinalizeReload (5219ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (4151ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (10ms) - SetLoadedEditorAssemblies (6ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (181ms) - ProcessInitializeOnLoadAttributes (972ms) - ProcessInitializeOnLoadMethodAttributes (2959ms) - AfterProcessingInitializeOnLoad (22ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (272ms) + ProcessInitializeOnLoadMethodAttributes (165ms) + AfterProcessingInitializeOnLoad (18ms) EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (36ms) + 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 60.39 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.35 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5641 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.1 KB). Loaded Objects now: 6167. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 32.945000 ms (FindLiveObjects: 0.804100 ms CreateObjectMapping: 0.912000 ms MarkObjects: 30.549200 ms DeleteObjects: 0.677400 ms) +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6405. +Memory consumption went from 247.9 MB to 247.7 MB. +Total: 12.472100 ms (FindLiveObjects: 0.326900 ms CreateObjectMapping: 0.208600 ms MarkObjects: 11.709400 ms DeleteObjects: 0.225900 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> @@ -498,9 +1799,10 @@ AssetImportParameters requested are different than current active one (requested ======================================================================== Received Prepare Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.567 seconds -Refreshing native plugins compatible for Editor in 584.74 ms, found 3 plugins. +- Loaded All Assemblies, in 0.657 seconds +Refreshing native plugins compatible for Editor in 38.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 @@ -516,209 +1818,60 @@ UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) (Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) Mono: successfully reloaded assembly -- Finished resetting the current domain, in 5.741 seconds -Domain Reload Profiling: 8300ms - BeginReloadAssembly (353ms) +- Finished resetting the current domain, in 1.197 seconds +Domain Reload Profiling: 1840ms + BeginReloadAssembly (172ms) ExecutionOrderSort (0ms) - DisableScriptedObjects (10ms) + DisableScriptedObjects (3ms) BackupInstance (0ms) ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (141ms) - RebuildCommonClasses (90ms) - RebuildNativeTypeToScriptingClass (19ms) - initialDomainReloadingComplete (112ms) - LoadAllAssembliesAndSetupDomain (1983ms) - LoadAssemblies (1134ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (376ms) + LoadAssemblies (423ms) RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (981ms) - TypeCache.Refresh (867ms) - TypeCache.ScanAssembly (781ms) - ScanForSourceGeneratedMonoScriptInfo (82ms) - ResolveRequiredComponents (32ms) - FinalizeReload (5742ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (2334ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (16ms) - SetLoadedEditorAssemblies (11ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (262ms) - ProcessInitializeOnLoadAttributes (888ms) - ProcessInitializeOnLoadMethodAttributes (1134ms) - AfterProcessingInitializeOnLoad (22ms) - EditorAssembliesLoaded (1ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (45ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.31 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.2 KB). Loaded Objects now: 6184. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 42.818700 ms (FindLiveObjects: 2.200700 ms CreateObjectMapping: 1.608400 ms MarkObjects: 38.130600 ms DeleteObjects: 0.874800 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.185 seconds -Refreshing native plugins compatible for Editor in 99.94 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.686 seconds -Domain Reload Profiling: 4863ms - BeginReloadAssembly (345ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (114ms) - RebuildCommonClasses (64ms) - RebuildNativeTypeToScriptingClass (20ms) - initialDomainReloadingComplete (92ms) - LoadAllAssembliesAndSetupDomain (1653ms) - LoadAssemblies (1149ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (658ms) - TypeCache.Refresh (632ms) - TypeCache.ScanAssembly (591ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (11ms) ScanForSourceGeneratedMonoScriptInfo (6ms) - ResolveRequiredComponents (19ms) - FinalizeReload (2688ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1197ms) ReleaseScriptCaches (0ms) RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1197ms) + SetupLoadedEditorAssemblies (532ms) LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (12ms) - SetLoadedEditorAssemblies (8ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (163ms) - ProcessInitializeOnLoadAttributes (565ms) - ProcessInitializeOnLoadMethodAttributes (427ms) - AfterProcessingInitializeOnLoad (14ms) - EditorAssembliesLoaded (7ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (171ms) + AfterProcessingInitializeOnLoad (18ms) + EditorAssembliesLoaded (1ms) ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (35ms) + 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 59.22 ms, found 3 plugins. +Refreshing native plugins compatible for Editor in 33.57 ms, found 3 plugins. Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (206.2 KB). Loaded Objects now: 6199. -Memory consumption went from 195.3 MB to 195.1 MB. -Total: 55.583500 ms (FindLiveObjects: 1.435700 ms CreateObjectMapping: 3.745300 ms MarkObjects: 49.016100 ms DeleteObjects: 1.382600 ms) - -Prepare: number of updated asset objects reloaded= 0 -AssetImportParameters requested are different than current active one (requested -> active): - custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> - custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> - custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> - custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> - custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> - custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> - custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> - custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> - custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> - custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> -======================================================================== -Received Prepare -Begin MonoManager ReloadAssembly -- Loaded All Assemblies, in 2.164 seconds -Refreshing native plugins compatible for Editor in 39.06 ms, found 3 plugins. -Native extension for WindowsStandalone target not found -[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument -[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). -[Package Manager] Cannot connect to Unity Package Manager local server -AutoRegister -UnityEngine.StackTraceUtility:ExtractStackTrace () -UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) -UnityEngine.Logger:Log (UnityEngine.LogType,object) -UnityEngine.Debug:Log (object) -JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) -System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) -UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) - -(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) - -Mono: successfully reloaded assembly -- Finished resetting the current domain, in 2.355 seconds -Domain Reload Profiling: 4522ms - BeginReloadAssembly (368ms) - ExecutionOrderSort (0ms) - DisableScriptedObjects (6ms) - BackupInstance (0ms) - ReleaseScriptingObjects (0ms) - CreateAndSetChildDomain (166ms) - RebuildCommonClasses (82ms) - RebuildNativeTypeToScriptingClass (21ms) - initialDomainReloadingComplete (123ms) - LoadAllAssembliesAndSetupDomain (1562ms) - LoadAssemblies (1134ms) - RebuildTransferFunctionScriptingTraits (0ms) - AnalyzeDomain (547ms) - TypeCache.Refresh (532ms) - TypeCache.ScanAssembly (496ms) - ScanForSourceGeneratedMonoScriptInfo (5ms) - ResolveRequiredComponents (10ms) - FinalizeReload (2365ms) - ReleaseScriptCaches (0ms) - RebuildScriptCaches (0ms) - SetupLoadedEditorAssemblies (1195ms) - LogAssemblyErrors (0ms) - InitializePlatformSupportModulesInManaged (9ms) - SetLoadedEditorAssemblies (9ms) - RefreshPlugins (0ms) - BeforeProcessingInitializeOnLoad (159ms) - ProcessInitializeOnLoadAttributes (588ms) - ProcessInitializeOnLoadMethodAttributes (411ms) - AfterProcessingInitializeOnLoad (13ms) - EditorAssembliesLoaded (6ms) - ExecutionOrderSort2 (0ms) - AwakeInstancesAfterBackupRestoration (34ms) -Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.87 ms, found 3 plugins. -Preloading 0 native plugins for Editor in 0.00 ms. -Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) -Unloading 136 unused Assets / (205.1 KB). Loaded Objects now: 6214. -Memory consumption went from 195.4 MB to 195.2 MB. -Total: 33.066600 ms (FindLiveObjects: 0.823700 ms CreateObjectMapping: 0.497600 ms MarkObjects: 31.378400 ms DeleteObjects: 0.363500 ms) +Unloading 5640 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6420. +Memory consumption went from 249.9 MB to 249.7 MB. +Total: 13.048000 ms (FindLiveObjects: 0.307400 ms CreateObjectMapping: 0.191700 ms MarkObjects: 12.340800 ms DeleteObjects: 0.206700 ms) Prepare: number of updated asset objects reloaded= 0 AssetImportParameters requested are different than current active one (requested -> active): custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 -> custom:AudioImporter_EditorPlatform: d09bf68614088b80899f8185d706f6e7 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> diff --git a/JNFrame2/Logs/AssetImportWorker1.log b/JNFrame2/Logs/AssetImportWorker1.log index e69de29b..4435d676 100644 --- a/JNFrame2/Logs/AssetImportWorker1.log +++ b/JNFrame2/Logs/AssetImportWorker1.log @@ -0,0 +1,10125 @@ +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 +55834 +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 [27868] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 1179119769 [EditorId] 1179119769 [Version] 1048832 [Id] WindowsEditor(7,DESKTOP-5RP3AKU) [Debug] 1 [PackageName] WindowsEditor [ProjectName] Editor" joined multi-casting on [225.0.0.222:54997]... + +Player connection [27868] Host "[IP] 192.168.31.185 [Port] 0 [Flags] 2 [Guid] 1179119769 [EditorId] 1179119769 [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 446.51 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:56852 +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.060087 seconds. +- Loaded All Assemblies, in 1.659 seconds +Native extension for WindowsStandalone target not found +Native extension for Android target not found +Android Extension - Scanning For ADB Devices 911 ms +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.611 seconds +Domain Reload Profiling: 3224ms + BeginReloadAssembly (775ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (0ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (2ms) + RebuildCommonClasses (93ms) + RebuildNativeTypeToScriptingClass (26ms) + initialDomainReloadingComplete (278ms) + LoadAllAssembliesAndSetupDomain (438ms) + LoadAssemblies (747ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (426ms) + TypeCache.Refresh (423ms) + TypeCache.ScanAssembly (391ms) + ScanForSourceGeneratedMonoScriptInfo (1ms) + ResolveRequiredComponents (1ms) + FinalizeReload (1613ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1484ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (1202ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (3ms) + ProcessInitializeOnLoadAttributes (184ms) + ProcessInitializeOnLoadMethodAttributes (90ms) + AfterProcessingInitializeOnLoad (0ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (0ms) +======================================================================== +Worker process is ready to serve import requests +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 7.598 seconds +Refreshing native plugins compatible for Editor in 248.34 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Launched and connected shader compiler UnityShaderCompiler.exe after 0.23 seconds +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 4.735 seconds +Domain Reload Profiling: 12190ms + BeginReloadAssembly (2162ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (22ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (414ms) + RebuildNativeTypeToScriptingClass (90ms) + initialDomainReloadingComplete (710ms) + LoadAllAssembliesAndSetupDomain (4079ms) + LoadAssemblies (4705ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (1256ms) + TypeCache.Refresh (981ms) + TypeCache.ScanAssembly (845ms) + ScanForSourceGeneratedMonoScriptInfo (177ms) + ResolveRequiredComponents (89ms) + FinalizeReload (4736ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (4144ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (89ms) + SetLoadedEditorAssemblies (10ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (216ms) + ProcessInitializeOnLoadAttributes (2425ms) + ProcessInitializeOnLoadMethodAttributes (1321ms) + AfterProcessingInitializeOnLoad (82ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (37ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 216.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5660 Unused Serialized files (Serialized files now loaded: 0) +Unloading 181 unused Assets / (231.1 KB). Loaded Objects now: 6108. +Memory consumption went from 212.5 MB to 212.2 MB. +Total: 42.037600 ms (FindLiveObjects: 0.547600 ms CreateObjectMapping: 0.322200 ms MarkObjects: 40.490500 ms DeleteObjects: 0.674800 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 1.569 seconds +Refreshing native plugins compatible for Editor in 85.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.765 seconds +Domain Reload Profiling: 5303ms + BeginReloadAssembly (499ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (131ms) + RebuildCommonClasses (57ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (167ms) + LoadAllAssembliesAndSetupDomain (796ms) + LoadAssemblies (996ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (53ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (6ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (14ms) + FinalizeReload (3766ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1383ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (42ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (113ms) + ProcessInitializeOnLoadAttributes (586ms) + ProcessInitializeOnLoadMethodAttributes (533ms) + AfterProcessingInitializeOnLoad (103ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (54ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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 64.73 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6123. +Memory consumption went from 210.9 MB to 210.7 MB. +Total: 18.109700 ms (FindLiveObjects: 0.597600 ms CreateObjectMapping: 0.247200 ms MarkObjects: 17.014500 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 0.877 seconds +Refreshing native plugins compatible for Editor in 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.434 seconds +Domain Reload Profiling: 3295ms + BeginReloadAssembly (234ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (33ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (90ms) + LoadAllAssembliesAndSetupDomain (488ms) + LoadAssemblies (575ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2438ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1337ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (133ms) + ProcessInitializeOnLoadAttributes (525ms) + ProcessInitializeOnLoadMethodAttributes (563ms) + AfterProcessingInitializeOnLoad (72ms) + EditorAssembliesLoaded (9ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (42ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/Distance Field' not found +Refreshing native plugins compatible for Editor in 144.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6139. +Memory consumption went from 212.8 MB to 212.6 MB. +Total: 47.462800 ms (FindLiveObjects: 0.659400 ms CreateObjectMapping: 0.380900 ms MarkObjects: 46.108200 ms DeleteObjects: 0.312000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 66.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.592 seconds +Domain Reload Profiling: 3863ms + BeginReloadAssembly (347ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (72ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (735ms) + LoadAssemblies (887ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2596ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1138ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (58ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (126ms) + ProcessInitializeOnLoadAttributes (459ms) + ProcessInitializeOnLoadMethodAttributes (434ms) + AfterProcessingInitializeOnLoad (55ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (24ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6153. +Memory consumption went from 214.7 MB to 214.5 MB. +Total: 28.782200 ms (FindLiveObjects: 0.467100 ms CreateObjectMapping: 0.281800 ms MarkObjects: 27.652800 ms DeleteObjects: 0.378600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.974 seconds +Refreshing native plugins compatible for Editor in 47.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.835 seconds +Domain Reload Profiling: 2783ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (104ms) + LoadAllAssembliesAndSetupDomain (515ms) + LoadAssemblies (639ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1835ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (839ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (86ms) + ProcessInitializeOnLoadAttributes (357ms) + ProcessInitializeOnLoadMethodAttributes (320ms) + AfterProcessingInitializeOnLoad (36ms) + 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 54.53 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6169. +Memory consumption went from 216.7 MB to 216.5 MB. +Total: 16.965100 ms (FindLiveObjects: 0.381300 ms CreateObjectMapping: 0.211400 ms MarkObjects: 16.149800 ms DeleteObjects: 0.221200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 52.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.953 seconds +Domain Reload Profiling: 3005ms + BeginReloadAssembly (272ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (604ms) + LoadAssemblies (715ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1954ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (923ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (53ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (106ms) + ProcessInitializeOnLoadAttributes (403ms) + ProcessInitializeOnLoadMethodAttributes (322ms) + AfterProcessingInitializeOnLoad (33ms) + 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 53.19 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.2 KB). Loaded Objects now: 6184. +Memory consumption went from 218.6 MB to 218.4 MB. +Total: 17.601100 ms (FindLiveObjects: 0.363800 ms CreateObjectMapping: 0.197500 ms MarkObjects: 16.802400 ms DeleteObjects: 0.236000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 51.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.719 seconds +Domain Reload Profiling: 2796ms + BeginReloadAssembly (302ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (59ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (137ms) + LoadAllAssembliesAndSetupDomain (561ms) + LoadAssemblies (706ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1719ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (815ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (84ms) + ProcessInitializeOnLoadAttributes (358ms) + ProcessInitializeOnLoadMethodAttributes (307ms) + AfterProcessingInitializeOnLoad (30ms) + 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 95.77 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.3 KB). Loaded Objects now: 6199. +Memory consumption went from 220.6 MB to 220.4 MB. +Total: 25.981200 ms (FindLiveObjects: 0.465900 ms CreateObjectMapping: 0.273200 ms MarkObjects: 24.895500 ms DeleteObjects: 0.345000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.476 seconds +Refreshing native plugins compatible for Editor in 82.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.759 seconds +Domain Reload Profiling: 4197ms + BeginReloadAssembly (401ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (71ms) + RebuildCommonClasses (45ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (137ms) + LoadAllAssembliesAndSetupDomain (839ms) + LoadAssemblies (1031ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2761ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1279ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (48ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (149ms) + ProcessInitializeOnLoadAttributes (579ms) + ProcessInitializeOnLoadMethodAttributes (436ms) + AfterProcessingInitializeOnLoad (54ms) + EditorAssembliesLoaded (8ms) + 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 142.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6214. +Memory consumption went from 222.5 MB to 222.3 MB. +Total: 51.019600 ms (FindLiveObjects: 0.646500 ms CreateObjectMapping: 0.342400 ms MarkObjects: 49.612800 ms DeleteObjects: 0.415500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.365 seconds +Refreshing native plugins compatible for Editor in 58.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.236 seconds +Domain Reload Profiling: 3576ms + BeginReloadAssembly (479ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (10ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (91ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (117ms) + LoadAllAssembliesAndSetupDomain (694ms) + LoadAssemblies (923ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (13ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2237ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (934ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (403ms) + ProcessInitializeOnLoadMethodAttributes (350ms) + AfterProcessingInitializeOnLoad (46ms) + 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 69.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.4 KB). Loaded Objects now: 6229. +Memory consumption went from 224.4 MB to 224.2 MB. +Total: 20.028500 ms (FindLiveObjects: 0.437400 ms CreateObjectMapping: 0.244900 ms MarkObjects: 19.084200 ms DeleteObjects: 0.260700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 64.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.833 seconds +Domain Reload Profiling: 2907ms + BeginReloadAssembly (306ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (122ms) + LoadAllAssembliesAndSetupDomain (580ms) + LoadAssemblies (717ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1835ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (851ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (101ms) + ProcessInitializeOnLoadAttributes (378ms) + ProcessInitializeOnLoadMethodAttributes (298ms) + AfterProcessingInitializeOnLoad (38ms) + 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 51.93 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6244. +Memory consumption went from 226.4 MB to 226.2 MB. +Total: 17.349800 ms (FindLiveObjects: 0.356900 ms CreateObjectMapping: 0.222900 ms MarkObjects: 16.538100 ms DeleteObjects: 0.230900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.794 seconds +Refreshing native plugins compatible for Editor in 128.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.954 seconds +Domain Reload Profiling: 5701ms + BeginReloadAssembly (455ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (81ms) + RebuildCommonClasses (111ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (205ms) + LoadAllAssembliesAndSetupDomain (953ms) + LoadAssemblies (1150ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (69ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (7ms) + ScanForSourceGeneratedMonoScriptInfo (18ms) + ResolveRequiredComponents (20ms) + FinalizeReload (3955ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1640ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (70ms) + SetLoadedEditorAssemblies (8ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (197ms) + ProcessInitializeOnLoadAttributes (750ms) + ProcessInitializeOnLoadMethodAttributes (537ms) + AfterProcessingInitializeOnLoad (74ms) + EditorAssembliesLoaded (4ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (20ms) +Script is not up to date after domain reload: guid(6ad7eb0cc9c84346b06e5c32cda46266) path("Assets/Scripts/GASSamples/Scripts/Game/View/Entity/VDBox.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 112.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.4 KB). Loaded Objects now: 6258. +Memory consumption went from 228.2 MB to 228.0 MB. +Total: 38.812500 ms (FindLiveObjects: 0.548100 ms CreateObjectMapping: 0.268900 ms MarkObjects: 37.649900 ms DeleteObjects: 0.343800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.776 seconds +Refreshing native plugins compatible for Editor in 183.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 3.986 seconds +Domain Reload Profiling: 5731ms + BeginReloadAssembly (460ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (83ms) + RebuildCommonClasses (49ms) + RebuildNativeTypeToScriptingClass (17ms) + initialDomainReloadingComplete (149ms) + LoadAllAssembliesAndSetupDomain (1069ms) + LoadAssemblies (1248ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (92ms) + TypeCache.Refresh (51ms) + TypeCache.ScanAssembly (30ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (24ms) + FinalizeReload (3987ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1532ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (82ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (173ms) + ProcessInitializeOnLoadAttributes (636ms) + ProcessInitializeOnLoadMethodAttributes (550ms) + AfterProcessingInitializeOnLoad (81ms) + EditorAssembliesLoaded (4ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (52ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DViewEffectSystem.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 56.91 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6273. +Memory consumption went from 230.2 MB to 230.0 MB. +Total: 18.293500 ms (FindLiveObjects: 0.392400 ms CreateObjectMapping: 0.240200 ms MarkObjects: 17.403800 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 1.183 seconds +Refreshing native plugins compatible for Editor in 54.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.116 seconds +Domain Reload Profiling: 3278ms + BeginReloadAssembly (287ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (56ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (682ms) + LoadAssemblies (823ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (2117ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1049ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (103ms) + ProcessInitializeOnLoadAttributes (480ms) + ProcessInitializeOnLoadMethodAttributes (372ms) + AfterProcessingInitializeOnLoad (51ms) + 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 52.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6289. +Memory consumption went from 232.2 MB to 232.0 MB. +Total: 18.123800 ms (FindLiveObjects: 0.401600 ms CreateObjectMapping: 0.292800 ms MarkObjects: 17.192800 ms DeleteObjects: 0.235300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.073 seconds +Refreshing native plugins compatible for Editor in 53.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.871 seconds +Domain Reload Profiling: 2961ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (112ms) + LoadAllAssembliesAndSetupDomain (617ms) + LoadAssemblies (726ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1914ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (869ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (98ms) + ProcessInitializeOnLoadAttributes (382ms) + ProcessInitializeOnLoadMethodAttributes (309ms) + AfterProcessingInitializeOnLoad (39ms) + 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 58.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6304. +Memory consumption went from 234.1 MB to 233.9 MB. +Total: 19.294300 ms (FindLiveObjects: 0.406700 ms CreateObjectMapping: 0.235100 ms MarkObjects: 18.404800 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.040 seconds +Refreshing native plugins compatible for Editor in 51.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.855 seconds +Domain Reload Profiling: 2915ms + BeginReloadAssembly (288ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (110ms) + LoadAllAssembliesAndSetupDomain (560ms) + LoadAssemblies (691ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (36ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1899ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (864ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (372ms) + ProcessInitializeOnLoadMethodAttributes (329ms) + AfterProcessingInitializeOnLoad (37ms) + 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 51.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6319. +Memory consumption went from 236.0 MB to 235.8 MB. +Total: 19.839000 ms (FindLiveObjects: 0.416900 ms CreateObjectMapping: 0.312100 ms MarkObjects: 18.858800 ms DeleteObjects: 0.249800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.067 seconds +Refreshing native plugins compatible for Editor in 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.988 seconds +Domain Reload Profiling: 3031ms + BeginReloadAssembly (307ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (559ms) + LoadAssemblies (703ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (44ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1989ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (865ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (33ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (384ms) + ProcessInitializeOnLoadMethodAttributes (316ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (1ms) + 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 62.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6334. +Memory consumption went from 237.9 MB to 237.7 MB. +Total: 17.944800 ms (FindLiveObjects: 0.359400 ms CreateObjectMapping: 0.204000 ms MarkObjects: 17.145700 ms DeleteObjects: 0.234700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.084 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.844 seconds +Domain Reload Profiling: 2903ms + BeginReloadAssembly (293ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (120ms) + LoadAllAssembliesAndSetupDomain (579ms) + LoadAssemblies (695ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (56ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1847ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (813ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (93ms) + ProcessInitializeOnLoadAttributes (362ms) + ProcessInitializeOnLoadMethodAttributes (283ms) + AfterProcessingInitializeOnLoad (34ms) + 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 56.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6349. +Memory consumption went from 239.9 MB to 239.7 MB. +Total: 18.331900 ms (FindLiveObjects: 0.367600 ms CreateObjectMapping: 0.217700 ms MarkObjects: 17.474800 ms DeleteObjects: 0.270300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.114 seconds +Refreshing native plugins compatible for Editor in 70.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.255 seconds +Domain Reload Profiling: 3338ms + BeginReloadAssembly (287ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (600ms) + LoadAssemblies (715ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (12ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2256ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1031ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (53ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (126ms) + ProcessInitializeOnLoadAttributes (469ms) + ProcessInitializeOnLoadMethodAttributes (326ms) + AfterProcessingInitializeOnLoad (51ms) + EditorAssembliesLoaded (2ms) + 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 54.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6364. +Memory consumption went from 241.9 MB to 241.7 MB. +Total: 18.215300 ms (FindLiveObjects: 0.408100 ms CreateObjectMapping: 0.203000 ms MarkObjects: 17.340200 ms DeleteObjects: 0.262700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.974 seconds +Refreshing native plugins compatible for Editor in 65.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.937 seconds +Domain Reload Profiling: 2892ms + BeginReloadAssembly (273ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (92ms) + LoadAllAssembliesAndSetupDomain (540ms) + LoadAssemblies (629ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (62ms) + TypeCache.Refresh (34ms) + TypeCache.ScanAssembly (18ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (15ms) + FinalizeReload (1938ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (809ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (35ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (360ms) + ProcessInitializeOnLoadMethodAttributes (277ms) + AfterProcessingInitializeOnLoad (35ms) + 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 56.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 135 unused Assets / (203.1 KB). Loaded Objects now: 6378. +Memory consumption went from 243.8 MB to 243.6 MB. +Total: 17.573000 ms (FindLiveObjects: 0.425200 ms CreateObjectMapping: 0.195800 ms MarkObjects: 16.714000 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.041 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.029 seconds +Domain Reload Profiling: 3044ms + BeginReloadAssembly (274ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (47ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (126ms) + LoadAllAssembliesAndSetupDomain (552ms) + LoadAssemblies (690ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2030ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (989ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (42ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (113ms) + ProcessInitializeOnLoadAttributes (469ms) + ProcessInitializeOnLoadMethodAttributes (324ms) + AfterProcessingInitializeOnLoad (37ms) + 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 77.99 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6393. +Memory consumption went from 245.7 MB to 245.5 MB. +Total: 25.274500 ms (FindLiveObjects: 0.487600 ms CreateObjectMapping: 0.272000 ms MarkObjects: 24.218800 ms DeleteObjects: 0.293900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.453 seconds +Refreshing native plugins compatible for Editor in 93.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.741 seconds +Domain Reload Profiling: 4149ms + BeginReloadAssembly (337ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (59ms) + RebuildNativeTypeToScriptingClass (18ms) + initialDomainReloadingComplete (171ms) + LoadAllAssembliesAndSetupDomain (821ms) + LoadAssemblies (941ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (80ms) + TypeCache.Refresh (46ms) + TypeCache.ScanAssembly (25ms) + ScanForSourceGeneratedMonoScriptInfo (15ms) + ResolveRequiredComponents (17ms) + FinalizeReload (2743ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1195ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (57ms) + SetLoadedEditorAssemblies (6ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (146ms) + ProcessInitializeOnLoadAttributes (559ms) + ProcessInitializeOnLoadMethodAttributes (367ms) + AfterProcessingInitializeOnLoad (61ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (44ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.01 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.3 KB). Loaded Objects now: 6408. +Memory consumption went from 247.6 MB to 247.4 MB. +Total: 19.996800 ms (FindLiveObjects: 0.406100 ms CreateObjectMapping: 0.239400 ms MarkObjects: 19.099000 ms DeleteObjects: 0.251000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.348 seconds +Refreshing native plugins compatible for Editor in 81.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.664 seconds +Domain Reload Profiling: 3989ms + BeginReloadAssembly (384ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (16ms) + initialDomainReloadingComplete (145ms) + LoadAllAssembliesAndSetupDomain (735ms) + LoadAssemblies (900ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (84ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (16ms) + ResolveRequiredComponents (48ms) + FinalizeReload (2669ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1181ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (48ms) + SetLoadedEditorAssemblies (5ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (149ms) + ProcessInitializeOnLoadAttributes (566ms) + ProcessInitializeOnLoadMethodAttributes (358ms) + AfterProcessingInitializeOnLoad (52ms) + EditorAssembliesLoaded (3ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (45ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.98 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6423. +Memory consumption went from 249.6 MB to 249.4 MB. +Total: 29.554800 ms (FindLiveObjects: 0.436900 ms CreateObjectMapping: 0.199200 ms MarkObjects: 28.667000 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.040 seconds +Refreshing native plugins compatible for Editor in 32.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.035 seconds +Domain Reload Profiling: 3051ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (116ms) + LoadAllAssembliesAndSetupDomain (593ms) + LoadAssemblies (710ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (34ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2036ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (563ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (203ms) + 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 33.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6438. +Memory consumption went from 251.5 MB to 251.3 MB. +Total: 12.416200 ms (FindLiveObjects: 0.312000 ms CreateObjectMapping: 0.176000 ms MarkObjects: 11.707300 ms DeleteObjects: 0.219900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 35.64 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.182 seconds +Domain Reload Profiling: 2378ms + BeginReloadAssembly (277ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (114ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (187ms) + LoadAllAssembliesAndSetupDomain (604ms) + LoadAssemblies (720ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (45ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (17ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1183ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (517ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (57ms) + ProcessInitializeOnLoadAttributes (246ms) + ProcessInitializeOnLoadMethodAttributes (169ms) + 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 33.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6453. +Memory consumption went from 253.5 MB to 253.3 MB. +Total: 12.495700 ms (FindLiveObjects: 0.312500 ms CreateObjectMapping: 0.179700 ms MarkObjects: 11.643800 ms DeleteObjects: 0.358400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 62.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.156 seconds +Domain Reload Profiling: 3122ms + BeginReloadAssembly (257ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (56ms) + LoadAllAssembliesAndSetupDomain (621ms) + LoadAssemblies (722ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2156ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (859ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (388ms) + ProcessInitializeOnLoadMethodAttributes (292ms) + AfterProcessingInitializeOnLoad (36ms) + EditorAssembliesLoaded (3ms) + 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 73.37 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6468. +Memory consumption went from 255.4 MB to 255.2 MB. +Total: 20.385800 ms (FindLiveObjects: 0.554100 ms CreateObjectMapping: 0.229700 ms MarkObjects: 19.368200 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 Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.134 seconds +Refreshing native plugins compatible for Editor in 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.156 seconds +Domain Reload Profiling: 3273ms + BeginReloadAssembly (305ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (630ms) + LoadAssemblies (778ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2161ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (919ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (137ms) + ProcessInitializeOnLoadAttributes (389ms) + ProcessInitializeOnLoadMethodAttributes (315ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (1ms) + 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 84.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6483. +Memory consumption went from 257.3 MB to 257.1 MB. +Total: 23.883200 ms (FindLiveObjects: 0.466900 ms CreateObjectMapping: 0.268400 ms MarkObjects: 22.816900 ms DeleteObjects: 0.329400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.059 seconds +Refreshing native plugins compatible for Editor in 124.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.142 seconds +Domain Reload Profiling: 3180ms + BeginReloadAssembly (286ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (58ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (579ms) + LoadAssemblies (696ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2143ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (960ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (395ms) + ProcessInitializeOnLoadMethodAttributes (394ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (0ms) + 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 61.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6498. +Memory consumption went from 259.3 MB to 259.1 MB. +Total: 27.389600 ms (FindLiveObjects: 0.493400 ms CreateObjectMapping: 0.174700 ms MarkObjects: 26.484600 ms DeleteObjects: 0.235800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.020 seconds +Refreshing native plugins compatible for Editor in 69.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.173 seconds +Domain Reload Profiling: 3166ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (569ms) + LoadAssemblies (670ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (14ms) + FinalizeReload (2174ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (871ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (98ms) + ProcessInitializeOnLoadAttributes (381ms) + ProcessInitializeOnLoadMethodAttributes (311ms) + AfterProcessingInitializeOnLoad (38ms) + EditorAssembliesLoaded (1ms) + 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 64.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6513. +Memory consumption went from 261.2 MB to 261.0 MB. +Total: 22.314200 ms (FindLiveObjects: 0.539600 ms CreateObjectMapping: 0.198800 ms MarkObjects: 21.340800 ms DeleteObjects: 0.233900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.297 seconds +Refreshing native plugins compatible for Editor in 66.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.120 seconds +Domain Reload Profiling: 3389ms + BeginReloadAssembly (386ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (711ms) + LoadAssemblies (937ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (47ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2120ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (930ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (92ms) + ProcessInitializeOnLoadAttributes (405ms) + ProcessInitializeOnLoadMethodAttributes (344ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (4ms) + 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 61.03 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6528. +Memory consumption went from 263.1 MB to 262.9 MB. +Total: 26.793700 ms (FindLiveObjects: 0.472300 ms CreateObjectMapping: 0.170700 ms MarkObjects: 25.930200 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 Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 1.156 seconds +Refreshing native plugins compatible for Editor in 122.47 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.038 seconds +Domain Reload Profiling: 3162ms + BeginReloadAssembly (275ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (110ms) + LoadAllAssembliesAndSetupDomain (708ms) + LoadAssemblies (827ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2039ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (859ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (112ms) + ProcessInitializeOnLoadAttributes (390ms) + ProcessInitializeOnLoadMethodAttributes (278ms) + AfterProcessingInitializeOnLoad (37ms) + 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 68.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6543. +Memory consumption went from 265.1 MB to 264.9 MB. +Total: 20.272500 ms (FindLiveObjects: 0.480800 ms CreateObjectMapping: 0.179400 ms MarkObjects: 19.347000 ms DeleteObjects: 0.263000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.095 seconds +Refreshing native plugins compatible for Editor in 57.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.140 seconds +Domain Reload Profiling: 3204ms + BeginReloadAssembly (302ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (88ms) + LoadAllAssembliesAndSetupDomain (629ms) + LoadAssemblies (772ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2140ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (887ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (395ms) + ProcessInitializeOnLoadMethodAttributes (309ms) + AfterProcessingInitializeOnLoad (45ms) + 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 66.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6558. +Memory consumption went from 266.9 MB to 266.7 MB. +Total: 20.824600 ms (FindLiveObjects: 0.513000 ms CreateObjectMapping: 0.168300 ms MarkObjects: 19.925000 ms DeleteObjects: 0.217000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.134 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.290 seconds +Domain Reload Profiling: 2382ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (143ms) + LoadAllAssembliesAndSetupDomain (628ms) + LoadAssemblies (731ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1290ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (554ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + AfterProcessingInitializeOnLoad (19ms) + 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.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6574. +Memory consumption went from 269.0 MB to 268.8 MB. +Total: 13.484300 ms (FindLiveObjects: 0.362000 ms CreateObjectMapping: 0.211400 ms MarkObjects: 12.641400 ms DeleteObjects: 0.268300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.239 seconds +Domain Reload Profiling: 1900ms + BeginReloadAssembly (165ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (447ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (23ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1240ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (542ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + 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.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6589. +Memory consumption went from 270.9 MB to 270.7 MB. +Total: 13.708700 ms (FindLiveObjects: 0.379000 ms CreateObjectMapping: 0.223000 ms MarkObjects: 12.810900 ms DeleteObjects: 0.294000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.664 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.209 seconds +Domain Reload Profiling: 1858ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (374ms) + LoadAssemblies (433ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (32ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (9ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1209ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (539ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (252ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + 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 37.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6604. +Memory consumption went from 272.8 MB to 272.6 MB. +Total: 12.549900 ms (FindLiveObjects: 0.339900 ms CreateObjectMapping: 0.221700 ms MarkObjects: 11.756800 ms DeleteObjects: 0.230500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.061 seconds +Refreshing native plugins compatible for Editor in 71.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.225 seconds +Domain Reload Profiling: 3255ms + BeginReloadAssembly (263ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (116ms) + LoadAllAssembliesAndSetupDomain (601ms) + LoadAssemblies (698ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (31ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2226ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (951ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (396ms) + ProcessInitializeOnLoadMethodAttributes (375ms) + AfterProcessingInitializeOnLoad (41ms) + EditorAssembliesLoaded (0ms) + 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 49.92 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6619. +Memory consumption went from 274.8 MB to 274.6 MB. +Total: 20.648400 ms (FindLiveObjects: 0.482400 ms CreateObjectMapping: 0.189400 ms MarkObjects: 19.731000 ms DeleteObjects: 0.244300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.035 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.083 seconds +Domain Reload Profiling: 3073ms + BeginReloadAssembly (231ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (130ms) + LoadAllAssembliesAndSetupDomain (569ms) + LoadAssemblies (635ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (48ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2096ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (901ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (92ms) + ProcessInitializeOnLoadAttributes (401ms) + ProcessInitializeOnLoadMethodAttributes (332ms) + AfterProcessingInitializeOnLoad (37ms) + 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.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6634. +Memory consumption went from 276.6 MB to 276.4 MB. +Total: 32.391500 ms (FindLiveObjects: 0.473100 ms CreateObjectMapping: 0.175600 ms MarkObjects: 31.507100 ms DeleteObjects: 0.234100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 68.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.159 seconds +Domain Reload Profiling: 3149ms + BeginReloadAssembly (267ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (23ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (70ms) + LoadAllAssembliesAndSetupDomain (623ms) + LoadAssemblies (729ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (50ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2160ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (918ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (42ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (105ms) + ProcessInitializeOnLoadAttributes (386ms) + ProcessInitializeOnLoadMethodAttributes (334ms) + AfterProcessingInitializeOnLoad (42ms) + EditorAssembliesLoaded (7ms) + 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 66.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6649. +Memory consumption went from 278.6 MB to 278.4 MB. +Total: 23.834600 ms (FindLiveObjects: 0.455200 ms CreateObjectMapping: 0.180500 ms MarkObjects: 22.960600 ms DeleteObjects: 0.236900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.183 seconds +Domain Reload Profiling: 3210ms + BeginReloadAssembly (264ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (104ms) + LoadAllAssembliesAndSetupDomain (610ms) + LoadAssemblies (713ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2183ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (918ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (407ms) + ProcessInitializeOnLoadMethodAttributes (341ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (2ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (49ms) +Script is not up to date after domain reload: guid(1116c94f10954a2084f93bc6e8a61ece) path("Assets/HotScripts/JNGame/Runtime/Sync/System/Logic/JNEventSystem.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.14 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5643 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6663. +Memory consumption went from 280.6 MB to 280.4 MB. +Total: 23.952100 ms (FindLiveObjects: 0.491400 ms CreateObjectMapping: 0.172500 ms MarkObjects: 22.995600 ms DeleteObjects: 0.291300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.220 seconds +Refreshing native plugins compatible for Editor in 63.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.226 seconds +Domain Reload Profiling: 2398ms + BeginReloadAssembly (324ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (672ms) + LoadAssemblies (839ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (27ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1227ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (595ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (277ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (21ms) + 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 43.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6679. +Memory consumption went from 282.5 MB to 282.3 MB. +Total: 14.421500 ms (FindLiveObjects: 0.395900 ms CreateObjectMapping: 0.217100 ms MarkObjects: 13.560300 ms DeleteObjects: 0.246800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.710 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.316 seconds +Domain Reload Profiling: 2011ms + BeginReloadAssembly (183ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (409ms) + LoadAssemblies (464ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1316ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (194ms) + 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 35.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6694. +Memory consumption went from 284.4 MB to 284.2 MB. +Total: 13.333900 ms (FindLiveObjects: 0.397400 ms CreateObjectMapping: 0.174400 ms MarkObjects: 12.494000 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 1.194 seconds +Refreshing native plugins compatible for Editor in 67.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.057 seconds +Domain Reload Profiling: 3267ms + BeginReloadAssembly (351ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (637ms) + LoadAssemblies (816ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2107ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (855ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (90ms) + ProcessInitializeOnLoadAttributes (385ms) + ProcessInitializeOnLoadMethodAttributes (292ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (3ms) + 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 83.15 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6709. +Memory consumption went from 286.3 MB to 286.1 MB. +Total: 32.400500 ms (FindLiveObjects: 0.471000 ms CreateObjectMapping: 0.182900 ms MarkObjects: 31.522100 ms DeleteObjects: 0.223200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.174 seconds +Refreshing native plugins compatible for Editor in 76.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.143 seconds +Domain Reload Profiling: 3294ms + BeginReloadAssembly (298ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (74ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (183ms) + LoadAllAssembliesAndSetupDomain (581ms) + LoadAssemblies (712ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (49ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (14ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2144ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (933ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (98ms) + ProcessInitializeOnLoadAttributes (379ms) + ProcessInitializeOnLoadMethodAttributes (371ms) + AfterProcessingInitializeOnLoad (44ms) + EditorAssembliesLoaded (0ms) + 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 98.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6724. +Memory consumption went from 288.3 MB to 288.1 MB. +Total: 47.414500 ms (FindLiveObjects: 0.473100 ms CreateObjectMapping: 0.172700 ms MarkObjects: 46.536900 ms DeleteObjects: 0.230800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.126 seconds +Refreshing native plugins compatible for Editor in 65.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.044 seconds +Domain Reload Profiling: 3115ms + BeginReloadAssembly (258ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (123ms) + LoadAllAssembliesAndSetupDomain (640ms) + LoadAssemblies (738ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (51ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (16ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2047ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (815ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (377ms) + ProcessInitializeOnLoadMethodAttributes (251ms) + AfterProcessingInitializeOnLoad (52ms) + EditorAssembliesLoaded (2ms) + 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 63.87 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6739. +Memory consumption went from 290.2 MB to 290.0 MB. +Total: 18.718100 ms (FindLiveObjects: 0.483200 ms CreateObjectMapping: 0.170700 ms MarkObjects: 17.820900 ms DeleteObjects: 0.241800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.953 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.159 seconds +Domain Reload Profiling: 2075ms + BeginReloadAssembly (297ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (67ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (438ms) + LoadAssemblies (563ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1159ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (521ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (242ms) + ProcessInitializeOnLoadMethodAttributes (169ms) + 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 35.56 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6754. +Memory consumption went from 292.2 MB to 292.0 MB. +Total: 12.605800 ms (FindLiveObjects: 0.332500 ms CreateObjectMapping: 0.188300 ms MarkObjects: 11.881200 ms DeleteObjects: 0.202800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.207 seconds +Domain Reload Profiling: 1875ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (393ms) + LoadAssemblies (446ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1208ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (535ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (21ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (59ms) + ProcessInitializeOnLoadAttributes (249ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + AfterProcessingInitializeOnLoad (24ms) + 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 38.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6769. +Memory consumption went from 294.1 MB to 293.9 MB. +Total: 12.865800 ms (FindLiveObjects: 0.351600 ms CreateObjectMapping: 0.193800 ms MarkObjects: 11.996000 ms DeleteObjects: 0.323400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.198 seconds +Refreshing native plugins compatible for Editor in 75.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.364 seconds +Domain Reload Profiling: 3537ms + BeginReloadAssembly (283ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (50ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (139ms) + LoadAllAssembliesAndSetupDomain (702ms) + LoadAssemblies (798ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (68ms) + TypeCache.Refresh (44ms) + TypeCache.ScanAssembly (29ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2365ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (957ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (410ms) + ProcessInitializeOnLoadMethodAttributes (357ms) + AfterProcessingInitializeOnLoad (48ms) + EditorAssembliesLoaded (2ms) + 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 71.61 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6784. +Memory consumption went from 296.0 MB to 295.8 MB. +Total: 28.614000 ms (FindLiveObjects: 0.519100 ms CreateObjectMapping: 0.180300 ms MarkObjects: 27.633500 ms DeleteObjects: 0.279200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.208 seconds +Refreshing native plugins compatible for Editor in 65.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.165 seconds +Domain Reload Profiling: 3329ms + BeginReloadAssembly (351ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (122ms) + LoadAllAssembliesAndSetupDomain (642ms) + LoadAssemblies (837ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (26ms) + TypeCache.ScanAssembly (13ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2165ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (975ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (91ms) + ProcessInitializeOnLoadAttributes (394ms) + ProcessInitializeOnLoadMethodAttributes (404ms) + AfterProcessingInitializeOnLoad (36ms) + EditorAssembliesLoaded (10ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (70ms) +Shader 'FairyGUI/TextMeshPro/Distance Field': fallback shader 'TextMeshPro/Mobile/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.65 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6799. +Memory consumption went from 298.0 MB to 297.8 MB. +Total: 26.769700 ms (FindLiveObjects: 0.479200 ms CreateObjectMapping: 0.180600 ms MarkObjects: 25.891600 ms DeleteObjects: 0.217000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 101.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 12.187 seconds +Domain Reload Profiling: 13331ms + BeginReloadAssembly (270ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (34ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (103ms) + LoadAllAssembliesAndSetupDomain (726ms) + LoadAssemblies (825ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (52ms) + TypeCache.Refresh (28ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (12188ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1045ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (112ms) + ProcessInitializeOnLoadAttributes (386ms) + ProcessInitializeOnLoadMethodAttributes (485ms) + AfterProcessingInitializeOnLoad (36ms) + 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 36.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 6814. +Memory consumption went from 299.9 MB to 299.7 MB. +Total: 23.025500 ms (FindLiveObjects: 0.493000 ms CreateObjectMapping: 0.163900 ms MarkObjects: 22.138300 ms DeleteObjects: 0.228900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 80.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.310 seconds +Domain Reload Profiling: 3308ms + BeginReloadAssembly (260ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (109ms) + LoadAllAssembliesAndSetupDomain (580ms) + LoadAssemblies (686ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2311ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1008ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (41ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (167ms) + ProcessInitializeOnLoadAttributes (412ms) + ProcessInitializeOnLoadMethodAttributes (343ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (1ms) + 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 70.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.5 KB). Loaded Objects now: 6829. +Memory consumption went from 301.8 MB to 301.6 MB. +Total: 13.456600 ms (FindLiveObjects: 0.549400 ms CreateObjectMapping: 0.210100 ms MarkObjects: 12.454900 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 1.010 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.214 seconds +Domain Reload Profiling: 2191ms + BeginReloadAssembly (327ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (52ms) + RebuildCommonClasses (48ms) + RebuildNativeTypeToScriptingClass (29ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (457ms) + LoadAssemblies (643ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1217ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (560ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (256ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + 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.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6845. +Memory consumption went from 303.8 MB to 303.6 MB. +Total: 14.215700 ms (FindLiveObjects: 0.426700 ms CreateObjectMapping: 0.213700 ms MarkObjects: 13.298000 ms DeleteObjects: 0.275600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.768 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.022 seconds +Domain Reload Profiling: 2777ms + BeginReloadAssembly (195ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (47ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (454ms) + LoadAssemblies (511ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (24ms) + TypeCache.ScanAssembly (12ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2023ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (538ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (253ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + 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 35.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.5 KB). Loaded Objects now: 6860. +Memory consumption went from 305.7 MB to 305.5 MB. +Total: 13.969300 ms (FindLiveObjects: 0.389800 ms CreateObjectMapping: 0.405700 ms MarkObjects: 12.953200 ms DeleteObjects: 0.219200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.676 seconds +Refreshing native plugins compatible for Editor in 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.197 seconds +Domain Reload Profiling: 1858ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (392ms) + LoadAssemblies (450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1197ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (530ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (60ms) + ProcessInitializeOnLoadAttributes (243ms) + ProcessInitializeOnLoadMethodAttributes (182ms) + 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 35.14 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.6 KB). Loaded Objects now: 6875. +Memory consumption went from 307.7 MB to 307.5 MB. +Total: 13.765900 ms (FindLiveObjects: 0.376700 ms CreateObjectMapping: 0.174700 ms MarkObjects: 12.965900 ms DeleteObjects: 0.247300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.127 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.279 seconds +Domain Reload Profiling: 2380ms + BeginReloadAssembly (296ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (38ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (624ms) + LoadAssemblies (775ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1280ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (593ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (276ms) + ProcessInitializeOnLoadMethodAttributes (193ms) + 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 34.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6890. +Memory consumption went from 309.6 MB to 309.4 MB. +Total: 13.966400 ms (FindLiveObjects: 0.363800 ms CreateObjectMapping: 0.241000 ms MarkObjects: 13.102700 ms DeleteObjects: 0.257800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 33.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.211 seconds +Domain Reload Profiling: 1988ms + BeginReloadAssembly (286ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (9ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (106ms) + LoadAllAssembliesAndSetupDomain (338ms) + LoadAssemblies (464ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1211ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (544ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (257ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + 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 33.46 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 6905. +Memory consumption went from 311.5 MB to 311.3 MB. +Total: 12.980500 ms (FindLiveObjects: 0.353200 ms CreateObjectMapping: 0.261900 ms MarkObjects: 12.083900 ms DeleteObjects: 0.280600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.100 seconds +Refreshing native plugins compatible for Editor in 57.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.146 seconds +Domain Reload Profiling: 2221ms + BeginReloadAssembly (322ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (115ms) + LoadAllAssembliesAndSetupDomain (589ms) + LoadAssemblies (748ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1146ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (525ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (255ms) + ProcessInitializeOnLoadMethodAttributes (162ms) + 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 38.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6920. +Memory consumption went from 313.4 MB to 313.2 MB. +Total: 13.394600 ms (FindLiveObjects: 0.398200 ms CreateObjectMapping: 0.246400 ms MarkObjects: 12.497300 ms DeleteObjects: 0.251600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.282 seconds +Domain Reload Profiling: 1922ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (433ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1282ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (582ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (264ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (26ms) + 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 37.96 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 6935. +Memory consumption went from 315.3 MB to 315.1 MB. +Total: 15.513800 ms (FindLiveObjects: 0.381000 ms CreateObjectMapping: 0.203100 ms MarkObjects: 14.664600 ms DeleteObjects: 0.264000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.175 seconds +Domain Reload Profiling: 3318ms + BeginReloadAssembly (280ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (36ms) + RebuildNativeTypeToScriptingClass (26ms) + initialDomainReloadingComplete (121ms) + LoadAllAssembliesAndSetupDomain (680ms) + LoadAssemblies (785ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (63ms) + TypeCache.Refresh (39ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2175ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (969ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (102ms) + ProcessInitializeOnLoadAttributes (398ms) + ProcessInitializeOnLoadMethodAttributes (392ms) + AfterProcessingInitializeOnLoad (34ms) + 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 61.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 6950. +Memory consumption went from 317.3 MB to 317.1 MB. +Total: 13.825900 ms (FindLiveObjects: 0.491000 ms CreateObjectMapping: 0.265800 ms MarkObjects: 12.880300 ms DeleteObjects: 0.187400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.146 seconds +Refreshing native plugins compatible for Editor in 60.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.162 seconds +Domain Reload Profiling: 3271ms + BeginReloadAssembly (285ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (124ms) + LoadAllAssembliesAndSetupDomain (653ms) + LoadAssemblies (783ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (13ms) + FinalizeReload (2163ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1073ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (38ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (100ms) + ProcessInitializeOnLoadAttributes (400ms) + ProcessInitializeOnLoadMethodAttributes (500ms) + AfterProcessingInitializeOnLoad (32ms) + 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 66.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 6965. +Memory consumption went from 319.2 MB to 319.0 MB. +Total: 17.231100 ms (FindLiveObjects: 0.564900 ms CreateObjectMapping: 0.199700 ms MarkObjects: 16.228900 ms DeleteObjects: 0.236000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.178 seconds +Refreshing native plugins compatible for Editor in 66.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.141 seconds +Domain Reload Profiling: 3277ms + BeginReloadAssembly (295ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (66ms) + RebuildCommonClasses (75ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (105ms) + LoadAllAssembliesAndSetupDomain (647ms) + LoadAssemblies (770ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (46ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2142ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (911ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (97ms) + ProcessInitializeOnLoadAttributes (412ms) + ProcessInitializeOnLoadMethodAttributes (323ms) + AfterProcessingInitializeOnLoad (37ms) + 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 71.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 6980. +Memory consumption went from 321.2 MB to 321.0 MB. +Total: 20.926800 ms (FindLiveObjects: 0.646400 ms CreateObjectMapping: 0.183000 ms MarkObjects: 19.863100 ms DeleteObjects: 0.233000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.034 seconds +Refreshing native plugins compatible for Editor in 64.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.367 seconds +Domain Reload Profiling: 3376ms + BeginReloadAssembly (215ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (49ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (111ms) + LoadAllAssembliesAndSetupDomain (633ms) + LoadAssemblies (709ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2367ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1027ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (39ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (129ms) + ProcessInitializeOnLoadAttributes (463ms) + ProcessInitializeOnLoadMethodAttributes (352ms) + AfterProcessingInitializeOnLoad (39ms) + EditorAssembliesLoaded (0ms) + 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 88.41 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 6995. +Memory consumption went from 323.1 MB to 322.9 MB. +Total: 35.468500 ms (FindLiveObjects: 0.487500 ms CreateObjectMapping: 0.303900 ms MarkObjects: 34.436600 ms DeleteObjects: 0.239200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.683 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.240 seconds +Domain Reload Profiling: 1908ms + BeginReloadAssembly (192ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (375ms) + LoadAssemblies (437ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1240ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (569ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + AfterProcessingInitializeOnLoad (26ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (11ms) +Script is not up to date after domain reload: guid(5a977f079c3944e698f134d56eb2d844) path("Assets/Scripts/GASSamples/Scripts/Game/View/DGeCueSystem.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.10 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7009. +Memory consumption went from 325.0 MB to 324.8 MB. +Total: 16.227900 ms (FindLiveObjects: 0.550100 ms CreateObjectMapping: 0.508000 ms MarkObjects: 14.916100 ms DeleteObjects: 0.251900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.666 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.200 seconds +Domain Reload Profiling: 1854ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (381ms) + LoadAssemblies (444ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1201ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (550ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (61ms) + ProcessInitializeOnLoadAttributes (251ms) + ProcessInitializeOnLoadMethodAttributes (190ms) + AfterProcessingInitializeOnLoad (22ms) + 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.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7025. +Memory consumption went from 327.0 MB to 326.8 MB. +Total: 13.389800 ms (FindLiveObjects: 0.697700 ms CreateObjectMapping: 0.210800 ms MarkObjects: 12.264000 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.623 seconds +Refreshing native plugins compatible for Editor in 34.99 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.424 seconds +Domain Reload Profiling: 2035ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (347ms) + LoadAssemblies (422ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1425ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (659ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (222ms) + AfterProcessingInitializeOnLoad (23ms) + 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.28 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7040. +Memory consumption went from 328.9 MB to 328.7 MB. +Total: 15.599600 ms (FindLiveObjects: 0.460500 ms CreateObjectMapping: 0.201400 ms MarkObjects: 14.659300 ms DeleteObjects: 0.277000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.382 seconds +Domain Reload Profiling: 2138ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (485ms) + LoadAssemblies (434ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (140ms) + TypeCache.Refresh (100ms) + TypeCache.ScanAssembly (79ms) + ScanForSourceGeneratedMonoScriptInfo (18ms) + ResolveRequiredComponents (18ms) + FinalizeReload (1385ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (647ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (301ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + AfterProcessingInitializeOnLoad (23ms) + 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 39.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7055. +Memory consumption went from 330.9 MB to 330.7 MB. +Total: 14.636600 ms (FindLiveObjects: 0.368400 ms CreateObjectMapping: 0.184500 ms MarkObjects: 13.872800 ms DeleteObjects: 0.209200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.118 seconds +Domain Reload Profiling: 2832ms + BeginReloadAssembly (177ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (435ms) + LoadAssemblies (510ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (2119ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (666ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (226ms) + 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 48.64 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7070. +Memory consumption went from 332.9 MB to 332.7 MB. +Total: 17.571000 ms (FindLiveObjects: 0.585400 ms CreateObjectMapping: 0.286300 ms MarkObjects: 16.357100 ms DeleteObjects: 0.340400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.085 seconds +Domain Reload Profiling: 2800ms + BeginReloadAssembly (188ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (51ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (426ms) + LoadAssemblies (501ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2086ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (590ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (271ms) + ProcessInitializeOnLoadMethodAttributes (203ms) + 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 37.68 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7085. +Memory consumption went from 334.7 MB to 334.5 MB. +Total: 15.448800 ms (FindLiveObjects: 0.413100 ms CreateObjectMapping: 0.184800 ms MarkObjects: 14.607600 ms DeleteObjects: 0.241800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.816 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.270 seconds +Domain Reload Profiling: 3073ms + BeginReloadAssembly (226ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (71ms) + LoadAllAssembliesAndSetupDomain (468ms) + LoadAssemblies (582ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (21ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2273ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (740ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (32ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (88ms) + ProcessInitializeOnLoadAttributes (339ms) + ProcessInitializeOnLoadMethodAttributes (249ms) + AfterProcessingInitializeOnLoad (28ms) + 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 38.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.6 KB). Loaded Objects now: 7100. +Memory consumption went from 336.7 MB to 336.5 MB. +Total: 15.091800 ms (FindLiveObjects: 0.620200 ms CreateObjectMapping: 0.202300 ms MarkObjects: 13.962900 ms DeleteObjects: 0.304400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.705 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.222 seconds +Domain Reload Profiling: 1913ms + BeginReloadAssembly (178ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (69ms) + LoadAllAssembliesAndSetupDomain (402ms) + LoadAssemblies (466ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1224ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (561ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (261ms) + ProcessInitializeOnLoadMethodAttributes (185ms) + 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 33.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7115. +Memory consumption went from 338.7 MB to 338.5 MB. +Total: 13.239400 ms (FindLiveObjects: 0.395800 ms CreateObjectMapping: 0.183300 ms MarkObjects: 12.452900 ms DeleteObjects: 0.206400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.623 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.419 seconds +Domain Reload Profiling: 2031ms + BeginReloadAssembly (166ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (339ms) + LoadAssemblies (406ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1422ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (654ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (215ms) + AfterProcessingInitializeOnLoad (27ms) + 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 41.99 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7130. +Memory consumption went from 340.6 MB to 340.4 MB. +Total: 15.427000 ms (FindLiveObjects: 0.547500 ms CreateObjectMapping: 0.236700 ms MarkObjects: 14.405700 ms DeleteObjects: 0.235900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.192 seconds +Refreshing native plugins compatible for Editor in 96.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.286 seconds +Domain Reload Profiling: 2437ms + BeginReloadAssembly (302ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (40ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (132ms) + LoadAllAssembliesAndSetupDomain (662ms) + LoadAssemblies (796ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (40ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1286ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (609ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (290ms) + ProcessInitializeOnLoadMethodAttributes (199ms) + AfterProcessingInitializeOnLoad (24ms) + 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.06 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7145. +Memory consumption went from 342.5 MB to 342.3 MB. +Total: 13.804500 ms (FindLiveObjects: 0.373900 ms CreateObjectMapping: 0.211000 ms MarkObjects: 12.985200 ms DeleteObjects: 0.233100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.652 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.476 seconds +Domain Reload Profiling: 2115ms + BeginReloadAssembly (182ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (363ms) + LoadAssemblies (438ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1476ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (656ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (315ms) + ProcessInitializeOnLoadMethodAttributes (215ms) + AfterProcessingInitializeOnLoad (23ms) + 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 44.23 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7160. +Memory consumption went from 344.4 MB to 344.2 MB. +Total: 15.872500 ms (FindLiveObjects: 0.464900 ms CreateObjectMapping: 0.247500 ms MarkObjects: 14.903700 ms DeleteObjects: 0.255200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.040 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.334 seconds +Domain Reload Profiling: 2346ms + BeginReloadAssembly (333ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (156ms) + LoadAllAssembliesAndSetupDomain (465ms) + LoadAssemblies (648ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (19ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (5ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1335ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (586ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (277ms) + ProcessInitializeOnLoadMethodAttributes (192ms) + 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 39.58 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7175. +Memory consumption went from 346.4 MB to 346.2 MB. +Total: 15.827700 ms (FindLiveObjects: 0.376100 ms CreateObjectMapping: 0.509200 ms MarkObjects: 14.669300 ms DeleteObjects: 0.271700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.435 seconds +Domain Reload Profiling: 2080ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (446ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (22ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (13ms) + FinalizeReload (1436ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (684ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (319ms) + ProcessInitializeOnLoadMethodAttributes (239ms) + 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 38.86 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7190. +Memory consumption went from 348.3 MB to 348.1 MB. +Total: 15.196800 ms (FindLiveObjects: 0.550200 ms CreateObjectMapping: 0.160900 ms MarkObjects: 14.180500 ms DeleteObjects: 0.303900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.670 seconds +Refreshing native plugins compatible for Editor in 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.339 seconds +Domain Reload Profiling: 1997ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (458ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1340ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (568ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (273ms) + 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.72 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7205. +Memory consumption went from 350.3 MB to 350.1 MB. +Total: 14.101700 ms (FindLiveObjects: 0.394400 ms CreateObjectMapping: 0.208100 ms MarkObjects: 13.202700 ms DeleteObjects: 0.295000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.733 seconds +Refreshing native plugins compatible for Editor in 34.70 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.325 seconds +Domain Reload Profiling: 2044ms + BeginReloadAssembly (211ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (408ms) + LoadAssemblies (472ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1326ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (606ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (75ms) + ProcessInitializeOnLoadAttributes (283ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + 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.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7220. +Memory consumption went from 352.2 MB to 352.0 MB. +Total: 15.936000 ms (FindLiveObjects: 0.759100 ms CreateObjectMapping: 0.409100 ms MarkObjects: 14.535600 ms DeleteObjects: 0.230000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.428 seconds +Domain Reload Profiling: 2064ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (359ms) + LoadAssemblies (432ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1428ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (663ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (316ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + 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.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7235. +Memory consumption went from 354.1 MB to 353.9 MB. +Total: 12.998400 ms (FindLiveObjects: 0.566900 ms CreateObjectMapping: 0.228000 ms MarkObjects: 11.967700 ms DeleteObjects: 0.234700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 46.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.087 seconds +Domain Reload Profiling: 2804ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (448ms) + LoadAssemblies (503ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2087ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (652ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (313ms) + ProcessInitializeOnLoadMethodAttributes (208ms) + AfterProcessingInitializeOnLoad (26ms) + 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.64 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7250. +Memory consumption went from 356.1 MB to 355.9 MB. +Total: 15.925500 ms (FindLiveObjects: 0.510900 ms CreateObjectMapping: 0.225500 ms MarkObjects: 14.928900 ms DeleteObjects: 0.259200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.705 seconds +Refreshing native plugins compatible for Editor in 44.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.448 seconds +Domain Reload Profiling: 2140ms + BeginReloadAssembly (180ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (11ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (406ms) + LoadAssemblies (466ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1449ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (656ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (216ms) + 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 55.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7265. +Memory consumption went from 358.0 MB to 357.8 MB. +Total: 19.459500 ms (FindLiveObjects: 0.696600 ms CreateObjectMapping: 0.278700 ms MarkObjects: 18.078000 ms DeleteObjects: 0.404200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.682 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.435 seconds +Domain Reload Profiling: 2104ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (396ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (1436ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (655ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (311ms) + ProcessInitializeOnLoadMethodAttributes (213ms) + AfterProcessingInitializeOnLoad (25ms) + 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 42.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7280. +Memory consumption went from 360.0 MB to 359.8 MB. +Total: 15.021300 ms (FindLiveObjects: 0.397300 ms CreateObjectMapping: 0.300500 ms MarkObjects: 14.011700 ms DeleteObjects: 0.310400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.623 seconds +Domain Reload Profiling: 2360ms + BeginReloadAssembly (177ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (45ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (459ms) + LoadAssemblies (516ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1624ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (696ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (325ms) + ProcessInitializeOnLoadMethodAttributes (237ms) + AfterProcessingInitializeOnLoad (25ms) + 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.67 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7295. +Memory consumption went from 361.9 MB to 361.7 MB. +Total: 16.117400 ms (FindLiveObjects: 0.399100 ms CreateObjectMapping: 0.295600 ms MarkObjects: 15.157200 ms DeleteObjects: 0.264400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 44.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.154 seconds +Domain Reload Profiling: 2942ms + BeginReloadAssembly (179ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (469ms) + LoadAssemblies (525ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (38ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2190ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (683ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (322ms) + ProcessInitializeOnLoadMethodAttributes (224ms) + 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 43.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7310. +Memory consumption went from 363.8 MB to 363.6 MB. +Total: 16.655200 ms (FindLiveObjects: 0.410000 ms CreateObjectMapping: 0.196700 ms MarkObjects: 15.771400 ms DeleteObjects: 0.275900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.667 seconds +Refreshing native plugins compatible for Editor in 44.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.177 seconds +Domain Reload Profiling: 2831ms + BeginReloadAssembly (171ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (385ms) + LoadAssemblies (439ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (4ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (9ms) + FinalizeReload (2178ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (690ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (78ms) + ProcessInitializeOnLoadAttributes (324ms) + ProcessInitializeOnLoadMethodAttributes (225ms) + AfterProcessingInitializeOnLoad (31ms) + 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.95 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7325. +Memory consumption went from 365.8 MB to 365.6 MB. +Total: 22.026100 ms (FindLiveObjects: 0.751900 ms CreateObjectMapping: 0.365400 ms MarkObjects: 20.423000 ms DeleteObjects: 0.483100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.691 seconds +Refreshing native plugins compatible for Editor in 51.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.711 seconds +Domain Reload Profiling: 2387ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (400ms) + LoadAssemblies (459ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1712ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (755ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (338ms) + ProcessInitializeOnLoadMethodAttributes (258ms) + AfterProcessingInitializeOnLoad (50ms) + EditorAssembliesLoaded (2ms) + 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 47.78 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7340. +Memory consumption went from 367.7 MB to 367.5 MB. +Total: 19.433300 ms (FindLiveObjects: 0.465200 ms CreateObjectMapping: 0.223200 ms MarkObjects: 18.501700 ms DeleteObjects: 0.241900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.688 seconds +Refreshing native plugins compatible for Editor in 45.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.476 seconds +Domain Reload Profiling: 2150ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (399ms) + LoadAssemblies (453ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1476ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (645ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (295ms) + ProcessInitializeOnLoadMethodAttributes (220ms) + AfterProcessingInitializeOnLoad (23ms) + 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 46.21 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7355. +Memory consumption went from 369.6 MB to 369.4 MB. +Total: 16.522200 ms (FindLiveObjects: 0.417500 ms CreateObjectMapping: 0.203900 ms MarkObjects: 15.310200 ms DeleteObjects: 0.589000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.017 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.162 seconds +Domain Reload Profiling: 2113ms + BeginReloadAssembly (309ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (68ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (140ms) + LoadAllAssembliesAndSetupDomain (451ms) + LoadAssemblies (588ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (37ms) + TypeCache.Refresh (21ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1163ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (546ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (254ms) + ProcessInitializeOnLoadMethodAttributes (182ms) + 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 39.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7370. +Memory consumption went from 371.6 MB to 371.4 MB. +Total: 13.254100 ms (FindLiveObjects: 0.404600 ms CreateObjectMapping: 0.189500 ms MarkObjects: 12.393400 ms DeleteObjects: 0.264600 ms) + +Prepare: number of updated asset objects reloaded= 1 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.743 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.272 seconds +Domain Reload Profiling: 2019ms + BeginReloadAssembly (189ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (29ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (427ms) + LoadAssemblies (486ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (43ms) + TypeCache.Refresh (22ms) + TypeCache.ScanAssembly (11ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (10ms) + FinalizeReload (1299ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (555ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (22ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (260ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + 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 34.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7385. +Memory consumption went from 373.5 MB to 373.3 MB. +Total: 13.199400 ms (FindLiveObjects: 0.393100 ms CreateObjectMapping: 0.185500 ms MarkObjects: 12.412500 ms DeleteObjects: 0.206900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 61.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.246 seconds +Domain Reload Profiling: 2388ms + BeginReloadAssembly (334ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (129ms) + LoadAllAssembliesAndSetupDomain (623ms) + LoadAssemblies (772ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (59ms) + TypeCache.Refresh (29ms) + TypeCache.ScanAssembly (15ms) + ScanForSourceGeneratedMonoScriptInfo (14ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1246ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (564ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (67ms) + ProcessInitializeOnLoadAttributes (273ms) + ProcessInitializeOnLoadMethodAttributes (178ms) + 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 36.82 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7400. +Memory consumption went from 375.5 MB to 375.3 MB. +Total: 13.358700 ms (FindLiveObjects: 0.430200 ms CreateObjectMapping: 0.196800 ms MarkObjects: 12.502100 ms DeleteObjects: 0.228400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.079 seconds +Refreshing native plugins compatible for Editor in 67.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.244 seconds +Domain Reload Profiling: 3297ms + BeginReloadAssembly (306ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (109ms) + LoadAllAssembliesAndSetupDomain (588ms) + LoadAssemblies (732ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (44ms) + TypeCache.Refresh (18ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2244ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (1013ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (37ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (129ms) + ProcessInitializeOnLoadAttributes (406ms) + ProcessInitializeOnLoadMethodAttributes (393ms) + AfterProcessingInitializeOnLoad (43ms) + EditorAssembliesLoaded (1ms) + 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 70.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7415. +Memory consumption went from 377.4 MB to 377.2 MB. +Total: 27.893800 ms (FindLiveObjects: 0.551400 ms CreateObjectMapping: 0.186300 ms MarkObjects: 26.920800 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 1.095 seconds +Refreshing native plugins compatible for Editor in 64.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.196 seconds +Domain Reload Profiling: 3262ms + BeginReloadAssembly (282ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (120ms) + LoadAllAssembliesAndSetupDomain (614ms) + LoadAssemblies (729ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (17ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (10ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2197ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (984ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (95ms) + ProcessInitializeOnLoadAttributes (415ms) + ProcessInitializeOnLoadMethodAttributes (377ms) + AfterProcessingInitializeOnLoad (57ms) + EditorAssembliesLoaded (0ms) + 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 90.44 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7430. +Memory consumption went from 379.4 MB to 379.2 MB. +Total: 19.857400 ms (FindLiveObjects: 0.535400 ms CreateObjectMapping: 0.184300 ms MarkObjects: 18.878800 ms DeleteObjects: 0.257100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.096 seconds +Refreshing native plugins compatible for Editor in 63.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.198 seconds +Domain Reload Profiling: 3267ms + BeginReloadAssembly (265ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (108ms) + LoadAllAssembliesAndSetupDomain (645ms) + LoadAssemblies (753ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (39ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2199ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (975ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (36ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (96ms) + ProcessInitializeOnLoadAttributes (429ms) + ProcessInitializeOnLoadMethodAttributes (372ms) + AfterProcessingInitializeOnLoad (37ms) + EditorAssembliesLoaded (0ms) + 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 54.34 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7445. +Memory consumption went from 381.3 MB to 381.1 MB. +Total: 70.668800 ms (FindLiveObjects: 0.651400 ms CreateObjectMapping: 0.178400 ms MarkObjects: 69.607500 ms DeleteObjects: 0.230300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.244 seconds +Domain Reload Profiling: 2121ms + BeginReloadAssembly (273ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (55ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (81ms) + LoadAllAssembliesAndSetupDomain (479ms) + LoadAssemblies (596ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (41ms) + TypeCache.Refresh (20ms) + TypeCache.ScanAssembly (10ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (11ms) + FinalizeReload (1245ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (560ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (63ms) + ProcessInitializeOnLoadAttributes (266ms) + ProcessInitializeOnLoadMethodAttributes (188ms) + 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 38.71 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7460. +Memory consumption went from 383.2 MB to 383.0 MB. +Total: 14.511600 ms (FindLiveObjects: 0.403000 ms CreateObjectMapping: 0.189400 ms MarkObjects: 13.697300 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.324 seconds +Refreshing native plugins compatible for Editor in 72.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 11.875 seconds +Domain Reload Profiling: 13145ms + BeginReloadAssembly (296ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (43ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (125ms) + LoadAllAssembliesAndSetupDomain (792ms) + LoadAssemblies (923ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (43ms) + TypeCache.Refresh (16ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (11ms) + ResolveRequiredComponents (13ms) + FinalizeReload (11876ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (654ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (326ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + AfterProcessingInitializeOnLoad (21ms) + EditorAssembliesLoaded (0ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +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 35.24 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7474. +Memory consumption went from 385.1 MB to 384.9 MB. +Total: 13.558700 ms (FindLiveObjects: 0.402200 ms CreateObjectMapping: 0.183700 ms MarkObjects: 12.762100 ms DeleteObjects: 0.209800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.647 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.604 seconds +Domain Reload Profiling: 2238ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (60ms) + LoadAllAssembliesAndSetupDomain (372ms) + LoadAssemblies (444ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1604ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (765ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (69ms) + ProcessInitializeOnLoadAttributes (330ms) + ProcessInitializeOnLoadMethodAttributes (291ms) + AfterProcessingInitializeOnLoad (41ms) + 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 65.52 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7490. +Memory consumption went from 387.1 MB to 386.9 MB. +Total: 26.594600 ms (FindLiveObjects: 0.548100 ms CreateObjectMapping: 0.184500 ms MarkObjects: 25.530800 ms DeleteObjects: 0.329900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 71.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.793 seconds +Domain Reload Profiling: 3955ms + BeginReloadAssembly (320ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (37ms) + RebuildNativeTypeToScriptingClass (12ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (673ms) + LoadAssemblies (855ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (23ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (12ms) + FinalizeReload (2794ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (972ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (44ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (107ms) + ProcessInitializeOnLoadAttributes (440ms) + ProcessInitializeOnLoadMethodAttributes (329ms) + AfterProcessingInitializeOnLoad (40ms) + EditorAssembliesLoaded (8ms) + 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 58.20 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7505. +Memory consumption went from 389.0 MB to 388.8 MB. +Total: 39.973800 ms (FindLiveObjects: 0.632100 ms CreateObjectMapping: 0.289200 ms MarkObjects: 38.785200 ms DeleteObjects: 0.265400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.017 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.923 seconds +Domain Reload Profiling: 2913ms + BeginReloadAssembly (329ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (134ms) + LoadAllAssembliesAndSetupDomain (472ms) + LoadAssemblies (643ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (6ms) + FinalizeReload (1924ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (565ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (188ms) + 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 36.33 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7520. +Memory consumption went from 391.0 MB to 390.8 MB. +Total: 15.530500 ms (FindLiveObjects: 0.510800 ms CreateObjectMapping: 0.221100 ms MarkObjects: 14.438700 ms DeleteObjects: 0.358300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.641 seconds +Refreshing native plugins compatible for Editor in 38.64 ms, found 3 plugins. +Native extension for WindowsStandalone target not found +Native extension for Android target not found +[Package Manager] Server::EnsureServerProcessIsRunning -- launch failed, reason: Unity was launched with the -noUpm command-line argument +[Package Manager] UpmClient::Send -- Unable to send message (not connected to UPM process). +[Package Manager] Cannot connect to Unity Package Manager local server +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.346 seconds +Domain Reload Profiling: 1973ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (363ms) + LoadAssemblies (434ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1346ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (625ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (70ms) + ProcessInitializeOnLoadAttributes (297ms) + ProcessInitializeOnLoadMethodAttributes (204ms) + 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 36.63 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7535. +Memory consumption went from 392.8 MB to 392.6 MB. +Total: 12.973500 ms (FindLiveObjects: 0.511900 ms CreateObjectMapping: 0.295500 ms MarkObjects: 11.943700 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.649 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.392 seconds +Domain Reload Profiling: 2028ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (364ms) + LoadAssemblies (426ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (12ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1393ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (636ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (305ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + AfterProcessingInitializeOnLoad (24ms) + 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 42.00 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7550. +Memory consumption went from 394.8 MB to 394.6 MB. +Total: 15.241100 ms (FindLiveObjects: 0.418000 ms CreateObjectMapping: 0.197400 ms MarkObjects: 14.407700 ms DeleteObjects: 0.216600 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 37.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.688 seconds +Domain Reload Profiling: 2313ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (61ms) + LoadAllAssembliesAndSetupDomain (361ms) + LoadAssemblies (427ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1689ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (856ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (414ms) + ProcessInitializeOnLoadMethodAttributes (295ms) + AfterProcessingInitializeOnLoad (45ms) + EditorAssembliesLoaded (1ms) + 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 79.51 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7565. +Memory consumption went from 396.8 MB to 396.6 MB. +Total: 19.192300 ms (FindLiveObjects: 0.539600 ms CreateObjectMapping: 0.178600 ms MarkObjects: 18.229200 ms DeleteObjects: 0.243300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.360 seconds +Domain Reload Profiling: 2007ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (373ms) + LoadAssemblies (446ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (16ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1360ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (592ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (195ms) + AfterProcessingInitializeOnLoad (23ms) + 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.60 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7580. +Memory consumption went from 398.7 MB to 398.5 MB. +Total: 13.462400 ms (FindLiveObjects: 0.479500 ms CreateObjectMapping: 0.216300 ms MarkObjects: 12.529300 ms DeleteObjects: 0.236300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.467 seconds +Domain Reload Profiling: 2092ms + BeginReloadAssembly (167ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (356ms) + LoadAssemblies (425ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1468ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (672ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (323ms) + ProcessInitializeOnLoadMethodAttributes (217ms) + AfterProcessingInitializeOnLoad (27ms) + 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.39 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.7 KB). Loaded Objects now: 7595. +Memory consumption went from 400.6 MB to 400.4 MB. +Total: 12.736600 ms (FindLiveObjects: 0.397700 ms CreateObjectMapping: 0.190200 ms MarkObjects: 11.951600 ms DeleteObjects: 0.196100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.234 seconds +Domain Reload Profiling: 1997ms + BeginReloadAssembly (284ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (8ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (56ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (377ms) + LoadAssemblies (510ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (27ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (6ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1236ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (559ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (263ms) + ProcessInitializeOnLoadMethodAttributes (183ms) + 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 35.17 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7610. +Memory consumption went from 402.5 MB to 402.3 MB. +Total: 14.227600 ms (FindLiveObjects: 0.431500 ms CreateObjectMapping: 0.211000 ms MarkObjects: 13.334800 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.633 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.398 seconds +Domain Reload Profiling: 2018ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (351ms) + LoadAssemblies (423ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1399ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (660ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (321ms) + ProcessInitializeOnLoadMethodAttributes (211ms) + AfterProcessingInitializeOnLoad (23ms) + 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.94 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7625. +Memory consumption went from 404.5 MB to 404.3 MB. +Total: 15.223300 ms (FindLiveObjects: 0.831300 ms CreateObjectMapping: 0.289800 ms MarkObjects: 13.746900 ms DeleteObjects: 0.353100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.920 seconds +Domain Reload Profiling: 2584ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (396ms) + LoadAssemblies (446ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (35ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1921ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (64ms) + ProcessInitializeOnLoadAttributes (269ms) + ProcessInitializeOnLoadMethodAttributes (196ms) + AfterProcessingInitializeOnLoad (25ms) + 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 37.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7640. +Memory consumption went from 406.4 MB to 406.2 MB. +Total: 14.427800 ms (FindLiveObjects: 0.438200 ms CreateObjectMapping: 0.193000 ms MarkObjects: 13.487200 ms DeleteObjects: 0.308100 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.412 seconds +Domain Reload Profiling: 2056ms + BeginReloadAssembly (174ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (368ms) + LoadAssemblies (440ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1413ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (658ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (320ms) + ProcessInitializeOnLoadMethodAttributes (206ms) + AfterProcessingInitializeOnLoad (27ms) + 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.26 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7655. +Memory consumption went from 408.4 MB to 408.2 MB. +Total: 15.676400 ms (FindLiveObjects: 0.418400 ms CreateObjectMapping: 0.224400 ms MarkObjects: 14.779700 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.899 seconds +Refreshing native plugins compatible for Editor in 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.434 seconds +Domain Reload Profiling: 2305ms + BeginReloadAssembly (282ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (64ms) + RebuildCommonClasses (39ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (119ms) + LoadAllAssembliesAndSetupDomain (419ms) + LoadAssemblies (558ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1434ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (641ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (4ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + AfterProcessingInitializeOnLoad (28ms) + 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.75 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7670. +Memory consumption went from 410.3 MB to 410.1 MB. +Total: 14.108700 ms (FindLiveObjects: 0.409700 ms CreateObjectMapping: 0.211300 ms MarkObjects: 13.271200 ms DeleteObjects: 0.215400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.689 seconds +Domain Reload Profiling: 2396ms + BeginReloadAssembly (235ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (53ms) + RebuildCommonClasses (28ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (361ms) + LoadAssemblies (453ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1690ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (625ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (26ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (68ms) + ProcessInitializeOnLoadAttributes (288ms) + ProcessInitializeOnLoadMethodAttributes (218ms) + AfterProcessingInitializeOnLoad (22ms) + 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.81 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7685. +Memory consumption went from 412.2 MB to 412.0 MB. +Total: 14.018100 ms (FindLiveObjects: 0.404200 ms CreateObjectMapping: 0.196900 ms MarkObjects: 13.152000 ms DeleteObjects: 0.263800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.564 seconds +Domain Reload Profiling: 2238ms + BeginReloadAssembly (169ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (63ms) + LoadAllAssembliesAndSetupDomain (376ms) + LoadAssemblies (444ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1598ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (686ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (31ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (80ms) + ProcessInitializeOnLoadAttributes (321ms) + ProcessInitializeOnLoadMethodAttributes (224ms) + AfterProcessingInitializeOnLoad (26ms) + 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 42.31 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7700. +Memory consumption went from 414.2 MB to 414.0 MB. +Total: 16.199400 ms (FindLiveObjects: 0.549900 ms CreateObjectMapping: 0.570500 ms MarkObjects: 14.820900 ms DeleteObjects: 0.256700 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.451 seconds +Domain Reload Profiling: 2167ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (67ms) + LoadAllAssembliesAndSetupDomain (446ms) + LoadAssemblies (513ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (20ms) + TypeCache.Refresh (9ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1452ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (644ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (310ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + AfterProcessingInitializeOnLoad (23ms) + 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 45.42 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7715. +Memory consumption went from 416.1 MB to 415.9 MB. +Total: 13.099000 ms (FindLiveObjects: 0.430300 ms CreateObjectMapping: 0.203000 ms MarkObjects: 12.250200 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 Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.957 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.273 seconds +Domain Reload Profiling: 2208ms + BeginReloadAssembly (308ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (63ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (14ms) + initialDomainReloadingComplete (139ms) + LoadAllAssembliesAndSetupDomain (429ms) + LoadAssemblies (587ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1274ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (591ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (268ms) + ProcessInitializeOnLoadMethodAttributes (209ms) + 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 38.38 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7730. +Memory consumption went from 418.0 MB to 417.8 MB. +Total: 13.991000 ms (FindLiveObjects: 0.420700 ms CreateObjectMapping: 0.335500 ms MarkObjects: 12.903500 ms DeleteObjects: 0.329900 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.719 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.269 seconds +Domain Reload Profiling: 1975ms + BeginReloadAssembly (187ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (44ms) + RebuildCommonClasses (26ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (419ms) + LoadAssemblies (487ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (14ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1269ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (564ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (24ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (267ms) + ProcessInitializeOnLoadMethodAttributes (187ms) + 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 35.02 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7745. +Memory consumption went from 420.0 MB to 419.8 MB. +Total: 13.733700 ms (FindLiveObjects: 0.496500 ms CreateObjectMapping: 0.237500 ms MarkObjects: 12.772400 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.664 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.456 seconds +Domain Reload Profiling: 2106ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (382ms) + LoadAssemblies (450ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1457ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (647ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (307ms) + ProcessInitializeOnLoadMethodAttributes (212ms) + AfterProcessingInitializeOnLoad (24ms) + 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 40.97 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7760. +Memory consumption went from 421.8 MB to 421.6 MB. +Total: 15.374600 ms (FindLiveObjects: 0.509900 ms CreateObjectMapping: 0.189200 ms MarkObjects: 14.437500 ms DeleteObjects: 0.236800 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.667 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.385 seconds +Domain Reload Profiling: 2040ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (7ms) + initialDomainReloadingComplete (68ms) + LoadAllAssembliesAndSetupDomain (381ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1386ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (637ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (306ms) + ProcessInitializeOnLoadMethodAttributes (206ms) + 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 40.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7775. +Memory consumption went from 423.8 MB to 423.6 MB. +Total: 16.053300 ms (FindLiveObjects: 0.444800 ms CreateObjectMapping: 0.247000 ms MarkObjects: 15.061100 ms DeleteObjects: 0.299200 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.168 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.036 seconds +Domain Reload Profiling: 3178ms + BeginReloadAssembly (309ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (5ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (54ms) + RebuildCommonClasses (89ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (159ms) + LoadAllAssembliesAndSetupDomain (569ms) + LoadAssemblies (733ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (8ms) + FinalizeReload (2038ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (589ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (71ms) + ProcessInitializeOnLoadAttributes (294ms) + ProcessInitializeOnLoadMethodAttributes (176ms) + AfterProcessingInitializeOnLoad (19ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (9ms) +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 35.74 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.0 KB). Loaded Objects now: 7789. +Memory consumption went from 425.7 MB to 425.5 MB. +Total: 13.401600 ms (FindLiveObjects: 0.452300 ms CreateObjectMapping: 0.307000 ms MarkObjects: 12.425500 ms DeleteObjects: 0.215500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-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 0.722 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.270 seconds +Domain Reload Profiling: 1978ms + BeginReloadAssembly (187ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (10ms) + initialDomainReloadingComplete (75ms) + LoadAllAssembliesAndSetupDomain (405ms) + LoadAssemblies (474ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (28ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (9ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1270ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (577ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (277ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + 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 38.40 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7805. +Memory consumption went from 427.7 MB to 427.5 MB. +Total: 14.554800 ms (FindLiveObjects: 0.463200 ms CreateObjectMapping: 0.206200 ms MarkObjects: 13.626800 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:scripting/monoscript/fileName/m_generatorPluginAttribute.cs: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.665 seconds +Refreshing native plugins compatible for Editor in 41.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.425 seconds +Domain Reload Profiling: 2077ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (64ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (454ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1427ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (657ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (73ms) + ProcessInitializeOnLoadAttributes (323ms) + ProcessInitializeOnLoadMethodAttributes (205ms) + 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 43.07 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7820. +Memory consumption went from 429.6 MB to 429.4 MB. +Total: 16.465200 ms (FindLiveObjects: 0.662400 ms CreateObjectMapping: 0.128900 ms MarkObjects: 15.323200 ms DeleteObjects: 0.348300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-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: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.706 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.424 seconds +Domain Reload Profiling: 2118ms + BeginReloadAssembly (177ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (4ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (46ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (65ms) + LoadAllAssembliesAndSetupDomain (419ms) + LoadAssemblies (488ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1425ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (615ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (72ms) + ProcessInitializeOnLoadAttributes (309ms) + ProcessInitializeOnLoadMethodAttributes (179ms) + 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 34.08 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7835. +Memory consumption went from 431.5 MB to 431.3 MB. +Total: 12.909000 ms (FindLiveObjects: 0.448600 ms CreateObjectMapping: 0.196600 ms MarkObjects: 12.060700 ms DeleteObjects: 0.202000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-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: bef7912753b2bc58bba0d70946e69a22 -> 945815ba23aebc718f35fffdc5027e25 + custom:scripting/monoscript/fileName/m_generatorAttribute.cs: 4d18a73bcdf3c1dd8d7046481e79d093 -> 65e102978325dcde816315825ed0fee4 + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom: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: c0108c2656ca6f9f00b8de673fb8aace -> cff8dec07e61cf430e75aa09834ed65c +======================================================================== +Received Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.720 seconds +Refreshing native plugins compatible for Editor in 35.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.283 seconds +Domain Reload Profiling: 1990ms + BeginReloadAssembly (207ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (60ms) + RebuildCommonClasses (31ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (73ms) + LoadAllAssembliesAndSetupDomain (386ms) + LoadAssemblies (456ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (30ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1284ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (583ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (2ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (62ms) + ProcessInitializeOnLoadAttributes (286ms) + ProcessInitializeOnLoadMethodAttributes (186ms) + 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.30 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.8 KB). Loaded Objects now: 7850. +Memory consumption went from 433.5 MB to 433.3 MB. +Total: 14.388000 ms (FindLiveObjects: 0.416700 ms CreateObjectMapping: 0.196600 ms MarkObjects: 13.532700 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 0.731 seconds +Refreshing native plugins compatible for Editor in 42.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.483 seconds +Domain Reload Profiling: 2232ms + BeginReloadAssembly (176ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (43ms) + RebuildCommonClasses (27ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (72ms) + LoadAllAssembliesAndSetupDomain (430ms) + LoadAssemblies (504ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1518ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (672ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (28ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (74ms) + ProcessInitializeOnLoadAttributes (315ms) + ProcessInitializeOnLoadMethodAttributes (225ms) + AfterProcessingInitializeOnLoad (26ms) + 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 41.22 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.9 KB). Loaded Objects now: 7865. +Memory consumption went from 435.4 MB to 435.2 MB. +Total: 15.839300 ms (FindLiveObjects: 0.461800 ms CreateObjectMapping: 0.213000 ms MarkObjects: 14.829800 ms DeleteObjects: 0.333400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 34.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.243 seconds +Domain Reload Profiling: 2387ms + BeginReloadAssembly (287ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (61ms) + RebuildCommonClasses (41ms) + RebuildNativeTypeToScriptingClass (26ms) + initialDomainReloadingComplete (144ms) + LoadAllAssembliesAndSetupDomain (645ms) + LoadAssemblies (773ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (31ms) + TypeCache.Refresh (15ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1244ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (560ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (23ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (274ms) + ProcessInitializeOnLoadMethodAttributes (173ms) + AfterProcessingInitializeOnLoad (20ms) + EditorAssembliesLoaded (1ms) + ExecutionOrderSort2 (0ms) + AwakeInstancesAfterBackupRestoration (8ms) +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 36.35 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5644 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7879. +Memory consumption went from 437.3 MB to 437.1 MB. +Total: 13.662400 ms (FindLiveObjects: 0.512500 ms CreateObjectMapping: 0.249000 ms MarkObjects: 12.680300 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.667 seconds +Refreshing native plugins compatible for Editor in 38.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.298 seconds +Domain Reload Profiling: 1988ms + BeginReloadAssembly (172ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (42ms) + RebuildCommonClasses (24ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (383ms) + LoadAssemblies (454ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (18ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1334ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (610ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (282ms) + ProcessInitializeOnLoadMethodAttributes (210ms) + 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 39.54 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.7 KB). Loaded Objects now: 7895. +Memory consumption went from 439.3 MB to 439.1 MB. +Total: 16.685600 ms (FindLiveObjects: 0.468000 ms CreateObjectMapping: 0.261300 ms MarkObjects: 15.687100 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 Prepare +Begin MonoManager ReloadAssembly +- Loaded All Assemblies, in 0.658 seconds +Refreshing native plugins compatible for Editor in 39.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.469 seconds +Domain Reload Profiling: 2143ms + BeginReloadAssembly (170ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (41ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (8ms) + initialDomainReloadingComplete (62ms) + LoadAllAssembliesAndSetupDomain (380ms) + LoadAssemblies (448ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (19ms) + TypeCache.Refresh (8ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1499ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (675ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (30ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (77ms) + ProcessInitializeOnLoadAttributes (312ms) + ProcessInitializeOnLoadMethodAttributes (227ms) + AfterProcessingInitializeOnLoad (25ms) + 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 41.69 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7910. +Memory consumption went from 441.2 MB to 441.0 MB. +Total: 14.491600 ms (FindLiveObjects: 0.488900 ms CreateObjectMapping: 0.201300 ms MarkObjects: 13.505600 ms DeleteObjects: 0.289500 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.138 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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.315 seconds +Domain Reload Profiling: 2429ms + BeginReloadAssembly (313ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (6ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (62ms) + RebuildCommonClasses (42ms) + RebuildNativeTypeToScriptingClass (13ms) + initialDomainReloadingComplete (114ms) + LoadAllAssembliesAndSetupDomain (631ms) + LoadAssemblies (786ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (33ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (3ms) + ScanForSourceGeneratedMonoScriptInfo (8ms) + ResolveRequiredComponents (9ms) + FinalizeReload (1315ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (578ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (27ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (65ms) + ProcessInitializeOnLoadAttributes (281ms) + ProcessInitializeOnLoadMethodAttributes (184ms) + 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 38.47 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (204.0 KB). Loaded Objects now: 7925. +Memory consumption went from 443.2 MB to 443.0 MB. +Total: 13.610400 ms (FindLiveObjects: 0.452700 ms CreateObjectMapping: 0.213700 ms MarkObjects: 12.658000 ms DeleteObjects: 0.284400 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 40.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.508 seconds +Domain Reload Profiling: 2168ms + BeginReloadAssembly (173ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (40ms) + RebuildCommonClasses (25ms) + RebuildNativeTypeToScriptingClass (9ms) + initialDomainReloadingComplete (66ms) + LoadAllAssembliesAndSetupDomain (386ms) + LoadAssemblies (460ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (17ms) + TypeCache.Refresh (7ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (8ms) + FinalizeReload (1509ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (682ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (34ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (79ms) + ProcessInitializeOnLoadAttributes (318ms) + ProcessInitializeOnLoadMethodAttributes (220ms) + AfterProcessingInitializeOnLoad (27ms) + 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 43.16 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7940. +Memory consumption went from 445.1 MB to 444.9 MB. +Total: 16.260300 ms (FindLiveObjects: 0.602200 ms CreateObjectMapping: 0.295000 ms MarkObjects: 15.118400 ms DeleteObjects: 0.243300 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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.177 seconds +Refreshing native plugins compatible for Editor in 36.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 1.427 seconds +Domain Reload Profiling: 2580ms + BeginReloadAssembly (325ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (7ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (74ms) + RebuildCommonClasses (44ms) + RebuildNativeTypeToScriptingClass (15ms) + initialDomainReloadingComplete (118ms) + LoadAllAssembliesAndSetupDomain (652ms) + LoadAssemblies (788ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (29ms) + TypeCache.Refresh (13ms) + TypeCache.ScanAssembly (2ms) + ScanForSourceGeneratedMonoScriptInfo (7ms) + ResolveRequiredComponents (7ms) + FinalizeReload (1427ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (670ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (25ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (66ms) + ProcessInitializeOnLoadAttributes (329ms) + ProcessInitializeOnLoadMethodAttributes (226ms) + 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 47.05 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (202.9 KB). Loaded Objects now: 7955. +Memory consumption went from 447.0 MB to 446.8 MB. +Total: 18.211300 ms (FindLiveObjects: 0.689800 ms CreateObjectMapping: 0.186600 ms MarkObjects: 17.085800 ms DeleteObjects: 0.247000 ms) + +Prepare: number of updated asset objects reloaded= 0 +AssetImportParameters requested are different than current active one (requested -> active): + custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 -> + custom:video-codec-MediaFoundation-h265: 746d11721c4dcdbdad8f713fa42b33f4 -> + custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc -> + custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 -> + custom:CustomObjectIndexerAttribute: 43b350a4d6e6d1791af0b5038c4bea17 -> + custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 -> + custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b -> + custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 -> + custom:SearchIndexIgnoredProperties: 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 54.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 +AutoRegister +UnityEngine.StackTraceUtility:ExtractStackTrace () +UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) +UnityEngine.Logger:Log (UnityEngine.LogType,object) +UnityEngine.Debug:Log (object) +JNGame.GAS.GASInjector/AutoInject:.cctor () (at Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs:16) +System.Runtime.CompilerServices.RuntimeHelpers:RunClassConstructor (System.RuntimeTypeHandle) +UnityEditor.EditorAssemblies:ProcessInitializeOnLoadAttributes (System.Type[]) + +(Filename: Assets/Scripts/GASSamples/Scripts/GAS/GASInjector.cs Line: 16) + +Mono: successfully reloaded assembly +- Finished resetting the current domain, in 2.532 seconds +Domain Reload Profiling: 3652ms + BeginReloadAssembly (227ms) + ExecutionOrderSort (0ms) + DisableScriptedObjects (3ms) + BackupInstance (0ms) + ReleaseScriptingObjects (0ms) + CreateAndSetChildDomain (48ms) + RebuildCommonClasses (35ms) + RebuildNativeTypeToScriptingClass (23ms) + initialDomainReloadingComplete (127ms) + LoadAllAssembliesAndSetupDomain (708ms) + LoadAssemblies (819ms) + RebuildTransferFunctionScriptingTraits (0ms) + AnalyzeDomain (24ms) + TypeCache.Refresh (11ms) + TypeCache.ScanAssembly (0ms) + ScanForSourceGeneratedMonoScriptInfo (0ms) + ResolveRequiredComponents (11ms) + FinalizeReload (2533ms) + ReleaseScriptCaches (0ms) + RebuildScriptCaches (0ms) + SetupLoadedEditorAssemblies (717ms) + LogAssemblyErrors (0ms) + InitializePlatformSupportModulesInManaged (29ms) + SetLoadedEditorAssemblies (3ms) + RefreshPlugins (0ms) + BeforeProcessingInitializeOnLoad (76ms) + ProcessInitializeOnLoadAttributes (330ms) + ProcessInitializeOnLoadMethodAttributes (250ms) + AfterProcessingInitializeOnLoad (28ms) + 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 57.90 ms, found 3 plugins. +Preloading 0 native plugins for Editor in 0.00 ms. +Unloading 5645 Unused Serialized files (Serialized files now loaded: 0) +Unloading 134 unused Assets / (203.8 KB). Loaded Objects now: 7970. +Memory consumption went from 449.0 MB to 448.8 MB. +Total: 17.276300 ms (FindLiveObjects: 0.513400 ms CreateObjectMapping: 0.289700 ms MarkObjects: 16.113700 ms DeleteObjects: 0.357700 ms) + +Prepare: number of updated asset objects reloaded= 0 diff --git a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log index e69de29b..d5ac9076 100644 --- a/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log +++ b/JNFrame2/Logs/shadercompiler-AssetImportWorker0.log @@ -0,0 +1,6 @@ +Base path: 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data', plugins path 'C:/APP/UnityEdit/2022.3.16f1c1/Editor/Data/PlaybackEngines' +Cmd: initializeCompiler + +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/Logs/shadercompiler-UnityShaderCompiler.exe0.log b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log index d5ac9076..8d4d2b2c 100644 --- a/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log +++ b/JNFrame2/Logs/shadercompiler-UnityShaderCompiler.exe0.log @@ -4,3 +4,222 @@ Cmd: initializeCompiler 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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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=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 + +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 + +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 + diff --git a/JNFrame2/UserSettings/Layouts/default-2022.dwlt b/JNFrame2/UserSettings/Layouts/default-2022.dwlt index 4e4f75b7..171e2eb0 100644 --- a/JNFrame2/UserSettings/Layouts/default-2022.dwlt +++ b/JNFrame2/UserSettings/Layouts/default-2022.dwlt @@ -17,9 +17,9 @@ MonoBehaviour: x: 0 y: 43 width: 1920 - height: 989 + height: 1037 m_ShowMode: 4 - m_Title: Inspector + m_Title: EX Gameplay Ability System Watcher m_RootView: {fileID: 2} m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} @@ -45,7 +45,7 @@ MonoBehaviour: x: 0 y: 0 width: 1920 - height: 989 + height: 1037 m_MinSize: {x: 875, y: 300} m_MaxSize: {x: 10000, y: 10000} m_UseTopView: 1 @@ -90,7 +90,7 @@ MonoBehaviour: m_Position: serializedVersion: 2 x: 0 - y: 969 + y: 1017 width: 1920 height: 20 m_MinSize: {x: 0, y: 0} @@ -115,11 +115,11 @@ MonoBehaviour: x: 0 y: 30 width: 1920 - height: 939 + height: 987 m_MinSize: {x: 400, y: 100} m_MaxSize: {x: 32384, y: 16192} vertical: 0 - controlID: 152 + controlID: 39 --- !u!114 &6 MonoBehaviour: m_ObjectHideFlags: 52 @@ -139,12 +139,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1160 - height: 939 + width: 1410 + height: 987 m_MinSize: {x: 300, y: 100} m_MaxSize: {x: 24288, y: 16192} vertical: 1 - controlID: 153 + controlID: 40 --- !u!114 &7 MonoBehaviour: m_ObjectHideFlags: 52 @@ -165,12 +165,12 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 1160 - height: 352 + width: 1410 + height: 566 m_MinSize: {x: 300, y: 50} m_MaxSize: {x: 24288, y: 8096} vertical: 0 - controlID: 154 + controlID: 41 --- !u!114 &8 MonoBehaviour: m_ObjectHideFlags: 52 @@ -188,13 +188,13 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 0 - width: 263 - height: 352 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 15} + width: 316 + height: 566 + m_MinSize: {x: 201, y: 221} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 16} m_Panes: - - {fileID: 15} + - {fileID: 16} m_Selected: 0 m_LastSelected: 0 --- !u!114 &9 @@ -212,16 +212,16 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 263 + x: 316 y: 0 - width: 487 - height: 352 - m_MinSize: {x: 200, y: 200} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 16} + width: 591 + height: 566 + m_MinSize: {x: 202, y: 221} + m_MaxSize: {x: 4002, y: 4021} + m_ActualView: {fileID: 17} m_Panes: - - {fileID: 16} - {fileID: 17} + - {fileID: 18} m_Selected: 0 m_LastSelected: 1 --- !u!114 &10 @@ -239,15 +239,15 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 750 + x: 907 y: 0 - width: 410 - height: 352 - m_MinSize: {x: 102, y: 121} - m_MaxSize: {x: 4002, y: 4021} - m_ActualView: {fileID: 20} + width: 503 + height: 566 + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_ActualView: {fileID: 21} m_Panes: - - {fileID: 20} + - {fileID: 21} m_Selected: 0 m_LastSelected: 0 --- !u!114 &11 @@ -260,22 +260,23 @@ MonoBehaviour: m_Enabled: 1 m_EditorHideFlags: 1 m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0} - m_Name: ConsoleWindow + m_Name: GASWatcher m_EditorClassIdentifier: m_Children: [] m_Position: serializedVersion: 2 x: 0 - y: 352 - width: 1160 - height: 587 - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 14} + y: 566 + width: 1410 + height: 421 + m_MinSize: {x: 101, y: 121} + m_MaxSize: {x: 4001, y: 4021} + m_ActualView: {fileID: 13} m_Panes: - - {fileID: 18} - - {fileID: 14} - m_Selected: 1 + - {fileID: 19} + - {fileID: 15} + - {fileID: 13} + m_Selected: 2 m_LastSelected: 0 --- !u!114 &12 MonoBehaviour: @@ -292,19 +293,90 @@ MonoBehaviour: m_Children: [] m_Position: serializedVersion: 2 - x: 1160 + x: 1410 y: 0 - width: 760 - height: 939 + width: 510 + height: 987 m_MinSize: {x: 275, y: 50} m_MaxSize: {x: 4000, y: 4000} - m_ActualView: {fileID: 19} + m_ActualView: {fileID: 20} m_Panes: - - {fileID: 13} - - {fileID: 19} + - {fileID: 14} + - {fileID: 20} m_Selected: 1 m_LastSelected: 0 --- !u!114 &13 +MonoBehaviour: + m_ObjectHideFlags: 52 + 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: fdb20e1777ef464d86716c3505cab9a6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: EX Gameplay Ability System Watcher + m_Image: {fileID: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 639 + width: 1409 + height: 400 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 + serializationData: + SerializedFormat: 2 + SerializedBytes: + ReferencedUnityObjects: [] + SerializedBytesString: + Prefab: {fileID: 0} + PrefabModificationsReferencedUnityObjects: [] + PrefabModifications: [] + SerializationNodes: + - Name: inspectorTargetSerialized + Entry: 6 + Data: + labelWidth: 0.33 + windowPadding: {x: 4, y: 4, z: 4, w: 4} + useScrollView: 1 + drawUnityEditorPreview: 0 + wrappedAreaMaxHeight: 1000 + windowTitle: EX Gameplay Ability System Watcher + tips: "\u8BE5\u7A97\u53E3\u7528\u4E8E\u76D1\u89C6GAS\u8FD0\u884C\u72B6\u6001,\u5EFA\u8BAE\u5728\u8C03\u8BD5GAS\u7684\u89D2\u8272\u80FD\u529B\uFF0C\u6548\u679C\u65F6\u6253\u5F00\u8BE5\u7A97\u53E3\u3002" + onlyForGameRunning: "\u76D1\u89C6\u5668\u53EA\u5728\u6E38\u620F\u8FD0\u884C\u65F6\u53EF\u7528." + Navis: NAVI + ASC_Number: 0 + IID: 6 + instance: {fileID: 0} + Level: 1 + TargetIID: 0 + Abilities: + - JisolDemo1 | Lv.0 (Active) + OutsideAttributes: [] + Attributes: + - "AttributeSet: AS_BaseAttribute \u2193" + - ' - HP = 0(0 + 0)' + FinalAttributes: [] + Effects: [] + FixedTag: [] + DynamicTag: [] + DamageRecorder: [] +--- !u!114 &14 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -319,7 +391,7 @@ MonoBehaviour: m_MinSize: {x: 300, y: 360} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Navigation (Obsolete) + m_Text: "\u5BFC\u822A\uFF08\u8FC7\u65F6\uFF09" m_Image: {fileID: 1087843850482249999, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: @@ -338,41 +410,41 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 ---- !u!114 &14 -MonoBehaviour: - m_ObjectHideFlags: 52 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 1 - m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_MinSize: {x: 100, y: 100} - m_MaxSize: {x: 4000, y: 4000} - m_TitleContent: - m_Text: Console - m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} - m_Tooltip: - m_Pos: - serializedVersion: 2 - x: 0 - y: 425 - width: 1159 - height: 566 - m_SerializedDataModeController: - m_DataMode: 0 - m_PreferredDataMode: 0 - m_SupportedDataModes: - isAutomatic: 1 - m_ViewDataDictionary: {fileID: 0} - m_OverlayCanvas: - m_LastAppliedPresetName: Default - m_SaveData: [] - m_OverlaysVisible: 1 --- !u!114 &15 +MonoBehaviour: + m_ObjectHideFlags: 52 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 1 + m_Script: {fileID: 12003, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_MinSize: {x: 100, y: 100} + m_MaxSize: {x: 4000, y: 4000} + m_TitleContent: + m_Text: "\u63A7\u5236\u53F0" + m_Image: {fileID: -4327648978806127646, guid: 0000000000000000d000000000000000, type: 0} + m_Tooltip: + m_Pos: + serializedVersion: 2 + x: 0 + y: 639 + width: 1409 + height: 400 + m_SerializedDataModeController: + m_DataMode: 0 + m_PreferredDataMode: 0 + m_SupportedDataModes: + isAutomatic: 1 + m_ViewDataDictionary: {fileID: 0} + m_OverlayCanvas: + m_LastAppliedPresetName: Default + m_SaveData: [] + m_OverlaysVisible: 1 +--- !u!114 &16 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -387,15 +459,15 @@ MonoBehaviour: m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Hierarchy + m_Text: "\u5C42\u7EA7" m_Image: {fileID: 7966133145522015247, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 x: 0 y: 73 - width: 262 - height: 331 + width: 315 + height: 545 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -409,9 +481,9 @@ MonoBehaviour: m_SceneHierarchy: m_TreeViewState: scrollPos: {x: 0, y: 0} - m_SelectedIDs: 9a720000 + m_SelectedIDs: 7a93ffff m_LastClickedID: 0 - m_ExpandedIDs: e4deffff + m_ExpandedIDs: e6ecffff86730000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -435,7 +507,7 @@ MonoBehaviour: m_IsLocked: 0 m_CurrentSortingName: TransformSorting m_WindowGUID: 4c969a2b90040154d917609493e03593 ---- !u!114 &16 +--- !u!114 &17 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -450,15 +522,15 @@ MonoBehaviour: m_MinSize: {x: 200, y: 200} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Scene + m_Text: "\u573A\u666F" m_Image: {fileID: 2593428753322112591, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 263 + x: 316 y: 73 - width: 485 - height: 331 + width: 589 + height: 545 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -804,9 +876,9 @@ MonoBehaviour: m_PlayAudio: 0 m_AudioPlay: 0 m_Position: - m_Target: {x: 25.396976, y: 11.991324, z: -18.690695} + m_Target: {x: 5.7347937, y: 0.33909965, z: 1.5930326} speed: 2 - m_Value: {x: 25.396976, y: 11.991324, z: -18.690695} + m_Value: {x: 5.7347937, y: 0.33909965, z: 1.5930326} m_RenderMode: 0 m_CameraMode: drawMode: 0 @@ -852,13 +924,13 @@ MonoBehaviour: m_GridAxis: 1 m_gridOpacity: 0.5 m_Rotation: - m_Target: {x: -0.28514966, y: 0.2974373, z: -0.093577996, w: -0.90634847} + m_Target: {x: -0.17772926, y: -0.03778074, z: 0.006825499, w: -0.9833449} speed: 2 - m_Value: {x: -0.28514916, y: 0.29743677, z: -0.09357783, w: -0.90634686} + m_Value: {x: -0.1777267, y: -0.037780195, z: 0.0068254005, w: -0.9833307} m_Size: - m_Target: 4.716706 + m_Target: 10 speed: 2 - m_Value: 4.716706 + m_Value: 10 m_Ortho: m_Target: 0 speed: 2 @@ -883,7 +955,7 @@ MonoBehaviour: m_SceneVisActive: 1 m_LastLockedObject: {fileID: 0} m_ViewIsLockedToObject: 0 ---- !u!114 &17 +--- !u!114 &18 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -898,7 +970,7 @@ MonoBehaviour: m_MinSize: {x: 455, y: 354} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Asset Store + m_Text: "\u8D44\u6E90\u5546\u5E97" m_Image: {fileID: -8693916549880196297, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: @@ -917,7 +989,7 @@ MonoBehaviour: m_LastAppliedPresetName: Default m_SaveData: [] m_OverlaysVisible: 1 ---- !u!114 &18 +--- !u!114 &19 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -932,15 +1004,15 @@ MonoBehaviour: m_MinSize: {x: 230, y: 250} m_MaxSize: {x: 10000, y: 10000} m_TitleContent: - m_Text: Project + m_Text: "\u9879\u76EE" m_Image: {fileID: -5467254957812901981, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 x: 0 - y: 425 - width: 1159 - height: 566 + y: 639 + width: 1409 + height: 400 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -962,7 +1034,7 @@ MonoBehaviour: m_SkipHidden: 0 m_SearchArea: 1 m_Folders: - - Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib + - Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset m_Globs: [] m_OriginalText: m_ImportLogFlags: 0 @@ -970,16 +1042,16 @@ MonoBehaviour: m_ViewMode: 1 m_StartGridSize: 96 m_LastFolders: - - Assets/Scripts/GASSamples/GAS/Config/AbilitySystemComponentLib + - Assets/HotScripts/JNGame/Runtime/GAS/UnityExt/ScriptableAsset m_LastFoldersGridSize: 96 - m_LastProjectPath: D:\myproject\JisolGame\JNFrame2 + m_LastProjectPath: D:\Jisol\JisolGame\JNFrame2 m_LockTracker: m_IsLocked: 0 m_FolderTreeState: - scrollPos: {x: 0, y: 2} - m_SelectedIDs: 687b0000 - m_LastClickedID: 31592 - m_ExpandedIDs: 000000001273000038730000507b0000547b0000647b000000ca9a3bffffff7f + scrollPos: {x: 0, y: 4} + m_SelectedIDs: 306c0000 + m_LastClickedID: 27696 + m_ExpandedIDs: 00000000186c0000cc730000ce730000d0730000d2730000d4730000d6730000d8730000da730000dc730000de730000e0730000e2730000e4730000e6730000e8730000ea730000ec730000ee730000f0730000f2730000f4730000f6730000f8730000fa73000000ca9a3b m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1007,7 +1079,7 @@ MonoBehaviour: scrollPos: {x: 0, y: 0} m_SelectedIDs: m_LastClickedID: 0 - m_ExpandedIDs: 000000001273000000ca9a3bffffff7f + m_ExpandedIDs: 00000000cc730000ce730000d0730000d2730000d4730000d6730000d8730000da730000dc730000de730000e0730000e2730000e4730000e6730000e8730000ea730000ec730000ee730000f0730000f2730000f4730000f6730000f8730000fa730000 m_RenameOverlay: m_UserAcceptedRename: 0 m_Name: @@ -1032,9 +1104,9 @@ MonoBehaviour: m_Icon: {fileID: 0} m_ResourceFile: m_ListAreaState: - m_SelectedInstanceIDs: - m_LastClickedInstanceID: 0 - m_HadKeyboardFocusLastEvent: 1 + m_SelectedInstanceIDs: 7a93ffff + m_LastClickedInstanceID: -27782 + m_HadKeyboardFocusLastEvent: 0 m_ExpandedInstanceIDs: c623000000000000 m_RenameOverlay: m_UserAcceptedRename: 0 @@ -1063,7 +1135,7 @@ MonoBehaviour: m_GridSize: 96 m_SkipHiddenPackages: 0 m_DirectoriesAreaWidth: 295 ---- !u!114 &19 +--- !u!114 &20 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1078,15 +1150,15 @@ MonoBehaviour: m_MinSize: {x: 275, y: 50} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Inspector + m_Text: "\u68C0\u67E5\u5668" m_Image: {fileID: -2667387946076563598, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 1160 + x: 1410 y: 73 - width: 759 - height: 918 + width: 509 + height: 966 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1110,7 +1182,7 @@ MonoBehaviour: m_LockTracker: m_IsLocked: 0 m_PreviewWindow: {fileID: 0} ---- !u!114 &20 +--- !u!114 &21 MonoBehaviour: m_ObjectHideFlags: 52 m_CorrespondingSourceObject: {fileID: 0} @@ -1125,15 +1197,15 @@ MonoBehaviour: m_MinSize: {x: 100, y: 100} m_MaxSize: {x: 4000, y: 4000} m_TitleContent: - m_Text: Game + m_Text: "\u6E38\u620F" m_Image: {fileID: -6423792434712278376, guid: 0000000000000000d000000000000000, type: 0} m_Tooltip: m_Pos: serializedVersion: 2 - x: 750 + x: 907 y: 73 - width: 408 - height: 331 + width: 501 + height: 545 m_SerializedDataModeController: m_DataMode: 0 m_PreferredDataMode: 0 @@ -1152,7 +1224,7 @@ MonoBehaviour: m_ShowGizmos: 0 m_TargetDisplay: 0 m_ClearColor: {r: 0, g: 0, b: 0, a: 0} - m_TargetSize: {x: 408, y: 310} + m_TargetSize: {x: 501, y: 524} m_TextureFilterMode: 0 m_TextureHideFlags: 61 m_RenderIMGUI: 1 @@ -1167,10 +1239,10 @@ MonoBehaviour: m_VRangeLocked: 0 hZoomLockedByDefault: 0 vZoomLockedByDefault: 0 - m_HBaseRangeMin: -204 - m_HBaseRangeMax: 204 - m_VBaseRangeMin: -155 - m_VBaseRangeMax: 155 + m_HBaseRangeMin: -250.5 + m_HBaseRangeMax: 250.5 + m_VBaseRangeMin: -262 + m_VBaseRangeMax: 262 m_HAllowExceedBaseRangeMin: 1 m_HAllowExceedBaseRangeMax: 1 m_VAllowExceedBaseRangeMin: 1 @@ -1179,7 +1251,7 @@ MonoBehaviour: m_HSlider: 0 m_VSlider: 0 m_IgnoreScrollWheelUntilClicked: 0 - m_EnableMouseInput: 0 + m_EnableMouseInput: 1 m_EnableSliderZoomHorizontal: 0 m_EnableSliderZoomVertical: 0 m_UniformScale: 1 @@ -1188,23 +1260,23 @@ MonoBehaviour: serializedVersion: 2 x: 0 y: 21 - width: 408 - height: 310 + width: 501 + height: 524 m_Scale: {x: 1, y: 1} - m_Translation: {x: 204, y: 155} + m_Translation: {x: 250.5, y: 262} m_MarginLeft: 0 m_MarginRight: 0 m_MarginTop: 0 m_MarginBottom: 0 m_LastShownAreaInsideMargins: serializedVersion: 2 - x: -204 - y: -155 - width: 408 - height: 310 + x: -250.5 + y: -262 + width: 501 + height: 524 m_MinimalGUI: 1 m_defaultScale: 1 - m_LastWindowPixelSize: {x: 408, y: 331} + m_LastWindowPixelSize: {x: 501, y: 545} m_ClearInEditMode: 1 m_NoCameraWarning: 1 m_LowResolutionForAspectRatios: 01000000000000000000 diff --git a/JNFrame2/obj/Debug/AimingRig.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/AimingRig.csproj.AssemblyReference.cache index f4d7c3f7c6c35ceb0913f6fda253fd6e34917fb3..3e3f128916b6ea58ec67b34b3f6041fc1f28f0b1 100644 GIT binary patch delta 451 zcmYk2O(=tL9LN2i{d#QkWG`B67KXHGE{Y4K6)86-3E7L;Jm%)Gl_Ur4AS2J=Yc+|I zn(}fmC0TKBa}-)$GUXs~aB#tYo5}Up=hx@^{eE5>vabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcO2icnw|!-T>YN31-G-Gp7v|(($HJ>)7ruXXebD^Y=f`2hX-zt>84=pY}$h>AB!~ zb(C^F-QC{Z?d)}SKD*dScBb}}RMS4wY&v9u%^|Jt6>~1YKklSi76b;`YX24geE*L- zK@hx9aoxS{lD+J|?8)Fq^Xs{v%z^nE#1}k+{cg7#?srXO-6xTCQDogJvaXG+TSr#k z>psmtwvjn_D>(E5+G@w33NFRLcE|l}wZk&grGf(irB*E4YLCiU#*;5$HI|nk4n%24 zHp&D0%ZyKeE;JJ0E4 zT4t~bSN)5fGyAHU)f@Xh2=4i;el$8(Y`GxtUh{dqGUbv0d((%x3~2)GdK{-QlG$_B`X5*9e=#N zB!QyfGoG0mLx8^QL(eHAejAZ&=`#yQK%$$9u1ATkeIvS_VA)FZgt7!b{BLR~^IQtT z*b#dK>O!iVi3HAIDb3aqa{?O`jL~9Mm}%JUHwEkoo-=KF00H=hKeKg&1RUCqy`lhp zSc){GbcA>P2%`m4kPb|tRAyOGmK56MWB5*=fk;8o@{PJpm`P1(U1+0+Sy`Aty9!6h z51P!HSq&T%0gHBhs93RRV)vl6IX22FXG=nm7zau*PT4sq*Ms3Psi>nK8$WnV7$%A< z<|$AV4{BTS86hkr5|0(9XdJYP2e}dUrUhPAdYBL*QYTS4D^_O9<&71YhtXH3k*P2& z zSZyENLZ3_~1oG=X`7|E%2R#A})%FoHk|@a_a$AEy#m{+M8T~3L9q2uO%rRHGWLcFX zT1Q7RAxad02-%XDdQ@nRSq`Cj?jto|M2wb-YZ$WPl8_)IT_df4<+PbZ>u6lHU%KE# zyT~To`VSAxlk|~uQV0{Uk!(MKOhzKPN|w>JOG+_8`9B{V8LecN6s2{c4I0D3?s^Ij z_5TSMl>U!Y$zzHtL8Kmqgk%>@raNow?$xKp*xTFQ+xff|eBGeaxi;uFnVu+3>svQ^ zdG;jsKiO08Ki5HcR_M?#_vcK*DG@4oVhICVuIJbw_=?S4ojXHYl6_r>h|z2 zuz~haKZMl8W?aa6$5hNdT=4`Vo|hS;NyEC`)>zKwLKZ|n5+%reMGj1myg zBygm_IB^BZp{Rv$HH$97G2}~=8;Wc}sd-fLe1+=$A2ziN>cc`XSeX0k?5ayL5AKkaYJc>n+a literal 11 QcmeZu3JP{+WMlvW01Ze1dH?_b diff --git a/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/Assembly-CSharp-firstpass.csproj.AssemblyReference.cache index 1f0429e79e9fa115c0a4239e1dac90ef3a4924e9..b50d93c3859b05cf98655d0546a7cf3487cb3147 100644 GIT binary patch delta 27798 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 delta 569 zcmYk2OGwmF6vqGGalB4>htbg*wNc3jAriW4r9nbejtVMD6TSv5an(kM5*3OzB`sVW z2wEsan+!zb(xSGbqWHj#ATCUq7UgpWGn>h|_pd{n%f07*-}#;MsZY*{`iph98k=f> zJj>$3O|;8!b?wZJ{dFgRd`|zKI37v5#tWNRcc+ccxG=Z^V(OTH+XoIO`Vwhe^no zH>oV+L83A<|LBI}!f5QRPgN3?K&05fp&5 z877t@hLegu1e^qJby2IdgEfCSJmR7pgH*>ZDuk%pGjSETDGS`4Nqy4h8F{%zl&e$^ j^+VV@s^KgeJ`YccOLQ9<|G}ldKiI_`k}CMsW%_suA-30G diff --git a/JNFrame2/obj/Debug/FairyGUI.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/FairyGUI.Editor.csproj.AssemblyReference.cache index 556836ad55f068538412ae9eec7b96a3572e6b54..8e9d3497f016f3dc91ca63d4ec6852ca61986678 100644 GIT binary patch delta 27548 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

8WTK*`X+blOVK%r>LoA#VT% zDc=rRnYZJgB%S+GR;GcUF!@cKOLMDUb%OXR>@6ydKQqvQC;l6qX`d5BFZ_6d#j@uA z$~QVxR=n~gF)Bm|6YY*abfTY}bTCs0c-m7`OE1qeWC;EB9lT(%TH5`T0|6!MUqmMe zr?B@@H8KKa(TsN+gis5;|1tK~_)|UI{H~)mX5jSjY3$^10~58BV>Dg(Dc;kF`vtvE zMyr`!l~y;QJhI7DXV0vmb^P-tyXEC=oP~>ZY^0`A zd5h5NF5o!cKEJab#PSRL6|sOCV|Z10T83Z)XmmXWw25C}F?{;728;`&_v>*iD*o!X z&#-Uidu5g^RD8~C-296{YR3-!vO$RRmtfPrBprCJbVW-eqC3TXbi(Z~nUT5m?)^>U zF@;s{m%k=ayed;BfPkA}{jE|%+4Vkmu|e#^>ttqb{Hgc|#+iCtA`y<=fr?V>xWq0( z)M+Mq-Zm8)TF*}|QCr%x9&Ns70mj(%FJZVkbA=Re4d2&a#SyNR()+LSUASidn+&79 zJ|@T6OQ%AvJ2iwc(pBF|m#&IH5-NV}mtMP$tPlM+1`^JT5&>mct?FIzO(Q}()A`@w zv^VQJd-$0CoddNpf(??k_#;og&Hmwk@ix1NVdwb9R(f1^drvIQijKBXA86p(i zV6z#XJ2ZsQ)7v-kA)wWh+8-RaNMm4ZwMl%uHs?R2OtsfxZ$(AWYxjt@QJ0ta5bNMM zw=iOGJWxRN3~IWEK5AKxj55E0?5(>^rm7aB4P>C(?=(2R;k4sD6as&$r}cM`SG+F< z?c(5Cu?K8LuNIPZw98#m&P8?EF5c4nDXT{!?>R6Pl!fpTJref}n&iNJQmopL*h~`t zpm88=L8Bj_Ne=zQ)1L?^!aN7ahk#nT?Pq*E^2EFEAPH6TGwHy6vy0dx1l$b6w_4L} z(>U^>y+%gj5bsu^=S>ho8k%bUpi@Q zgW0=I8m=I3$64>JQ7@B3^>i*8TaggyqTzb7Xv3k1<4g~@YIIafGy?sz8wQphE*fvT z@-LjUukJ}wbpw@OZ0$_bbsA6Ymn+DN9zW9@ou;>EhWyfo$6yE^00*BB8 uZW?^6sxpMBaYPgvoZ-BsJba6hg~BXsj}7ru{#z>2KHo delta 29 kcmX^4T;RnV4h}X(Hbw>pM(4?fVh)WStsab9J(v{u0DwOSg#Z8m diff --git a/JNFrame2/obj/Debug/FairyGUI.Runtime.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/FairyGUI.Runtime.csproj.AssemblyReference.cache index 1d6c08779d0cf082b1f55026bb9731025684811f..d42dc391dd087e8da4642a6ae23cf64fa39484e2 100644 GIT binary patch delta 26974 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 delta 26 icmZ4god4Dxb`Ca1CPoGZM(4?iLJo}{TRj+s-T?q@AqU0) diff --git a/JNFrame2/obj/Debug/GASSamples.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/GASSamples.Editor.csproj.AssemblyReference.cache index 7447cdc2008a4fc25b4485a2879d367319d8e305..5dfaaac6b4ea5463b2e8852d4dfdb48d47e4b763 100644 GIT binary patch delta 26854 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 X-t;StgNMeq$3u$i?`Zz7^{@UvXEQX% delta 50 zcmV-20L}lq%@E*^2nYrN0s#O30Yj597C@IR2m%R{!*&suM+gEel6OOsph*US*M-*s Iwbud(2WqwtX#fBK diff --git a/JNFrame2/obj/Debug/GameLauncher.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/GameLauncher.csproj.AssemblyReference.cache index 712fc715efc5062b48e2e61dec388346ad70ca6d..4a8e5a43eca39acdd95182d3267337845a3cdae0 100644 GIT binary patch delta 27010 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 T-@#<%uiv>^8H^wQ9+mzd?YE_> delta 26 hcmZpD!{2$Ior8^$nUR5k(Rp&BkVB)#Ru4wU_W)wW2ZR6s diff --git a/JNFrame2/obj/Debug/GameScripts.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/GameScripts.csproj.AssemblyReference.cache index 7878cac246dd399b8f8e06f5f7dc664ea7c499e1..24eb32670e4d0008429b9802b1010e84371138dd 100644 GIT binary patch literal 139587 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 delta 45 zcmX?nh~pR&udh>3urnhgBLf2iqub=f+bYvv%P|Q~pC!X2#-?ZJal-uL^ldUsF90j& B4j%vj diff --git a/JNFrame2/obj/Debug/HotMain.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/HotMain.csproj.AssemblyReference.cache index 84d6bf3e982f361a0d1c16edba08ddcd97158e21..6f2ec132b8253a27a3b3d092d914e8a3cfb23551 100644 GIT binary patch literal 133069 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 F{{ToTAsPSx delta 54 zcmX@x&+(Uq*Vid1*qM=$iGhKE(Q$epE0gJT5oRVqHdQ;%6XqYcYcn%xF|wW9=>gFUE)su%o125?E+taaCd~JF7A@E3^LoFY_xoE)I-gFRR*5Z$g20CL9{13;nowCn z6)#jvsvzC%vtvgdC!cHpo}%Sj^46B%$X_ZSmc^vVW-y)=JJ6M&dibMMC+9XAGr7l{ zl`-apFG^knqSU6}F3Jd{ML%A(GU>v5ltQ|1pD>x_-%Z2$Cb{KtpqMJrx*$SO(KEe83uLxUI^<>W)SOxELYm)6jCQy$$bIeg6q8BEZK{t~X7 P$3Yvq_IT5pJzD+&^C_%l delta 62 zcmaF0Q0RY;5C6&u5+ef@i{DJ2|A*0fy2MZB Se{5^>^nn7~WqvUy_W%HpWEUv_ diff --git a/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/JNGame.Editor.csproj.AssemblyReference.cache index 5d83af5f2deeebd2a661e1724d76830a80603c37..324106bc372b757ba3d902aa1063ff638ab74db6 100644 GIT binary patch literal 134819 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

  • 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 Ksp%CQOz#1?)DP_d diff --git a/JNFrame2/obj/Debug/JNGame.Root.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/JNGame.Root.csproj.AssemblyReference.cache index 30265fea5e7c25690c355690972ad920286aaf65..7f957a5191112bf18d7886ca2246c1bd2015f193 100644 GIT binary patch literal 132782 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 R#7Fg^ue7TVeWFf%{|BO!&#nLf delta 42 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 RkIC{e&h0P%$k}P${{h=vOtk<2 delta 29 lcmaDnUtsqn4h}X(W<~}EM(4?fVh)WStsab9J(xao004I>2kHO- diff --git a/JNFrame2/obj/Debug/SHFrame.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/SHFrame.Editor.csproj.AssemblyReference.cache index bc5065b699c1d7f6a914f02a648b913734c304e0..9bbefd80799df608d4d133b6b05472523d84af4a 100644 GIT binary patch literal 141592 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

    uIWnHYg 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

    yhIi!lLiJg8OlJIO)prdeYhaZ`7;k5&< zx2!bQl2Z79q}k5yLlEhm*@WCl+Hr}SgdQ2TH_5P*CdBS;QAd=d0>tGFvV;U5OB$^& zIj|F};<1KU&FuPS6Yf1Si0;`)gHqN-V#`HV8A9YTXe3S3;rV!Cn9gjU`J5a%XQVml z4scFoi0qQcBOVYL3DN8^MnVip`Z;7I^q5CR>hNqNA;yCXjMH$0#u{ZIk*Ae3TH5oG z#WQ9YuLovE8Hz@G*0JfQIq11BpprNz-8=U@2b^YsHxC#Ys$k?>GzN&!p%u_%20i>Q zGi&qSJu^)AKu&TBJlGRidZj^Qtej_VVvsppzc=@ZIb|;5B&&9=afd`gPr?huNMt9_ z8EK6VmQoTxc;(l#87Iq@WB^$tl&LSqlPC!E=0-|MV|eLL7nwLCZ$7pBEw{G zgrOhtnD5K=lTK`N*)q>jjz)|IUJe>KvXvx>P~lx6qXtx($yg_tL4^$Xxg=b?FJxe5 zGiUFpkO3d*i%}#-bJDY<(2x`U(V(Z;-I-=3gP7@1%YBKTkTl#X&l5y3dy+2tELRyl zGH%#A<0iBf^lcl|tn2_JsYxPfzNq)+qgd{NF(aokvw5sm`vMpV7v1FY!Kb%>V3<2ScvU+6fh-b!bOlaVOKI4u=VbN!VB{EGX zX;9p6=GoY#nUXZ&0)adp8EvI{qfOUBS{Q6yBKbbJvADPh^c6-rzzFT4yLGyMagDXk zG{%`6o04uFgrSu!yPSs)*i&yyOD1Ylqfn+E$W=}S{4<=@&LR#REuf|<`4w4DDIFV&_mI5YT{=L*?2-WbP@7 zd*`MsUkkRRfQuPYux%Bmio`n&vr!pN34#XIgT(+^;a$Rj0AyoL8b*88l0u_R5CSH6 zKQ^cgtMNcl&%rb`-3r>os9c303C&wA5**t?aM*(%2qWYF%#uRNHyF{Z_dten$`zrN z1xpGVKn20dN*M&nxT95`Bd8i&>}B2xo`hG|gwhGnbtrUAsH`P^0^=v<|-5mKX|i}8VABWN0h_Weg6U%4WCc`VCL_g(=h}z>ZC7 zHOl}cbcgPh;EQ$}C^`9hpu5hgK#bZK98Ew&QDLF@eBV7KJj?);`?~Z5I73$CCyx{l zP3AdCKwi4r0LgHhqdu}#!Vn(8();xb0KsIOKG}gxkJ0*tMS>%;yYusJ{eosa_dFfy zzq6#E0aT!F0nGdQvC+f|+;s=tk3~R)>c7@_b4gINgkuYOGNmZL7J$#PMY zBs8ED?zB1E^OUV7qP4~1$rRk92?j?h0ouWYl@qjIUHAa@Rv26mY2b&Qz5dw0$S7np zNAZR>(hFsxktcajt;`-T4_b-2N(n7Zjoy-O6QyMbqoGE@)F8%)bDyz#*h0+JOT^;z zz(J5xbAo0kjdMU#HZ48R`^f-po9Uo+eF5kp0Ugb?vDUZVBYrgRIy0H0$UDPX zA{ucDDWo1$i9me<;wLcfU}S?oV$bJepMaRp9EBe06A%l< zqEFef*d_jkV0f>{!bAjA;tUMdMUp8!CN9ezCm4wik4uK+D|b&wc3?V3QQ9GI78(Lk3CcljOM7@Lp@XuQn3hBHXHF^voBwYvG&$; z3z{7GMx&8uqn5;-hnsx)VvLQ&97PAQcNiWo_{uoc_!OR8}5=hda>na10?vo4bGW@YH86j56Hi zD8x_;C?g9CEOowZwdc{35hEx%n2XF74i|xpdd9#TnxDdnAo@GIYI~u76%$wKdLWBA zHCJuPU;rA1V8W`Z5!w4Jxl$8(RbJ{FV3d>WEvJ`M^M zZ^bX6tz7`F+mYF{DsdK6o98|Uh$9GL`&!_xos0d5d)XoGTV8H4oO=$V4(pT#i^6p# z?^7S3d*}-+K?Jx#sSiUa=?MHweHiX?H1%1C(L|Yq29~TBlGs`0{j83)NKFD9c;(c< zfo63Mk6^I5`zs%3bq5f9^ie$Btbgn>h+T)Uhj+iAA0= z|L6TO5s;=9Y+un*dblAKPiSqz86R3EvQtZ9&c9_MJBvArH?&M-7sw;9b^9^toUM1n z6Wz15&Q3iH=M=&Yj6+D0YonJ0-1+_$xPXCdT;?d|&U8_{N2v4Q3M{U05A0JPVeY*q zoDxX)kmp$ zg76s(vOQ^@AmlVhQAf=agkrHMR5nlW@U&*jFSB=J5;ul!)q$TI=z@rJp9T1ES~Jgd z?$vJ5Z9h=2G-wo7Z_}Pvmnst%g_Z~yLL3S4DmCz1@P}Qk_HT)R;Vwt9g_Z~yS!iG>+*0iQ z;cJEz^U`{vTWb+7N29~nSV~D~`FHpl%U+IR3w7SG!gvHO5AG!8riNxFZ`gv%;rF+a z7n1^mDP+1QqpJo!!TKo=?;_=@QwSD3>du{C?s;N02VI9e zKP5b;4_&oH(_th*tHB=}`It@S-M%GMG;=xXl+fAVv?wg9l(k`bUyz4F%+WgZ`8p`e zr`b!|NH&EE@^)$rF!$-7e+79vi#ZB2RFJm|#DY!P>W}w5e}*V}YDGM;4E9|lI?VQZ zL5C0O`4c~3fDU>xchLFR^C#vrN0Enm5XC~#=u=pj@V+n)#i?hmtR)T(73L9*q+9c^ zFpn6^QAnY}JQ9Njk-{zA-p>yW0bFlOMDs(I5(CP8V}^h8LzcZ9h1Ftf+QbUOf=k`j z41ZGm`TFv-o)n*;N2mCRP7+!Eruc}t9K{u?X+c~eQF0qq4LZ1|ERyOr48j#3XjCCO zj4JmO%U@I>=5iEO^u!T~!lFu9F7N#@vT$fL#6!!#y{-gPMb*Ma6@&1+;JrW7i!LTcm(?{TJH63uS5)8HSa6vBJMhjp8jwF@dF+}cc;$RTdfrTMH+wZxqew*8$+?N<5iEVU*o2p=F4ESXTA{-~MNV+M&E*FTe@Q(i2}&O? zHpwJo4|LlZdK&l4`>$Oj^9YjOm*HrcR)S;w;XOOTH3n3M6Fz`Zh{G{7GWcQV6+V{X zgly)hPef%np-e3DlpUk)EAm7~vyj*))n1p1~YN8rn3+i^GCU*(!tgcdOHam~fkI>@XLi4c)Eo z_z;Gjdw})vZgodia}aO*O0e}!z)7R>w>>>1tjy6gR)OJwFf zN3omgwUKBzE8MaAlidgBg^^e|z9NZ+ufV}h%Ah6o4H(8?hGP8SK+iP3uiyPJX8F!h z2zU0%I4pdX_09NDDzx&NIq42P5eW$wg7L}-M~e}Ok%*AVAkxQ`5stweg&r;ya^kQc zQ&x}mu~Z1s%?P>obGmUv3CKf*sN+k8PS0W#x`+4OP%3odI7ea0mkOQ4V_~YSqP@nq zQXwnYtYkc9Sj_NpBoRG=3lR3FFf!f!W*{x*n_~g>@;5I;dlViO}P14A(uigaqi$`I4WQ#XJYDCfym;R~q)==G$X% zN^K*@j?Nu*=lMCQu`!vWm^;H+?KI*5-c%v3%U{IJOr?bNor6V!Lt>1!K^EL_cx6^v z&h>4#3p0SQI6aWNoZ9F|qAE3bpgb(l3Y8(vXWs^n?Q9GQu_p9wCOJl%1vZEE=H2Dn zD4B8(a6;c^O2k4=8RER(rocD@GKUvMRJ2XO;SovX`M6ENfzcd|tZ18pgH#?N(2tn} z<-T#MD(K=SGYP>1lIZhwCLv%mN3lm{5(1e#LZ0`RZ#U{IQ$e>i5_I`CLx_>)eyFs6 zmv1xN39YqO70vUF+d0>u6Xil%`e#6u#d@|1EV>LL6qD%NJT@iFsQ7z zI_7!lq_I5#&Vh3%4G*dgr#oC!JilMx=Hp&C zXI`Z-cTn{Gek%cEYLFlzJm5%1q!RXq97y|-_A_4tY{fq_7g zFRmK#!`4Y}&kLZvaL$6!aFpC+6bhBM6c)F(hQdYRaJaP43{inWT_s?tthk`Kure>; z{f$VxNcCDmi$=v4ZsCb5&hbniiJrk8(0$I}=fu^4Q)wLTS%>GN8nPCq{gOLB-L$MyQvl{@%4)XNQnoqBmt2Q?Spr2Rw`t_l2YI__7kE$ z!}Db`kh4)=tSu7LgOvJ4kNDww%j;R{LnJ<`4}GOwedrT~>YJN2`Wp3Q3S8C@qb5tQ zEWs!|h&DVSl~m_KWoRT{O{sOZn7KVfy{5HU#tpqq{Oo&#QcJx&sgLUAzuK-|o3F&F>< delta 46 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 T-@#<%uiv>^8H^wQ9+mzd?YE_> delta 26 hcmZpD!{2$Ior8^$nUR5k(Rp&BkVB)#Ru4wU_W)wW2ZR6s diff --git a/JNFrame2/obj/Debug/Samples.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/Samples.csproj.AssemblyReference.cache index 6613185bb7e158d8090ea5ff89e7867b9a0d36ee..f63ab305f57cacebde4d26abaf66e88f429c4b6d 100644 GIT binary patch literal 134420 zcmdsg34B$>^?#m#D5z{Ai>QcJ1>wEy3%EhT5)2SY!lF^UdG989@RsnFKtx1~d!;V8 zudyyztV?b6XI-dPORI<${bNPZTCIu|7k;g^MXSG=d+*#??%ew($=plsKm8PtcZPSC z@0@ey%$b?}0|Ntjd4ai=lN+bj);2aIqM45Ak!Yr|Fu$-cSQIQMZ7v8GG{V11rW&i1 zjM6wqNhmF9#Gp;IL=!6c=U^lj3xIz!FK_I33$7Wn^MF7gFi`(@HCpW>_%Znd|1z)! z{L=SA@CWdFU_o;0rG8@ZeQ|ieHHJeE(v58}AvrVyR_;j_SKDkUyoSevle@XiZ z3}`O~ql)s23M%pf3ni*?YW19CBpXw)KL7D@gQ3qu3HF1CP*AZ;Tu>}xfza^jJQjPa zs^^QU+92GQswQ|fz)Y*!_*|l@n`ELo99GlmXj3!>9F4u!kD}0H9V2LfrEXx|$_)Yg z1vwa(XqF{1&60?ulF`WQxeiWe3?&*fK+qs9ZWx4Ng|J4Q6U!1!agJ0|MB_>Zgd=u# z;Bb04Efz&DXozN43_)>1*kQf{!xGJKu1qte(`sf~HW7)b_J%lul8YT7Xo^-hOu_O( z7^B{iX^G}IQ>Hnxk!aH15F;p=Fs+~on%pn}=7LcETpLDvsoE=J$xJJ&cASS&YA0y- zq1p*9?9@(>NL0Hb5$%<+Y&xT+suOM546A({296}LWE~=Cgs2PHw=zT6qQRMMi6)82 zH_3c85m8fWinR)!6GwBzqelrECgz@DXnqLWEXv8eMDxfD*OkdcMonaDl1jwhG*q~@ zj1V-78{yi*3tDKvbTQZf2CR*$#!B|Qv&LBZEEOWyQ9CiqUEX>8aMAMut(KJ$oHiQC`N2eKv79Ffy{#TOo!SMRnSI+ zf@*i8pp94{6i!uH(dQCXEwh|AQ;DmUARThbQ>k(uJ3vtNZj|#_RtOVNu!dZj|f@E(q0AB|CydqS|E^DyrjPcOI-0 z+x1OtHsQf@fGSjQM+ut3jY0*NAHpb9p@K^+(L7RTg>y}ho)wr@&=juB3d{vz0D4wn z5{YV;Ss&6$sWobg61MC*;~7EKhb$umP2fg-$ifR@2&z70A(UtinQZ{G>*md^Q&UkT z7Cq0QP(-x>aK;Fl#Emup4mX5Rs5Sr&sYJ8L+;^x+hM`5c+t0YdP3=2ahX@+QjeQ3z zGlWg3eFrP0M3bB)v34|fL3LI2R5prZV~iwAF(k2|8Nx2qjYu{K1I)8yRif%;R#a;h zP)ZHQ)VdC^85g%V0aa1u4H7hk8x>U^JA_H7iYkv*qG_TMXGN`=YEGu&N+PTZl)R54 zfoDHd&`ir+m@)QD5ym=OObm%8Ym{lS){b;EoMxvH&b~%b;*r#XhKaag7?Kad7PYp_ zN>snhqDZYSNMV(|0jQz~Loa9oH;N(*Cxj8Gq6kAK(F`)Tf@)Jqh*Hsg2%22b2yScz z(Tor_ptgc&Dv2hLSsVvUwy7Yps}^5`vnr}M&JGYXgB!(hmKDMfRB@c8lW2+yB*ujK z*+eE9SF6FP6MZQ-FQIjCXeUfS`xE+Whv_nfbi`f!_XG`jX~2cR(nVGYL#KKmu|yom zECvP%RNCOF8#X}USxJ=xIAa9u=|(w#!wq3FsvN)}m1q{3rR2I+C8b8H;XYzQ ziCNs`>e17U^GH-FnLA3*G;WlVx%?2up-RbIVu|LF8OZ9|Qqhb$M@cWUpE6V+V+RNt z#f?D5vO?H{3S=yuL{rEtFY9aq@U%I&FRHw386jv4H_FQvUI=SYgQFHZ485Q!+*s@|oDhbf7CQ`CZ#6@2e8higln}Md^mu8?ju{8rtCeaL1 z;{@PRD`8q9I4-`>ae^5jXb4y01j7np2|7+NbP`RmNaBL0zNU_y3)lw3$;95I6jc7X zF04^Z9tf@1aG8{-ZkaX5dNq|&q7El1shT52EvR-kYK{~igzBl9BSj=p{W3RD3?7Zj z91DEBuA??kc!LCu;l>6Ej~&7$)CLNVR-$QIWI7^sWu_7wdYA#u%}m#B%3#fd{nD}2 zl(!iuXd{v0EDkq>ZKygHhg70jq^1F2$0e?`u^tXj8#)ajsRd2pN*X}& zK^TEf14tr?>X&)&!`cOmrvi2G0}%=;-Hn4Ehy_C5)WHw*xkOdVT5jvA4l+LRf;@+hE8fnxR=@0Y&4oUQK5} zt4$^uPCA(57>!n6x(98>37RG0LY3EsBf>mq3J4(4Ofp*-G|m^QP4m^|Szs)7&R`!# zwJ>l;37W`_76vXqgn_6Q1}?Eg^CV@@B5aR_ z#*SX1sbuc?FPO2&-Zs>pzey=*3^(@tO&$pCQ+xgd%787lh`iDlCehVVA|Z*_UV{nHO&@j3z7>Z(*}g7jI!wK~uPK@fK!+P(O9?7N(G>a+#rb zk!a{ego5gJBlIE`2xU{D7kw^K)p8zL(q3YMTiH5pEVB^6YzTqnUYLEzSK5-f#8mCLEf>I_z??a{DW z7ma6Q3g<%BlV+>*p)!Y2f`*V=k#*pQu!&KTbs&~#9yuqO3|^y3OCp)(ZJuM(7$=!* zMhKck?nx#aUI>#ICz)&rC7MG{N1@KA{=8j%G8t=9ET^EOtD23uVssSRjuAA8+>Sz9 zZV00o9fh`}63rrK6ISO`yUu$-R9(Ra4?IVVO;|3ypgH7j!g4twOkr%oa>;tB8ER81 zc%>U{W42BcJ6jaP$$RwIU&d!-0*DG>AHm6Euw622n?j2>TcfqK@Pe%_OJ8 z-QX5nGS^|#;f^h2bhz6M5j2k64tG0d2)h^^?sk+CO;X+M%~hQ_t)P;|?g|&-hw3|! zB$=SP&*<@nDfy*@TC1%rNmON5I{a#5N=K6tUZ!V9>Bg!0Tj=nw)l?(NrtwK|`bzLl zW*R&%PAL1W%MhRL3j|t*HlHF z2jK|oocP5?=K_JSWuUQ2ZG+D|C&J*4;Ks#DJXV#=%vFua8DxiG0@I{< zn`htI@!dPnr208ihe3h9(6wj|2LGbDQOc+O(wvM=b~RKHB2^K}p$cSkRxYTD5UGj~ zmQy(T}S-&|;tz2Q{d4-zhJ0!U<=#R;g)l7c?l7f?a7af64y}*0+L71S0@3 zrddlrUxsGt2pd|#NoscPIvJBQNvUrI#v!<;`87P|TpJRs@*dC4v$~-2I`B?uBDzxZ zn{g0j!SpizDmY(lj)6m_ATeS6OQ(9?O zgQYMrYK%pj8WUi1O-oTykwWlSg5y!mA+j{Man2i>;f@m<8rUDZKx{$qCpy2pQ^*&h z>0?MA5@SJ^J_Mu>(b9{KhthXK=8x4g;_Ja5_uo(d@A-983-W-!4}kym-?n$*ix2Pk z>Ym`m8wWl7--AEh_1~qtufFWtKJBr!HMd-M+7Y%j^6K@fvJ=J zbKwnZUi|Bd!B=nYzhd6_U4@5S_xFCg|F-Ms=kEJ**PcjY%|Yv*fAE$Q&Tg8xQJr|i z-ZxLqoSmHX(Vh#=d1TOwH=calm@9`?sw2n7pIcu%=gimF2Mz!{J$mYrHAA)!m>h_T zX$M1B1Bpmt)s$bURni^kchf;1SeZZ$ zy1zjq=#XclwPF_>1I(I?Z$ZBk^Zyj%BdoF>yV|ITn$TpQtFFj^RbH|=6P%p}UbUbI zu3dQ3nx#bZH}&2`G=B#%G=YP4Gn&6@t`^#rN?Ocwc_Lax^OX52gK^%BWGO|b-q*@s zjz2#(uzGdVHHE((y!Evc5_RYIn|bUvKXe{eIsIQJo)Q^5{?88_^uig}UeQo^)$E;D z_PzX=FRyv@wer8Oe)P}dU;f`Gie7kX(*chb1a5x*fKfL*f6e%3TFzLXnfu@!>FH12 zpIWqg#I~WYKKt}zKf7qw>R12%?Hy}3t{+r5_|#2Dj2|-Xtlwu&+wTwB)XRTp-p7yK z|M2I5Iz|ivFwkV+f4TFaqI@M%+^m*16)L5Qsz!9X(35O|2zrQ>43#=Cxe?5<$;@cs zU1nx9oEjH2C>;-SFX-9cz~KeQnSs%NriJ z?x!2afA-%YuRZJMdD;rSrMxSpEowY3S%(%su++RNP$i&ynU%BpH z<)pkP_o{D>dG-A*AN?bo|5E2sQ`a`!b@-RZzA}Eq<{iU6yl-mJ9IY%$A2aUf7PEBNDsUmYdjC?@eG104xh^g7(eaD51tZOG%vbq=?zskon3Lu zFP>>Q_l;HWeD|kq<^MWy(FK>?dT_%#n`eHs=%**Xzw7^PdSu-nQ`^+b`@eniHFuw% zeW(A^U-rHB(}S=2Y{}1V@4NHkpI<(F$H&e4eR$)|CyZTRu;Qs3o^OBWyyKtUHuis8 zu5Ew+mp^*)!*PXcKD+OnFK+tnH6KlxxVm-h1DZS76PR)3wugRtSU@lP+ZX{uuqX(F zePQlU-&~MiP+VHBL<*Ehxmr*P6~eAaGft7nu$5iG*=j2rG-~zfHXWU2PC%gVAd(<3 zQ0FsmF!=qTv36)XUnGN;1vZjD;aGF^U*-@0p!AdT(qB&c;J76%d!JhR(odfL!=d}X zb7#p%-+Vo&?;iDwrK_Ji?)EJkcK&JAF_y60l zRSSR8XYiOs|N7CG@qf`*Uw8L^Y4e9Qm$wJ%Nf|Jh3ZO$PC=Heu<`?Hilv0pi7On`F zszt@&^71k+qRw$b6spu2%P-+X5;QI}M{$Ar?YqoU=@@RV25NqAfMA$0+pXM4D>3Uv zDqrWsF=3gWF3uKr!4Ui%J!4J^b`j8aDUo?H`ZrO} zqmyWeuA;t5jYnIeN+Q!(HLrdJc%2btQ^tQXHhBB2r3m#0Qxt+q?=Id=Hbcg@qLheY zg3xyr^+8V+3^L7NNq$*jSze$=H6P)Wp+VcyM(G_>In+WhOhSnqLO*t6CQr-=!8)## z+K*L6p%j+kSd+06%9taE-SXD?aL`dhSN^MX_l$}E`Ca`jL$Ccf@$~TXE?-c7 z--yfGi=Mpsm1n-%{`((R?K*SmraRlu9`J{)MVr_CqUDp1r|0h)cXVLzUBhSpa`yFO zss}vZu=R*}TRQhXT^(39_kS;0|LE|SA78)vo*}8PPHp+qo$ub;_sJ{I-S5=>Cwy|m zz+hGR|I|Ex#7kNZ`mu(Ixj)o&(C|vSws!$5b%fsarg@px0Wnr9i5SZ-h zzDixInu;Y`8jasgJncLH@2eP}3C`>8?yDHz5+XP;(u7ltzan(j(~Lk7$p}!{sXmzv zx7H=Y%hU{9Xo4isx~EdmNK&E9Ks}@a)s_Ylp9kR55&po$9{%u`k!JI#NHT`@Qi!iH zn6=iA3PL0mWVRD>kz;yoz3|qR9l_gXm$uxyvL;bkH|&6x8GClW_2)az9r4tOFD|(4 zuludKD3YAKzU0->SDZd1{NIxXKR4uedtZBY#NGX-51(?-<$n%*8s78N{ktC;`|Rrn zK38(hJuN#<82j=unZR**9qs#Xc;TYAn${oq`kjxSQ})ETm77N&Ixuol{knm(CLLJb zujHYH1OB8k-X}sFO<^qvKQr3Eq!+j^@E(eyzuYUQZ13tL) ziqbx}?6>NWd$(Q^dOGvh&u{qnhWnms*s|?U+1+EeKE5~k`}J>ZUp{};*oJkJMe`o_uKfuOK(p}opx68^Dllqeq!;$Pup+Hd_4X6+aHac z_{oyTwvD^!zDvIS`)^lmyW!0n55IfZ3CR~exb)9Yzj@8EufDBesrk->|1$8G8z%%# zH>AKgf?F>Iptz8GAy`^kq2@;-&G}7D1&UIr=%xY1M#3rI-;+vL51ZNaMz%AfZAK-G z?fI%sCZb{RvFZ7VPBy(a*wV*^hG=*^5C{z27wj$IyRnC5RKvJhK$#yaleLe{)PhYL z8xl!4*Lb7#=fC=9MD+zvZhEdL@Xe0H|2XLWi{HED^|OjM6y0$9&6$60`1dtsBNFTK z-+1qY(@y%^9r=ly|9Dg2`RSM4nm=Lt>)Ri=?DnSb|K~S5zdikjErAnX{!8iVRnz|T zdUeU+x7~K+b3<38Z{4G2Vu`_^A- z0RDW_84q1Q;nYTyYp{AiQjxd@oshxu+^|+7O==0KmQ@rNDxjMqY{Hu8ho0l)9+~7>W`BOeUCtG>AAr&Pv+&LNf!wUkqVkBqP;Uwn+5~ z?%vz&JvMbgr4A({dSy8^lSxIJvS26HoaFZ{8HpCqV^I;tZjhkX%~Rnb*-GvmNjq)` zQ!LEIxkSTE?}B0YB_vb#%f2$Zzx!#W7(oTk=_ahT??A3nul-;+pQQbTL`5wXQ54Fo z$!$!nWhqx9qP9P%QKCGl`oMCOVh?8jIl*1qR96&>@@)3Ia&{5Ytan0(nj=Z-U0bwu zti%{JQg>$SL;#e#YTl5E#-bU}Z*0!H{hvAp`Me>>bC^_ubMUOLKqa@6GrykjYO^f7 zVMX_N&$Xrt%7t#sEVh|7L8F*vYIXf5QB(%(Z+s@G%ldBU5*EBop3DLu!IKfCPciY~8_^y{ziB^54V}NrcuX?lDPdAd@f5*gvitT=7mEf4^6~IgoP@QMTXiwEnB$>-Z z5R2joQ4-MO=; z9vNwQc=luS&s}@zh_4zJZ>oK9%|Z2Z+IK&B^Yp^vPd@u>z`ENGoAK)zPsGDRr#~>N zuJ)Wgg+IA^=p7G!aqS--Ta#aQ?cx7b1KCyUrj<)s92 zvm#^Ih}Ut{u&NYRNh=PvGiaoOoVEdK7R6V88jZo^yGzWuCto_S5jnCqC)8B``~49;2l=sMXMOuWC#3)r!)hvht=5P|cD+mZWk57c^?Ap9U42QG%jH!3$& zBfpEM4-IvMcmr;H=TKa4a}A-H`}aCqON)S%K#YZPxJxjn2c6 z87lgph;pza97hPQ@WmQ3QArSGWRBl#x85%ZIS+#(c0%;zh`7CL@qezPP#A<#D*HbRf91TLgNx*V1a zNV|MN|4f^G^VM`Rn*tuhCI^B=G;no`K2yzbNNic@7i(EkAZnbTOFoe&PwPhT!?5avobh{~*>`ZW@i7^r9W?R$@*x=Hel#r_LYsKjgMWL-t5BjmDKi%DV(^x}W6x0_J zI<2BUz>0(_0WPnL*(9OJu57yLMNy(oh7?Md!gRIjx;EX^ghS1ZpV9W@W{nA{8UAin zb$7Pg^y(?WJW{zmH-!Gru&2VtfNr5jS!h=))a<76)HZGX$lp^Qf;MkWDnZB5-C8xf zrEGpLq1Ra!rm#AD9LgO_Uu;fK*5hC-5-gu;q{xNLyL2*2-3PP(o(XN|zBi#N7@MrK z-z8W+HF@uZ(=10$KI+GpO_=?g%A;Dhs;?aN?5LOe9=BrinBPslsD8M z#TVT%wR&pjku?Vf*48~daPN+L_kMQHF?}*8P2BbCX`kKuc_?-NZ6|%$Iq>eAV`Yc_ zxO_hi-1pzl!l87N|eIpl5#bolodiP0Cz*( zdpEBOc{qQyP24Mna6;UHHb`I5n#bD(=j6g}?jKp#+BADcqCJD*3TwB=ld`^x3Z)z` zvz0^#aN^MEFlv;3WJOT3jos8N^^MF1lF6r`-q{qf&YnaSI~L?vzc(|PY>BDC+Eg-= zY|1u+a$rF@|Kb#u5}|p(&hg0W4Pt1tdh1XysZjY}i{)^VQI#X1;vDPrn6EMzw>JFd zhgeF;cqd>Ym&^Ong@c~?E`0a-&A;liao4~;_ix%bV%Za${=IfnWpcvsj?dpZ=z~-K zGJNz=HJ{(~$l3?D-aNE_-=nra_V$$OwKKl^Zb$Xt?V%sloj<$s)l)Z(*txp$<1O#Z zxq9fdoliV_+v5E5{h!)1a_w!yn{K)Hl5zjp`$5^58`a-G zeESoc%iHj}sy_ANn|%Xyj2IX&y2(U5o>B(3Zc0i^z$L21k<$EPs07yIEq9urw&mQc zc2WbZP=g8hM{s{fey|kYs8v+bsC_mmoK0tv@kZ_AU^Bc?az!$=%uEpTKEHkWOE9jHHIP6@c$HwIz(o!ZHbpF0K62ds3b%R5Mr3q1n7iZX_7hI9w7+*7V{|C;jd-1By z!3Xre<;^d?R9?FB*^%ulkKftv?Y}QeJ{!FB;=wyMee`Lnv+uiaUiaP~_nvn8y^D{$ z_`IwBarOseCY2rY%(@k4Ha~v-L!aH4Elb_?!M!scpS5-2{TiB%E8p5r>0k9(U_K)T zi6(fkSRi~BmKK$VBl#tz;5cY;vDyT6pn-{49(U#49nb}y>vmsohCPx>MkB%cjy9sZ zCGWw7apOwgVGSA(DLO&V-<{WX7@m3e_*!{JQGmlLHbajCZC9=hXT;!LtZa$_?yio2 zfPuV!9==Xle{Y;26jZ)>-lKAIXliY3NYf2mLxu|T3k#uhFKsRe7nqASC8L1tTnaFb z%Ew$A+Si{yWtf$y{?;Dcmu#RH%7^Z?W*7zGdMP*^imiZWfd23VpI*=yZOD_lY79aK z!zTI@6nxetnx-o+foM1cB`g(OX%H)tUWIp}M!qy>rpIj?cS zsN(mp2%L`SvGQT*NGLiqm6a(aVGtZDii*|za@=k}6rUQqFh}epG_nh12%}Nc^iJ3e z`|BSG8o|7CM!pdU7IT}RTBml&09}a@T{D1LTY!05-u>_1U`&RAhV<}rK~r=mG}tlA z%m;!Q!6`A97~+yqQm)MkbQP}U@*_Piym81)hLy$`QgR0fn(e%91d*&9hW#s z=#pW(k__8vg75AY#bY=Xz%FlqAtd-%&}iMsf$do3&o#tqZr3*lbMKNtRM%!2l(Ht8 zSkAM`AS{+^|XI=6l1GjjOONOQAsH5CoxQxbXD10o|KnqFfh#E_t$LqksR?ui!*Jl>Xm}b0Am>K0L8uhMg)6cZgb9X=`a8J5> z?s+b_&B8o9pk=6>nQzc&AVQZ`K$B_o@ONs}=DvHTnC^s}_zFCxCo=R(f=1gp&)viz za=Ct2-V?LST=+>=^*rqj3GfIzd{7KWb_|{2#{8fu1p#F4{JOT{q}dV-Ad9#%b;o!D z1%a--NGWJM+`L&?*Q%t5yB_eObTCV#nGDV_^uwR?-Fbe}j%_AeW;ya{#HeHCAb}%V zNfHPZ?iDhsK&2Vab&MHQ$bg>>U*{;E?VZMPN3kT}uizIpHsLYKA_Y zsaGeq3vY1PRB2;3g2_K#LxFwUfI}BRQSaJPsJ94$!35vO29;qs9w_EIn5Jc$L7Nznt6(Idb*n*Q z#t z@adXxHU+v4xvmM7wfG}Ue4$5__-<;g2f33mz4?6l)MqJ%j-0|`moLX@`-ZEiB5opOwZdASzPq2UoG&YTy6`^ceT zK7H!Y&;|m5xgZvbhM%-0;rX8WvpVpYR#b^a&m-T8#tGVyR^JvRh6v&hKY{CBF~XTq zp8}8_Cgupc(Ado6pPfa9}8SPDM?kd5iU`>oNaX0`b>EMT-*j?sjV&^DfCuB0m zVxo7&U$k|^l;jB`&}b|WI}IbSLFU4CIjWJFPJ=QQC&xn_OtkbS>`b^pvw|PGZsy`P zIaBta+4HH>L!DK$Fbuk6tsd3}ymofe+rip(nvzx{Q{e@Pyrl0(d|WakP4qdhW`DBJ zoF2okPvIC9G6n-rX{*}{yoRUq#uVxjpywvBo27vgxLZ&44B-+i-QT|e z5KJe@n;r1-80}veBxXc*c7ERNUy!W(&(op)J3|T*K>6}Ez}&ANYfY@cUB}6OEDR!4 zKPJdDAR!RJ2xTrXsEsi1>c<3cK6OzIhKnL3Aps@vq|JG*r)*VGr6rL}XW$u4FgY?Q z&<@6}oS^gS+ySPyGQkCr27c((>yN#Qj9fN-iZ^tSo+}fHJi&`=ec+tFT&!kV0cecGmB;q7iMBMKaAZJls2E0K7`sc&M9fNog zf%*jaBTU@E$OeD-p3lQR0Y0BTg&yh?;0r~gPujNF<=%#1_^!ypR1{R=Gz`{6(-}3v zFUw8f%tV{vf+6{ueG`&xnD!}3DG~J`_EtwVZ zzFD7OaXKMazFME0#e*I+4-GVF%M>D{ zMIe{JmT|x0+>ub?phFp5Ey`(;It(F=CN*K^T=P5MvsU;jnm?an3|%?LNJ9fm-XRP3 z1M19JvI+JfYi*!G@Z`0ch$#G1V<@273^5Vs+!XI&K(%4ir_e(I)kZ2Bg3{XJUAX<3 z38=I@91nM>;o&Gk6K&4^&Ba@vnJ`Lm=TnHG7EnqS8d&mt+iKUNCnZLZcQF@UEgZ!I z88Jq~8(N>jg&_Jfy=!}kcNG&y={g~czFMm`C9*w+;Y-9 z1hZ&B#bo{n)8jeER}YKHd_FbFa$g69insiKgtT@(cy34J(5k>)P%WTwGr6Do0Nq1hU>Z)Tg*Zt2!I0Xaq_t zle(XK)ABeMOHuA^H^#)EbLQh=?rq1ZPeF)sZ#%JQ6pCeI0)Ei_j$K-yg-Rye%HKOj z9lP8CCjOj#pobm1TsD0QKGd%RHW84f8XR9yGHRqQlT0Zs+!Y_%CbCis zV$Qp5A}fnN#T(itvI^u9*gCvebk0%Z$yCQ2rL9ekz%>Q81LJU<Db=yLJtE2dnJ81pHh&>e$F43|LU z$vUAS5myo*Kt}Z0UYAL!N?fxGQy(SP3EVLz$a>Q{fy=2+QAey3xMI;Ll(tTA@wR5e zFVk;hVmF3f)q$UD=z@rJUIln?TQkeF|7y4BwI8Tg5;PL4w^`S-E)6u(SGE~1uyHdk z^b{mZD+s35o^1oL4EoeVq5d3J9G5`m{uY5INUf4mz*W4&qsrJtp)CT6(2RuUE;aC5 z@Q2>5_HK)S;?AeoLR$osEF`cb9w~PJ@-23vZG#OG7=A*KEP$@CO^oi%wyJDXhCEt*Zu(p#7AKZ;>*~LW1#5$Wo3L zn%?yW2D-RK7lHgA`KUwY9iAmrBy&D> zO6cxyQWP3h(%P`xFUUh7<|=V@z6#3nS^AMSoK2yEyp`GnnDg?_yMnxxMW4b9738e~ z(O{Fd`{RDkpC*c$S&>XFgMAmNxZYmR>F_~4fBX>|=%6Qa2AzjJe|$cDiagYV$QO!4 zpTxq1`-OQZPA&ChEp~9IFpp>i-I{lWdBm7cA%zO_NDLB05|4DdzdqCiaC|Khtq*BR z6Hv|vGrU_L((L&ZR*Q{g6Dg z!^^q z$0V2}ZVtJBr5s_4>G5brGl-VBV^4;zlw(Lu2L@M|@Q0u8dv~QA!=F#Fg-ZL3G$g=4 zaYI&l!-MDK7(s&7HQGb#%oaF?8+uO8X`CSTJbX^hiCdo{5j`j8B$`XG^x$C=R;rq4 zOKWC@3V-D}!EqLsAJqIMF-#DY9zJZ6OU6#fx^r=roWjL-(H1ecfqwXp4cvrLF*vvs59?+|i zhuQr92YFZ~myqZFp*h%on@xc?oItw)-2dW*UUX=Vr8V*9ysq``&>YL4PmzWW&9UOp zAd|Ms;Qrg{q#!!n=4dC(xoAUgtJ@ATVdorRJ$zf;mQ|ku5WTH#D;JGKX@S;Dcc(w% zB5GYFvc#3 zrn5?{l83tE(fT%<$VB5Rc+i+XRuF~jyt@}jNLv5Fa;cy}T!LxL{cQ{bX`DTbLulDG z%)w~u?D;a@ZD0_r`wv;@T&OW|NB~LPx^VvpADZ~QoBZ*T6&>NTQVYV$yCZy77JZt) zp(A`&fm{Nc2m55kl%J&}BGh$y7-{A{8BJiC&1&b$u=`*p)t~G;I4_JQBFPnLG<`V^c2W*4 z(f@)8W3WQee#}5mHNLOk_b{gU_9=whx?~(0zS8<;JSY_!dClBxTunv8+>Ky!XM~|O z5osb3A(KL+hdUz-gFc0xSt?}2p+P3C9_?YN5Tu(?{O;!r?TQkRhjLNJmJ030nkaM* z@B5%sXveWnVab*X?Zl&DDy^cu#v+)=?%ho&Dow-bZXJ zuRg_OB&QK*H2U9Z;%*EcD4m@q9;-nUIZPO}O^8yVd!IW^%&|`a>g+VJcqB}L%aql4 z?LpUrk)+TrWl@~CHW>R%v+KcbkcLZ$Me?|khEEEYUUog$vFcMmnq3cea*;?Z5PSqx z;D!VDYv<_Bk6>j?iN?7(C90h>q-LOYMxA%HbA~^kLJif<8EHs>NqpbZgJldBB-PQD zNw%bvw$_f|)L2Ur-2Kzaha8H?xyEW3MEL6!5jhvfK1C&p$hpKLVG53I`X?gu1*=TA zX$E6fF(@M24l;cs$`<*VqK6ULmQ|ku5=CTNxkw~Rtc|aAzc$VnX?h}@j8Hd);tcUe z#)8gyq#!7N;@!&HnO~nGvsK6#F2Qr3#dEwU<2g*{c#g*kLe#?*HXovxW1oW5Ii6$j zT!N_wJB)n8Eh@>cs8my#Xmd0S9(?7lchC-_*uS7b7KV4{Q19UmqZr>l1uoiQ6cdt! zuf%>2_xmSJ@xW9}grjW=w=#tKC#}?`BQ+CGxHpn_LDZSqWX#FRV0bc8z4?5g7)9&YBc=~LLD!_8coNaTUd8dMrzhQDb4!rv|QlXX%}h&nc{Rp?tFF74@XsE@<4fLpcP0%n#aBk zT-#Y6=3T|p7myqZF z%1qE{j|4rwO%a+%bG}sCyT`XF?tBU`bX7Se3k@tkT`WzB5p+J#j4qb88zYD} z4=V)g1lls;axChRrG(6ZSnV3X^uCCp)Qi;i#Pho{F zHaF!Ufduv&q#>!pLnO^>S5q;itxb(+R$=PChqIsxVtUhyITuGR@~-e}8iwG~r&v43 zLGdK)ByKji-|CF*Q?I0#aku_at209?=*zrob!PbUDaz21O-33LU^4xh`)A=8L2@h> z&{;V9Q5x=0UkUVcC~KoLH4o3i+4Cxl!P75&am&j3+lrrhV)T@ec^^#q{_$V!uE@*u z9bUTO!!0}3Eb05&pi7oFJaFAlH;(`8ze8So`k^Ts4*7n=v-gaPEnQbOpyrJ}-yAw? zS>l;-i!ZsqeCCmfub01a-Mz|5c~9zkb&ZDNTZMf_3FOPj?{D{pv zhJAS7)S}5p^xLuN^%Kjt1P%a-d}YfK!lEQ3A; z8z=B;wxK~L?GU<`3kuyrwaFy6Va~ds!1N~A4$|E^xmjfO~nlSC(^D6p+*eo9WRI=qRx5lNE(2N+;yWS8XKd@FW2`C7`$FU zf60Tm6W%5hV`(*DL0V^jan1c?OA{j=bHWx%wir?qUFfC&(~0e)WQ*a? zr}#q279$OfFllc$yWbja$N_rtwCncx`8;Y3w-B2kb9Q0gwT4?b^eN0xYq&)o8ffzN zKi%I+*F>pRGOe0Pm=p}{q?<%0vYg$QcRT4OXFf$#ow2)V%0VMZn#*$kjDabEbIyg% z7;wlnaG`hz*Zb(t^cItcXAC$@`V?pAi~&a?5^)kY(W|N^H_ncxlQI3*nMz!3oIQ6& z3jAK!SQBkZDXEUex^ODmmYJGPtMR5-R82QlMiXjW3AcjZOo#O2y?t&T{PoTQ0)fCl z;&X%!h!pb&{v{2U8r0QOH94g5qyGx|2_b$$20tN|pAhkVkRKhAfoa5FWA$l=&qNA3 zi7fb+v>$pOZf3Vs){uy1I;KaWnPe*1P;F}M&C3EvYlqMz0iNcpiksIX#nE3$=x#dw z309wmy?v#=L<>Y5p}tYWez?g1ouNKN;-UJ`S6bDFK9Q)tc|As7y_(K|>+%ysy1H$N ziNeE3!(&oGbuN^KM*P);TIcYY>m};dtxYqo>22cf?-5E3^|GWMs+aw0t9n@qdFuT? D2~*EU delta 100 zcmbO-i{l7Cudh>3urnhgD+2=qWAx;U8s3vDHF!3!Raa)*ta8(riP2^9!Cslk0{c0p z|6^wooPLLmNrX++&hv!%$LZhLm>y3L=VA(FTYlahD6oAK7gHo7j3day#LNf)Sji$3 diff --git a/JNFrame2/obj/Debug/StompyRobot.SRDebugger.Editor.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/StompyRobot.SRDebugger.Editor.csproj.AssemblyReference.cache index 997d83e98782a398f1f5c45b6abd81bcdabde832..22a0b40cdabee422160e4794d88a02d4f183ac96 100644 GIT binary patch delta 484 zcmZqwBKWC8h?R{oi-}?K#AMsa3LEz2FT{ zUG!_l+U*nGF_(8ws$iWyC6q;DxV}h z%k-O>5MO9c=PzU764gt|$zfzVn$ubu8>FYl*a!$9b zXVM0F4WeiI>N1w{=?79-p#IA(XAxp!+ocS$wY8kZZt@0gWUq-;uoO<;vJDm*K-FB+ c?^Lkxvk53DfwX+AU~!!+a2Z)kXC+G=06&Yh+yDRo delta 114 zcmey=A=Lgwkd=)wnTcWY#AMsa3L*Aqo(WQ202UwFmnJiXuzP+jzE N#@g)@-Z7VV0|407FW~?H diff --git a/JNFrame2/obj/Debug/StompyRobot.SRDebugger.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/StompyRobot.SRDebugger.csproj.AssemblyReference.cache index f4d7c3f7c6c35ceb0913f6fda253fd6e34917fb3..3e3f128916b6ea58ec67b34b3f6041fc1f28f0b1 100644 GIT binary patch delta 451 zcmYk2O(=tL9LN2i{d#QkWG`B67KXHGE{Y4K6)86-3E7L;Jm%)Gl_Ur4AS2J=Yc+|I zn(}fmC0TKBa}-)$GUXs~aB#tYo5}Up=hx@^{eE5>vabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcOEz2FT{ zUG!_l+U*nGF_(8ws$iWyC6q;DxV}h z%k-O>5MO9c=PzU764gt|$zfzVn$ubu8>FYl*a!$9b zXVM0F4WeiI>N1w{=?79-p#IA(XAxp!+ocS$wY8kZZt@0gWUq-;uoO<;vJDm*K-FB+ c?^Lkxvk53DfwX+AU~!!+a2Z)kXC+G=06&Yh+yDRo delta 114 zcmey=A=Lgwkd=)wnTcWY#AMsa3L*Aqo(WQ202UwFmnJiXuzP+jzE N#@g)@-Z7VV0|407FW~?H diff --git a/JNFrame2/obj/Debug/StompyRobot.SRF.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/StompyRobot.SRF.csproj.AssemblyReference.cache index f4d7c3f7c6c35ceb0913f6fda253fd6e34917fb3..3e3f128916b6ea58ec67b34b3f6041fc1f28f0b1 100644 GIT binary patch delta 451 zcmYk2O(=tL9LN2i{d#QkWG`B67KXHGE{Y4K6)86-3E7L;Jm%)Gl_Ur4AS2J=Yc+|I zn(}fmC0TKBa}-)$GUXs~aB#tYo5}Up=hx@^{eE5>vabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcOvabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcOvabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcOEz2FT{ zUG!_l+U*nGF_(8ws$iWyC6q;DxV}h z%k-O>5MO9c=PzU764gt|$zfzVn$ubu8>FYl*a!$9b zXVM0F4WeiI>N1w{=?79-p#IA(XAxp!+ocS$wY8kZZt@0gWUq-;uoO<;vJDm*K-FB+ c?^Lkxvk53DfwX+AU~!!+a2Z)kXC+G=06&Yh+yDRo delta 114 zcmey=A=Lgwkd=)wnTcWY#AMsa3L*Aqo(WQ202UwFmnJiXuzP+jzE N#@g)@-Z7VV0|407FW~?H diff --git a/JNFrame2/obj/Debug/UniTask.Linq.csproj.AssemblyReference.cache b/JNFrame2/obj/Debug/UniTask.Linq.csproj.AssemblyReference.cache index f4d7c3f7c6c35ceb0913f6fda253fd6e34917fb3..3e3f128916b6ea58ec67b34b3f6041fc1f28f0b1 100644 GIT binary patch delta 451 zcmYk2O(=tL9LN2i{d#QkWG`B67KXHGE{Y4K6)86-3E7L;Jm%)Gl_Ur4AS2J=Yc+|I zn(}fmC0TKBa}-)$GUXs~aB#tYo5}Up=hx@^{eE5>vabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcOvabfU$b3Rc3F}n6Mi&xKOru16 z2Be-?(`;-m#^z$eK}>aaD_%y~iv9zZN7jzzJJpwHsrUvzc(R2<*P-b_m7N#ZAXpzc zA^FLQ4IfpCnMidq^Ndp;bt_X>5)zYw1FjKDK)o$A<-lfXVXuZW88u_fgm*ugFzhG0 z(y>{@1JnqQfwXw@la~$uIU121C7pP)mUpB_sR#OXp#`o0ZT!QmI2ogIvYsrC delta 86 zcmaFzPVnbVK@K*?XeI^*M(4?iLJrgCJZ0pZT#+O=ecMw;oyNY_KE~EQrmcO