Commit 7e95bf1e authored by gaorui's avatar gaorui
Browse files

feat(app): fix error

parent 0f3088bc
No preview for this file type
No preview for this file type
...@@ -57,7 +57,7 @@ public class IosSdkInterface ...@@ -57,7 +57,7 @@ public class IosSdkInterface
public static void ReportUserInfoFull(EventType eventType, string jsonStr) public static void ReportUserInfoFull(EventType eventType, string jsonStr)
{ {
int eventTypeCode = (int)type; int eventTypeCode = (int)eventType;
_ReportUserInfoFull(eventTypeCode, jsonStr); _ReportUserInfoFull(eventTypeCode, jsonStr);
} }
...@@ -65,7 +65,7 @@ public class IosSdkInterface ...@@ -65,7 +65,7 @@ public class IosSdkInterface
public static void AccessParticipate(AccessActivityType accessType, string cdKey = "") public static void AccessParticipate(AccessActivityType accessType, string cdKey = "")
{ {
int activityType = (int)accessType; int activityType = (int)accessType;
_AccessParticipate(activityType, activityData); _AccessParticipate(activityType, cdKey);
} }
public static void OpenAccountCenter() public static void OpenAccountCenter()
......
...@@ -551,3 +551,551 @@ AssetImportParameters requested are different than current active one (requested ...@@ -551,3 +551,551 @@ AssetImportParameters requested are different than current active one (requested
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 0.91 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3827.
Memory consumption went from 76.7 MB to 76.7 MB.
Total: 6.702417 ms (FindLiveObjects: 0.182792 ms CreateObjectMapping: 0.054000 ms MarkObjects: 6.428125 ms DeleteObjects: 0.037333 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 1.00 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3827.
Memory consumption went from 76.6 MB to 76.6 MB.
Total: 3.492792 ms (FindLiveObjects: 0.110500 ms CreateObjectMapping: 0.046292 ms MarkObjects: 3.321166 ms DeleteObjects: 0.014500 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x318887000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.273 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.577 seconds
Domain Reload Profiling: 849ms
BeginReloadAssembly (84ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (29ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (17ms)
LoadAllAssembliesAndSetupDomain (147ms)
LoadAssemblies (124ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (54ms)
TypeCache.Refresh (43ms)
TypeCache.ScanAssembly (34ms)
ScanForSourceGeneratedMonoScriptInfo (7ms)
ResolveRequiredComponents (3ms)
FinalizeReload (577ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (192ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (18ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (135ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 1.19 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3830.
Memory consumption went from 132.6 MB to 132.6 MB.
Total: 2.484125 ms (FindLiveObjects: 0.126292 ms CreateObjectMapping: 0.059125 ms MarkObjects: 2.273708 ms DeleteObjects: 0.024625 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.211 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.575 seconds
Domain Reload Profiling: 787ms
BeginReloadAssembly (64ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (14ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (111ms)
LoadAssemblies (127ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (11ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (4ms)
FinalizeReload (575ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (189ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (26ms)
ProcessInitializeOnLoadAttributes (134ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.95 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3834.
Memory consumption went from 137.8 MB to 137.8 MB.
Total: 2.035917 ms (FindLiveObjects: 0.103750 ms CreateObjectMapping: 0.056250 ms MarkObjects: 1.850041 ms DeleteObjects: 0.025458 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.209 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.619 seconds
Domain Reload Profiling: 828ms
BeginReloadAssembly (66ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (15ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (107ms)
LoadAssemblies (126ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (10ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (619ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (190ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (26ms)
ProcessInitializeOnLoadAttributes (135ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 1.02 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3838.
Memory consumption went from 143.0 MB to 142.9 MB.
Total: 2.083083 ms (FindLiveObjects: 0.116417 ms CreateObjectMapping: 0.054833 ms MarkObjects: 1.881125 ms DeleteObjects: 0.030042 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 2701.430041 seconds.
path: Assets/Plugins/iOS
artifactKey: Guid(f7754ce8d7bd44444989f8a6d4d03f71) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/Plugins/iOS using Guid(f7754ce8d7bd44444989f8a6d4d03f71) Importer(815301076,1909f56bfc062723c751e8b465ee728b) [PhysX] Initialized MultithreadedTaskDispatcher with 10 workers.
-> (artifact id: '76f72b5e04a9d23b99c3222e1cab6b0a') in 0.001001 seconds
Number of updated asset objects reloaded before import = 0
Number of asset objects unloaded after import = 0
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.212 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.569 seconds
Domain Reload Profiling: 781ms
BeginReloadAssembly (64ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (15ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (12ms)
LoadAllAssembliesAndSetupDomain (111ms)
LoadAssemblies (128ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (10ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (569ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (188ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (26ms)
ProcessInitializeOnLoadAttributes (133ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.85 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3285 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3842.
Memory consumption went from 148.1 MB to 148.1 MB.
Total: 1.977250 ms (FindLiveObjects: 0.115584 ms CreateObjectMapping: 0.054791 ms MarkObjects: 1.765417 ms DeleteObjects: 0.040916 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.210 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.586 seconds
Domain Reload Profiling: 796ms
BeginReloadAssembly (67ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (17ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (12ms)
LoadAllAssembliesAndSetupDomain (105ms)
LoadAssemblies (119ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (13ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (3ms)
FinalizeReload (586ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (194ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (3ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (28ms)
ProcessInitializeOnLoadAttributes (137ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.88 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3846.
Memory consumption went from 153.6 MB to 153.6 MB.
Total: 2.061750 ms (FindLiveObjects: 0.111042 ms CreateObjectMapping: 0.055000 ms MarkObjects: 1.874917 ms DeleteObjects: 0.020666 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.187 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.338 seconds
Domain Reload Profiling: 525ms
BeginReloadAssembly (63ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (14ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (89ms)
LoadAssemblies (107ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (8ms)
TypeCache.Refresh (5ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (338ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (180ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (127ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.73 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3850.
Memory consumption went from 158.9 MB to 158.9 MB.
Total: 1.993750 ms (FindLiveObjects: 0.107666 ms CreateObjectMapping: 0.048917 ms MarkObjects: 1.808750 ms DeleteObjects: 0.028042 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x16bd83000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.211 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.559 seconds
Domain Reload Profiling: 770ms
BeginReloadAssembly (65ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (14ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (110ms)
LoadAssemblies (126ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (12ms)
TypeCache.Refresh (5ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (3ms)
ResolveRequiredComponents (3ms)
FinalizeReload (559ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (187ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (133ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.83 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3854.
Memory consumption went from 164.1 MB to 164.0 MB.
Total: 1.974875 ms (FindLiveObjects: 0.118166 ms CreateObjectMapping: 0.053709 ms MarkObjects: 1.780083 ms DeleteObjects: 0.022708 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 0.86 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3854.
Memory consumption went from 113.0 MB to 113.0 MB.
Total: 7.893250 ms (FindLiveObjects: 0.087125 ms CreateObjectMapping: 0.036667 ms MarkObjects: 7.758667 ms DeleteObjects: 0.010291 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
...@@ -571,3 +571,542 @@ AssetImportParameters requested are different than current active one (requested ...@@ -571,3 +571,542 @@ AssetImportParameters requested are different than current active one (requested
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 -> custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 -> custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 0.72 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3824.
Memory consumption went from 76.6 MB to 76.6 MB.
Total: 6.736292 ms (FindLiveObjects: 0.178708 ms CreateObjectMapping: 0.054459 ms MarkObjects: 6.468416 ms DeleteObjects: 0.034125 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 1.01 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3824.
Memory consumption went from 76.4 MB to 76.4 MB.
Total: 3.539083 ms (FindLiveObjects: 0.115917 ms CreateObjectMapping: 0.058292 ms MarkObjects: 3.354083 ms DeleteObjects: 0.010375 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.267 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.585 seconds
Domain Reload Profiling: 852ms
BeginReloadAssembly (83ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (28ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (13ms)
LoadAllAssembliesAndSetupDomain (145ms)
LoadAssemblies (125ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (52ms)
TypeCache.Refresh (42ms)
TypeCache.ScanAssembly (33ms)
ScanForSourceGeneratedMonoScriptInfo (6ms)
ResolveRequiredComponents (3ms)
FinalizeReload (585ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (192ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (18ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (26ms)
ProcessInitializeOnLoadAttributes (135ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 1.19 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3827.
Memory consumption went from 132.5 MB to 132.5 MB.
Total: 2.401875 ms (FindLiveObjects: 0.123791 ms CreateObjectMapping: 0.059334 ms MarkObjects: 2.189625 ms DeleteObjects: 0.028584 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.216 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.570 seconds
Domain Reload Profiling: 786ms
BeginReloadAssembly (65ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (16ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (8ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (114ms)
LoadAssemblies (127ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (14ms)
TypeCache.Refresh (9ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (570ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (187ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (132ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3831.
Memory consumption went from 137.8 MB to 137.8 MB.
Total: 2.049917 ms (FindLiveObjects: 0.124000 ms CreateObjectMapping: 0.055833 ms MarkObjects: 1.847584 ms DeleteObjects: 0.022250 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.212 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.615 seconds
Domain Reload Profiling: 828ms
BeginReloadAssembly (67ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (16ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (109ms)
LoadAssemblies (126ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (11ms)
TypeCache.Refresh (7ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (616ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (189ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (133ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.92 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.1 KB). Loaded Objects now: 3835.
Memory consumption went from 142.9 MB to 142.9 MB.
Total: 2.160959 ms (FindLiveObjects: 0.112125 ms CreateObjectMapping: 0.055209 ms MarkObjects: 1.964958 ms DeleteObjects: 0.028333 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.214 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.568 seconds
Domain Reload Profiling: 781ms
BeginReloadAssembly (65ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (13ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (12ms)
LoadAllAssembliesAndSetupDomain (111ms)
LoadAssemblies (129ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (11ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (568ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (186ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (132ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.85 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3839.
Memory consumption went from 148.2 MB to 148.1 MB.
Total: 1.997791 ms (FindLiveObjects: 0.108500 ms CreateObjectMapping: 0.052417 ms MarkObjects: 1.812834 ms DeleteObjects: 0.023709 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.211 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.581 seconds
Domain Reload Profiling: 793ms
BeginReloadAssembly (66ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (14ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (12ms)
LoadAllAssembliesAndSetupDomain (108ms)
LoadAssemblies (123ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (13ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (3ms)
FinalizeReload (581ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (188ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (134ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (3ms)
Refreshing native plugins compatible for Editor in 0.91 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3843.
Memory consumption went from 153.4 MB to 153.4 MB.
Total: 1.931708 ms (FindLiveObjects: 0.115125 ms CreateObjectMapping: 0.055417 ms MarkObjects: 1.735750 ms DeleteObjects: 0.024958 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.192 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.329 seconds
Domain Reload Profiling: 521ms
BeginReloadAssembly (64ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (3ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (14ms)
RebuildCommonClasses (17ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (92ms)
LoadAssemblies (111ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (9ms)
TypeCache.Refresh (5ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (0ms)
ResolveRequiredComponents (3ms)
FinalizeReload (330ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (171ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (23ms)
ProcessInitializeOnLoadAttributes (121ms)
ProcessInitializeOnLoadMethodAttributes (9ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (1ms)
Refreshing native plugins compatible for Editor in 0.77 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3847.
Memory consumption went from 158.7 MB to 158.7 MB.
Total: 1.986000 ms (FindLiveObjects: 0.112542 ms CreateObjectMapping: 0.052708 ms MarkObjects: 1.789334 ms DeleteObjects: 0.030750 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Caller must complete domain reload
Begin MonoManager ReloadAssembly
Thread 0x31d363000 may have been prematurely finalized
Symbol file LoadedFromMemory is not a mono symbol file
- Loaded All Assemblies, in 0.215 seconds
Native extension for iOS target not found
Native extension for Android target not found
Native extension for OSXStandalone target not found
Mono: successfully reloaded assembly
- Finished resetting the current domain, in 0.556 seconds
Domain Reload Profiling: 770ms
BeginReloadAssembly (66ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (2ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (15ms)
RebuildCommonClasses (18ms)
RebuildNativeTypeToScriptingClass (7ms)
initialDomainReloadingComplete (11ms)
LoadAllAssembliesAndSetupDomain (112ms)
LoadAssemblies (127ms)
RebuildTransferFunctionScriptingTraits (0ms)
AnalyzeDomain (13ms)
TypeCache.Refresh (6ms)
TypeCache.ScanAssembly (0ms)
ScanForSourceGeneratedMonoScriptInfo (4ms)
ResolveRequiredComponents (3ms)
FinalizeReload (556ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (0ms)
SetupLoadedEditorAssemblies (187ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (2ms)
RefreshPlugins (0ms)
BeforeProcessingInitializeOnLoad (25ms)
ProcessInitializeOnLoadAttributes (133ms)
ProcessInitializeOnLoadMethodAttributes (10ms)
AfterProcessingInitializeOnLoad (1ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (2ms)
Refreshing native plugins compatible for Editor in 0.81 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 3286 Unused Serialized files (Serialized files now loaded: 0)
Unloading 15 unused Assets / (29.2 KB). Loaded Objects now: 3851.
Memory consumption went from 163.9 MB to 163.9 MB.
Total: 1.982083 ms (FindLiveObjects: 0.113959 ms CreateObjectMapping: 0.056291 ms MarkObjects: 1.786667 ms DeleteObjects: 0.024583 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 0.73 ms, found 2 plugins.
Preloading 0 native plugins for Editor in 0.00 ms.
Unloading 1 Unused Serialized files (Serialized files now loaded: 0)
Unloading 1 unused Assets / (3.1 KB). Loaded Objects now: 3851.
Memory consumption went from 112.8 MB to 112.8 MB.
Total: 10.497375 ms (FindLiveObjects: 0.104250 ms CreateObjectMapping: 0.046042 ms MarkObjects: 10.337250 ms DeleteObjects: 0.009625 ms)
Prepare: 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:CustomObjectIndexerAttribute: 9a22284fe3817be447336de3de66b15e ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:SearchIndexIgnoredProperties: e643bd26f0fe6173181afceb89e7c659 ->
custom:AudioImporter_EditorPlatform: 3918e3fc78b5a79bad01e8451be0beb8 ->
custom:framework-osx-AVFoundation: e770b220cccbd017edd2c1fefb359320 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:scripting/precompiled-assembly-types:UnityEngine.UI: f762135bac905e34e2b540c872c48817 -> 7ac2e4ab0e1385bc66dd6dd258282fe3
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
...@@ -164,6 +164,7 @@ PlayerSettings: ...@@ -164,6 +164,7 @@ PlayerSettings:
androidMaxAspectRatio: 2.1 androidMaxAspectRatio: 2.1
applicationIdentifier: applicationIdentifier:
Android: com.hoolai.unity.demo Android: com.hoolai.unity.demo
iPhone: com.hoolai.demo.unity
buildNumber: buildNumber:
Standalone: 0 Standalone: 0
VisionOS: 0 VisionOS: 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment