Commit 1f466fee authored by DANDOCON's avatar DANDOCON

Actualización de reproducción de videos

parent a2c03383
......@@ -170,8 +170,7 @@ public class GestorMenuInteractivo : MonoBehaviour
arryListVideos.Add("FECHA_INI_NA, HORA_INI_NA, FECHA_FIN_NA, HORA_FIN_NA, https://www.youtube.com/watch?v=_PrNnXyR-Ho");
arryListVideos.Add("FECHA_INI_NA, HORA_INI_NA, FECHA_FIN_NA, HORA_FIN_NA, https://www.youtube.com/watch?v=p3qtKmNoyb4");
}
string auxUrl= ((string) arryListVideos[0]).Split(',')[4];
rawImageVideo.transform.GetChild(0).GetComponent<YoutubePlayer.VideoControl>().Prepare(auxUrl);//Se le pasa el url del video que se desea reproducir
ManagerReproductionVideos(0, "PROMO", "");
//Lleno el panel que contiene la lista de observatorios
foreach (JSONNode item in dataApi["observatorios"].AsArray)
{
......@@ -247,7 +246,23 @@ public class GestorMenuInteractivo : MonoBehaviour
return posicionBotonSeleccionado;
}
//Gestionar los videos que se debe de reproducir
public void ManagerReproductionVideos(int posArray = 0, string typeReproductor = "", string url = ""){
//Verificar que tipo de reproducción de video es la que se decea realizar
if(typeReproductor == "PROMO"){
//Validar si la posición del array es una posición que existe
if(posArray >= arryListVideos.Count){
posArray = 0;
}
string auxUrl= ((string) arryListVideos[posArray]).Split(',')[4];//Obtener la url del video
rawImageVideo.transform.GetChild(0).GetComponent<YoutubePlayer.VideoControl>().Prepare(auxUrl, typeReproductor, posArray);//Se envian los datos de reproducción del video
}else{
rawImageVideoOfertas.SetActive(true);//Activamos el GameObject que visualiza el video
rawImageVideoOfertas.transform.GetChild(0).GetComponent<YoutubePlayer.VideoControl>().Prepare(url, typeReproductor, posArray);//Se envian los datos de reproducción del video
}
}
//Cargar videos de oferta segun el area clickeada
void visualizarVideosTitulaciones(int posicionBoton){
......@@ -265,8 +280,7 @@ public class GestorMenuInteractivo : MonoBehaviour
void ReproducirVideoTitulacion(string nombre, string url){
contarTime=false;
TextTituloVideoOferta.GetComponent<Text>().text = nombre;
rawImageVideoOfertas.SetActive(true);
rawImageVideoOfertas.transform.GetChild(0).GetComponent<YoutubePlayer.VideoControl>().Prepare(url);
ManagerReproductionVideos(0, "TITULACION", url);
estadoBotonVolverVideoTitulacion(false);
NavegacionMenus(4);
}
......@@ -784,8 +798,7 @@ public class GestorMenuInteractivo : MonoBehaviour
arryListVideos.Add("FECHA_INI_NA, HORA_INI_NA, FECHA_FIN_NA, HORA_FIN_NA, https://www.youtube.com/watch?v=ZbI4lHBSrqo");
}
rawImageVideo.SetActive(true);
string auxUrl= ((string) arryListVideos[0]).Split(',')[4];
rawImageVideo.transform.GetChild(0).GetComponent<YoutubePlayer.VideoControl>().Prepare(auxUrl);
ManagerReproductionVideos(0, "PROMO", "");
}
}
......
......@@ -10,6 +10,11 @@ namespace YoutubePlayer
public GameObject EfectLoad;
YoutubePlayer youtubePlayer;
VideoPlayer videoPlayer;
string url = "";
string typeRep = "";
int pos = 0;
bool reproducirVideo=false;
private void Awake(){
BackgroundVideo.SetActive(true);
......@@ -19,16 +24,33 @@ namespace YoutubePlayer
videoPlayer.prepareCompleted += VideoPlayerPreparedCompleted;
}
private void Update (){
if(reproducirVideo){
if(((float)videoPlayer.frame / (float)videoPlayer.frameCount) >=0.99 ){
reproducirVideo = false;
if(typeRep == "PROMO"){
pos=pos+1;
GestorMenuInteractivo.instancia.ManagerReproductionVideos(pos, typeRep, url);
}else{
GestorMenuInteractivo.instancia.TerminoVideoOferta();
}
}
}
}
void VideoPlayerPreparedCompleted(VideoPlayer source){
BackgroundVideo.SetActive(!source.isPrepared);
EfectLoad.SetActive(!source.isPrepared);
}
public async void Prepare(string url_video){
public async void Prepare(string url_video = "", string typeReproductor = "", int posArray = 0){
print("Cargando video");
try
{
youtubePlayer.youtubeUrl = url_video;
url = url_video;
typeRep = typeReproductor;
pos = posArray;
await youtubePlayer.PrepareVideoAsync();
print("Video cargado");
PlayVideo();
......@@ -41,6 +63,7 @@ namespace YoutubePlayer
public void PlayVideo(){
videoPlayer.Play();
reproducirVideo = true;
}
public void PauseVideo(){
......
......@@ -14,8 +14,8 @@ RenderTexture:
m_DownscaleFallback: 0
m_IsAlphaChannelOptional: 0
serializedVersion: 5
m_Width: 256
m_Height: 256
m_Width: 1000
m_Height: 580
m_AntiAliasing: 1
m_MipCount: -1
m_DepthStencilFormat: 92
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"process_id" : 50210,
"process_id" : 10071,
"version" : "2022.1.22f1",
"app_path" : "/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Unity",
"app_contents_path" : "/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data"
......
{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-1600,-1238,25908,26010,26100,26126,26188],"m_LastClickedInstanceID":-5394,"m_OpenSceneGUIDs":["802c306a2e0fa8d4f87d3cdfbaedc189"]}
\ No newline at end of file
{"m_ScrollY":0.0,"m_ExpandedSceneGameObjectInstanceIDs":[-1972,-1780,-1592,-1238],"m_LastClickedInstanceID":0,"m_OpenSceneGUIDs":["ec656ab001bf54a4582c1cfbef941984"]}
\ No newline at end of file
......@@ -10,7 +10,7 @@ Available memory: 15899 MB
Using pre-set license
Pro License: YES
(Unity:46015): Gdk-CRITICAL **: 18:10:26.516: gdk_window_get_cursor: assertion 'GDK_IS_WINDOW (window)' failed
(Unity:51337): Gdk-CRITICAL **: 15:56:43.324: gdk_window_get_cursor: assertion 'GDK_IS_WINDOW (window)' failed
Desktop is 1920 x 1080 @ 60 Hz
Initialize udev device monitor.
......@@ -26,7 +26,7 @@ AssetImportWorker0
-logFile
Logs/AssetImportWorker0.log
-srvPort
36641
44537
Successfully changed project path to: /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL
/home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL
[UnityMemory] Configuration Parameters - Can be set up in boot.config
......@@ -58,7 +58,7 @@ Successfully changed project path to: /home/rolando/Documentos/NODOLAB/GIT/panta
"memorysetup-temp-allocator-size-cloud-worker=32768"
"memorysetup-temp-allocator-size-gi-baking-worker=262144"
"memorysetup-temp-allocator-size-gfx=262144"
Refreshing native plugins compatible for Editor in 231,31 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 245,85 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Initialize engine version: 2022.1.22f1 (6b6e9fc2adda)
[Subsystems] Discovering subsystems at path /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/Resources/UnitySubsystems
......@@ -74,106 +74,106 @@ int_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program
L_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewpor
t_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_demote_to_helper_invocation GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_t
exture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_fragment_shader_interlock GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc
OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 1563923296
OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 1736673456
Initialize mono
Mono path[0] = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/Managed'
Mono path[1] = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux'
Mono config path = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56015
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56337
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll
Registered in 0,011753 seconds.
Registered in 0,010881 seconds.
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 216,32 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 215,28 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,134 seconds
- Completed reload, in 0,978 seconds
Domain Reload Profiling:
ReloadAssembly (1135ms)
BeginReloadAssembly (87ms)
ReloadAssembly (979ms)
BeginReloadAssembly (70ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (0ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (1ms)
EndReloadAssembly (873ms)
LoadAssemblies (85ms)
EndReloadAssembly (748ms)
LoadAssemblies (68ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (214ms)
TypeCache.Initialize (213ms)
TypeCache.ScanAssembly (211ms)
SetupTypeCache (169ms)
TypeCache.Initialize (168ms)
TypeCache.ScanAssembly (167ms)
ResolveRequiredComponents (1ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (63ms)
SetupLoadedEditorAssemblies (504ms)
RebuildScriptCaches (39ms)
SetupLoadedEditorAssemblies (476ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (20ms)
SetLoadedEditorAssemblies (12ms)
RefreshPlugins (216ms)
InitializePlatformSupportModulesInManaged (13ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (215ms)
BeforeProcessingInitializeOnLoad (2ms)
ProcessInitializeOnLoadAttributes (184ms)
ProcessInitializeOnLoadMethodAttributes (69ms)
ProcessInitializeOnLoadAttributes (182ms)
ProcessInitializeOnLoadMethodAttributes (56ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (0ms)
Platform modules already initialized, skipping
Registering precompiled user dll's ...
Registered in 0,009475 seconds.
Registered in 0,008907 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 239,94 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 232,97 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 2,007 seconds
- Completed reload, in 2,506 seconds
Domain Reload Profiling:
ReloadAssembly (2008ms)
BeginReloadAssembly (138ms)
ReloadAssembly (2508ms)
BeginReloadAssembly (234ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (6ms)
DisableScriptedObjects (13ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (28ms)
EndReloadAssembly (1706ms)
LoadAssemblies (95ms)
ReleaseScriptingObjects (1ms)
CreateAndSetChildDomain (48ms)
EndReloadAssembly (2028ms)
LoadAssemblies (133ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (409ms)
TypeCache.Initialize (402ms)
TypeCache.ScanAssembly (395ms)
ResolveRequiredComponents (7ms)
SetupTypeCache (567ms)
TypeCache.Initialize (556ms)
TypeCache.ScanAssembly (552ms)
ResolveRequiredComponents (10ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (138ms)
SetupLoadedEditorAssemblies (938ms)
RebuildScriptCaches (110ms)
SetupLoadedEditorAssemblies (1120ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (10ms)
RefreshPlugins (240ms)
BeforeProcessingInitializeOnLoad (194ms)
ProcessInitializeOnLoadAttributes (400ms)
ProcessInitializeOnLoadMethodAttributes (68ms)
AfterProcessingInitializeOnLoad (10ms)
EditorAssembliesLoaded (1ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (12ms)
RefreshPlugins (233ms)
BeforeProcessingInitializeOnLoad (178ms)
ProcessInitializeOnLoadAttributes (548ms)
ProcessInitializeOnLoadMethodAttributes (118ms)
AfterProcessingInitializeOnLoad (13ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (5ms)
AwakeInstancesAfterBackupRestoration (11ms)
Platform modules already initialized, skipping
========================================================================
Worker process is ready to serve import requests
Launched and connected shader compiler UnityShaderCompiler after 0.02 seconds
Refreshing native plugins compatible for Editor in 1,09 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 0,92 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4526 Unused Serialized files (Serialized files now loaded: 0)
Unloading 43 unused Assets / (365,9 KB). Loaded Objects now: 4982.
Unloading 43 unused Assets / (366,0 KB). Loaded Objects now: 4982.
Memory consumption went from 0,68 GB to 0,68 GB.
Total: 8,482246 ms (FindLiveObjects: 0,553275 ms CreateObjectMapping: 0,657402 ms MarkObjects: 6,880780 ms DeleteObjects: 0,389087 ms)
Total: 5,563214 ms (FindLiveObjects: 0,431741 ms CreateObjectMapping: 0,578361 ms MarkObjects: 4,245750 ms DeleteObjects: 0,305850 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......@@ -186,66 +186,78 @@ AssetImportParameters requested are different than current active one (requested
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 9622,517821 seconds.
Time since last request: 13609,045467 seconds.
path: Assets/escenas/sceneinteractiva.unity
artifactKey: Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/escenas/sceneinteractiva.unity using Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '82ba6f4e868e9316ee968e8116afa71c') in 0,002092 seconds
========================================================================
Received Import Request.
Time since last request: 163,701608 seconds.
path: Assets/importados/MioPropioYoutube/QuadVideo.prefab
artifactKey: Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/QuadVideo.prefab using Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b46a6eb335b6dd8e49f15e6a932b269d') in 0,142680 seconds
Start importing Assets/importados/MioPropioYoutube/QuadVideo.prefab using Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0301c6215cd33b9a6e9c13dfb824f278') in 0,138951 seconds
========================================================================
Received Import Request.
Time since last request: 212,396078 seconds.
path: Assets/importados/MioPropioYoutube/VideoControl.cs
artifactKey: Guid(151e4485c1b7a7e509b19e8f06b278dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/VideoControl.cs using Guid(151e4485c1b7a7e509b19e8f06b278dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2734c46981417a34ff92d0388aff2178') in 0,000829 seconds
========================================================================
Received Import Request.
Time since last request: 114,934017 seconds.
path: Assets/importados/MioPropioYoutube/Materials
artifactKey: Guid(59b228d74f1ad9770ada7b07a745e5a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/Materials using Guid(59b228d74f1ad9770ada7b07a745e5a1) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ba33976c34a17e03a08f3f2cc512e691') in 0,001400 seconds
Time since last request: 495,612578 seconds.
path: Assets/importados/MioPropioYoutube/RawImageVideo.prefab
artifactKey: Guid(0045b428b41224b18be6c19711162294) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/RawImageVideo.prefab using Guid(0045b428b41224b18be6c19711162294) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cedf3e07278a53af322b97c1d62bf48f') in 0,007269 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,007542 seconds.
Registered in 0,010596 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,57 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 1,77 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,256 seconds
- Completed reload, in 1,383 seconds
Domain Reload Profiling:
ReloadAssembly (1257ms)
BeginReloadAssembly (140ms)
ReloadAssembly (1384ms)
BeginReloadAssembly (143ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (52ms)
EndReloadAssembly (1001ms)
LoadAssemblies (74ms)
CreateAndSetChildDomain (51ms)
EndReloadAssembly (1108ms)
LoadAssemblies (81ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (306ms)
TypeCache.Initialize (297ms)
TypeCache.ScanAssembly (289ms)
SetupTypeCache (379ms)
TypeCache.Initialize (369ms)
TypeCache.ScanAssembly (361ms)
ResolveRequiredComponents (9ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (72ms)
SetupLoadedEditorAssemblies (460ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (76ms)
SetupLoadedEditorAssemblies (471ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (12ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (9ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (85ms)
ProcessInitializeOnLoadAttributes (282ms)
ProcessInitializeOnLoadMethodAttributes (52ms)
AfterProcessingInitializeOnLoad (11ms)
BeforeProcessingInitializeOnLoad (103ms)
ProcessInitializeOnLoadAttributes (289ms)
ProcessInitializeOnLoadMethodAttributes (45ms)
AfterProcessingInitializeOnLoad (8ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,64 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 2,81 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4469 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 4994.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 6,405281 ms (FindLiveObjects: 0,751153 ms CreateObjectMapping: 0,680585 ms MarkObjects: 4,886873 ms DeleteObjects: 0,084036 ms)
Total: 6,908792 ms (FindLiveObjects: 0,337244 ms CreateObjectMapping: 0,359640 ms MarkObjects: 5,950870 ms DeleteObjects: 0,258747 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......@@ -258,300 +270,66 @@ AssetImportParameters requested are different than current active one (requested
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 174,562338 seconds.
path: Assets/importados/MioPropioYoutube/QuadVideo.prefab
artifactKey: Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/QuadVideo.prefab using Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f7da26a615d3d7c812f7d4fc387a804f') in 0,108584 seconds
Time since last request: 2334,165507 seconds.
path: Assets/escenas/sceneinteractiva.unity
artifactKey: Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/escenas/sceneinteractiva.unity using Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a9cf881b4eaca2a039c31069776bcd7a') in 0,003018 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,008910 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,61 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,414 seconds
Domain Reload Profiling:
ReloadAssembly (1415ms)
BeginReloadAssembly (129ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (43ms)
EndReloadAssembly (1170ms)
LoadAssemblies (67ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (309ms)
TypeCache.Initialize (297ms)
TypeCache.ScanAssembly (290ms)
ResolveRequiredComponents (11ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (94ms)
SetupLoadedEditorAssemblies (537ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (26ms)
SetLoadedEditorAssemblies (18ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (125ms)
ProcessInitializeOnLoadAttributes (308ms)
ProcessInitializeOnLoadMethodAttributes (49ms)
AfterProcessingInitializeOnLoad (10ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (8ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,91 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4469 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 4997.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 8,206845 ms (FindLiveObjects: 0,358573 ms CreateObjectMapping: 0,331493 ms MarkObjects: 7,410260 ms DeleteObjects: 0,104909 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
Received Import Request.
Time since last request: 51,497382 seconds.
path: Assets/importados/MioPropioYoutube/VideoRenderTexture.renderTexture
artifactKey: Guid(e75c1f92955f6bba0b81bd01804b585c) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/VideoRenderTexture.renderTexture using Guid(e75c1f92955f6bba0b81bd01804b585c) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'b1b271525086b2d05d971f20799b85f8') in 0,066244 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,009461 seconds.
Registered in 0,008397 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,23 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 0,95 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,314 seconds
- Completed reload, in 1,182 seconds
Domain Reload Profiling:
ReloadAssembly (1314ms)
BeginReloadAssembly (132ms)
ReloadAssembly (1183ms)
BeginReloadAssembly (148ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
DisableScriptedObjects (12ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (44ms)
EndReloadAssembly (1066ms)
LoadAssemblies (67ms)
CreateAndSetChildDomain (46ms)
EndReloadAssembly (911ms)
LoadAssemblies (75ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (290ms)
TypeCache.Initialize (283ms)
TypeCache.ScanAssembly (278ms)
ResolveRequiredComponents (7ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (72ms)
SetupLoadedEditorAssemblies (454ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (57ms)
SetupLoadedEditorAssemblies (402ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (8ms)
SetLoadedEditorAssemblies (7ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (76ms)
ProcessInitializeOnLoadAttributes (274ms)
ProcessInitializeOnLoadMethodAttributes (66ms)
AfterProcessingInitializeOnLoad (12ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (12ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,65 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,0 KB). Loaded Objects now: 5000.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 6,957378 ms (FindLiveObjects: 0,394690 ms CreateObjectMapping: 0,390132 ms MarkObjects: 6,062198 ms DeleteObjects: 0,108708 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,009911 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,55 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,171 seconds
Domain Reload Profiling:
ReloadAssembly (1172ms)
BeginReloadAssembly (130ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (48ms)
EndReloadAssembly (928ms)
LoadAssemblies (65ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (322ms)
TypeCache.Initialize (314ms)
TypeCache.ScanAssembly (309ms)
ResolveRequiredComponents (8ms)
ReleaseScriptCaches (3ms)
RebuildScriptCaches (63ms)
SetupLoadedEditorAssemblies (380ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (77ms)
ProcessInitializeOnLoadAttributes (230ms)
ProcessInitializeOnLoadMethodAttributes (41ms)
AfterProcessingInitializeOnLoad (8ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (6ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 3,83 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5003.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 5,990857 ms (FindLiveObjects: 0,396792 ms CreateObjectMapping: 0,374571 ms MarkObjects: 5,124611 ms DeleteObjects: 0,093300 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,008488 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 2,16 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,265 seconds
Domain Reload Profiling:
ReloadAssembly (1266ms)
BeginReloadAssembly (146ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (12ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (48ms)
EndReloadAssembly (1004ms)
LoadAssemblies (69ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (316ms)
TypeCache.Initialize (307ms)
TypeCache.ScanAssembly (300ms)
ResolveRequiredComponents (9ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (87ms)
SetupLoadedEditorAssemblies (435ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (18ms)
SetLoadedEditorAssemblies (16ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (91ms)
ProcessInitializeOnLoadAttributes (250ms)
ProcessInitializeOnLoadMethodAttributes (48ms)
AfterProcessingInitializeOnLoad (10ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,73 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5006.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 9,376970 ms (FindLiveObjects: 0,539532 ms CreateObjectMapping: 0,370082 ms MarkObjects: 8,358918 ms DeleteObjects: 0,106144 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,011307 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,61 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,467 seconds
Domain Reload Profiling:
ReloadAssembly (1468ms)
BeginReloadAssembly (138ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (51ms)
EndReloadAssembly (1201ms)
LoadAssemblies (70ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (386ms)
TypeCache.Initialize (376ms)
TypeCache.ScanAssembly (370ms)
ResolveRequiredComponents (9ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (95ms)
SetupLoadedEditorAssemblies (516ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (25ms)
SetLoadedEditorAssemblies (14ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (146ms)
ProcessInitializeOnLoadAttributes (279ms)
ProcessInitializeOnLoadMethodAttributes (43ms)
BeforeProcessingInitializeOnLoad (82ms)
ProcessInitializeOnLoadAttributes (247ms)
ProcessInitializeOnLoadMethodAttributes (42ms)
AfterProcessingInitializeOnLoad (8ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,81 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 2,69 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5009.
Unloading 4469 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,0 KB). Loaded Objects now: 4999.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 5,906411 ms (FindLiveObjects: 0,549576 ms CreateObjectMapping: 0,504186 ms MarkObjects: 4,755878 ms DeleteObjects: 0,094370 ms)
Total: 5,157782 ms (FindLiveObjects: 0,336648 ms CreateObjectMapping: 0,314091 ms MarkObjects: 4,395562 ms DeleteObjects: 0,109961 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......@@ -565,563 +343,53 @@ AssetImportParameters requested are different than current active one (requested
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010776 seconds.
Registered in 0,008113 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 2,47 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 0,96 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,435 seconds
- Completed reload, in 1,387 seconds
Domain Reload Profiling:
ReloadAssembly (1435ms)
BeginReloadAssembly (145ms)
ReloadAssembly (1388ms)
BeginReloadAssembly (149ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (51ms)
EndReloadAssembly (1140ms)
LoadAssemblies (77ms)
CreateAndSetChildDomain (48ms)
EndReloadAssembly (1114ms)
LoadAssemblies (84ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (319ms)
TypeCache.Initialize (311ms)
TypeCache.ScanAssembly (305ms)
SetupTypeCache (361ms)
TypeCache.Initialize (353ms)
TypeCache.ScanAssembly (346ms)
ResolveRequiredComponents (8ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (97ms)
SetupLoadedEditorAssemblies (521ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (80ms)
SetupLoadedEditorAssemblies (491ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (22ms)
SetLoadedEditorAssemblies (9ms)
RefreshPlugins (3ms)
BeforeProcessingInitializeOnLoad (113ms)
ProcessInitializeOnLoadAttributes (318ms)
ProcessInitializeOnLoadMethodAttributes (46ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (11ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (94ms)
ProcessInitializeOnLoadAttributes (304ms)
ProcessInitializeOnLoadMethodAttributes (52ms)
AfterProcessingInitializeOnLoad (10ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (8ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 3,22 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5012.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 4,827726 ms (FindLiveObjects: 0,421899 ms CreateObjectMapping: 0,374286 ms MarkObjects: 3,944547 ms DeleteObjects: 0,085380 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010368 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,60 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,537 seconds
Domain Reload Profiling:
ReloadAssembly (1538ms)
BeginReloadAssembly (141ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (54ms)
EndReloadAssembly (1278ms)
LoadAssemblies (68ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (398ms)
TypeCache.Initialize (389ms)
TypeCache.ScanAssembly (381ms)
ResolveRequiredComponents (9ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (78ms)
SetupLoadedEditorAssemblies (570ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (24ms)
SetLoadedEditorAssemblies (32ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (135ms)
ProcessInitializeOnLoadAttributes (306ms)
ProcessInitializeOnLoadMethodAttributes (59ms)
AfterProcessingInitializeOnLoad (12ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (12ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 4,22 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 2,54 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5015.
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5002.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 7,073801 ms (FindLiveObjects: 0,446334 ms CreateObjectMapping: 0,354602 ms MarkObjects: 6,078064 ms DeleteObjects: 0,192872 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010687 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,51 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,316 seconds
Domain Reload Profiling:
ReloadAssembly (1317ms)
BeginReloadAssembly (155ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (9ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (50ms)
EndReloadAssembly (1021ms)
LoadAssemblies (83ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (346ms)
TypeCache.Initialize (339ms)
TypeCache.ScanAssembly (332ms)
ResolveRequiredComponents (7ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (59ms)
SetupLoadedEditorAssemblies (452ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (10ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (95ms)
ProcessInitializeOnLoadAttributes (269ms)
ProcessInitializeOnLoadMethodAttributes (51ms)
AfterProcessingInitializeOnLoad (9ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (8ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 3,09 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5018.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 5,574537 ms (FindLiveObjects: 0,324079 ms CreateObjectMapping: 0,527863 ms MarkObjects: 4,632598 ms DeleteObjects: 0,088481 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,009468 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,09 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,171 seconds
Domain Reload Profiling:
ReloadAssembly (1172ms)
BeginReloadAssembly (137ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (9ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (51ms)
EndReloadAssembly (915ms)
LoadAssemblies (68ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (313ms)
TypeCache.Initialize (306ms)
TypeCache.ScanAssembly (301ms)
ResolveRequiredComponents (7ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (58ms)
SetupLoadedEditorAssemblies (391ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (77ms)
ProcessInitializeOnLoadAttributes (238ms)
ProcessInitializeOnLoadMethodAttributes (42ms)
AfterProcessingInitializeOnLoad (9ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (8ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,91 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5021.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 4,376598 ms (FindLiveObjects: 0,332725 ms CreateObjectMapping: 0,308885 ms MarkObjects: 3,649310 ms DeleteObjects: 0,084155 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 8292,780113 seconds.
path: Assets/escenas/sceneinteractivaSettings.lighting
artifactKey: Guid(bc84f5849d12d3d12b6b2ce114cc8503) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/escenas/sceneinteractivaSettings.lighting using Guid(bc84f5849d12d3d12b6b2ce114cc8503) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'a0155d9a1fa6c24af610f7b11d5c679a') in 0,015716 seconds
========================================================================
Received Import Request.
Time since last request: 8,735159 seconds.
path: Assets/escenas/sceneinteractiva.unity
artifactKey: Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/escenas/sceneinteractiva.unity using Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'd6470cda8c6c66d5d3d9ea1f104507f7') in 0,001584 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,007679 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 2,16 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,574 seconds
Domain Reload Profiling:
ReloadAssembly (1575ms)
BeginReloadAssembly (132ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (9ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (49ms)
EndReloadAssembly (1326ms)
LoadAssemblies (66ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (311ms)
TypeCache.Initialize (299ms)
TypeCache.ScanAssembly (291ms)
ResolveRequiredComponents (12ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (101ms)
SetupLoadedEditorAssemblies (679ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (26ms)
SetLoadedEditorAssemblies (12ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (115ms)
ProcessInitializeOnLoadAttributes (443ms)
ProcessInitializeOnLoadMethodAttributes (70ms)
AfterProcessingInitializeOnLoad (11ms)
EditorAssembliesLoaded (1ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (13ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 3,05 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4469 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5024.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 6,247346 ms (FindLiveObjects: 0,355126 ms CreateObjectMapping: 0,304357 ms MarkObjects: 5,481702 ms DeleteObjects: 0,104930 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010082 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,57 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,334 seconds
Domain Reload Profiling:
ReloadAssembly (1335ms)
BeginReloadAssembly (136ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (50ms)
EndReloadAssembly (1071ms)
LoadAssemblies (75ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (419ms)
TypeCache.Initialize (408ms)
TypeCache.ScanAssembly (401ms)
ResolveRequiredComponents (11ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (63ms)
SetupLoadedEditorAssemblies (415ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (9ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (102ms)
ProcessInitializeOnLoadAttributes (237ms)
ProcessInitializeOnLoadMethodAttributes (41ms)
AfterProcessingInitializeOnLoad (8ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,89 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 5027.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 4,439955 ms (FindLiveObjects: 0,314820 ms CreateObjectMapping: 0,294365 ms MarkObjects: 3,745168 ms DeleteObjects: 0,084024 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,007511 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,66 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 2,179 seconds
Domain Reload Profiling:
ReloadAssembly (2184ms)
BeginReloadAssembly (185ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (57ms)
EndReloadAssembly (1815ms)
LoadAssemblies (106ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (401ms)
TypeCache.Initialize (390ms)
TypeCache.ScanAssembly (384ms)
ResolveRequiredComponents (11ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (97ms)
SetupLoadedEditorAssemblies (1049ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (135ms)
ProcessInitializeOnLoadAttributes (718ms)
ProcessInitializeOnLoadMethodAttributes (145ms)
AfterProcessingInitializeOnLoad (23ms)
EditorAssembliesLoaded (1ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (23ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 6,34 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5030.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 15,919481 ms (FindLiveObjects: 0,829822 ms CreateObjectMapping: 1,387144 ms MarkObjects: 13,456982 ms DeleteObjects: 0,242601 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010540 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,05 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,266 seconds
Domain Reload Profiling:
ReloadAssembly (1267ms)
BeginReloadAssembly (139ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (53ms)
EndReloadAssembly (983ms)
LoadAssemblies (72ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (319ms)
TypeCache.Initialize (312ms)
TypeCache.ScanAssembly (307ms)
ResolveRequiredComponents (7ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (57ms)
SetupLoadedEditorAssemblies (428ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (16ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (1ms)
BeforeProcessingInitializeOnLoad (81ms)
ProcessInitializeOnLoadAttributes (257ms)
ProcessInitializeOnLoadMethodAttributes (54ms)
AfterProcessingInitializeOnLoad (12ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (16ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,80 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5033.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 5,529777 ms (FindLiveObjects: 0,347036 ms CreateObjectMapping: 0,381404 ms MarkObjects: 4,689875 ms DeleteObjects: 0,109373 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,008099 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,52 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,844 seconds
Domain Reload Profiling:
ReloadAssembly (1845ms)
BeginReloadAssembly (167ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (14ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (53ms)
EndReloadAssembly (1494ms)
LoadAssemblies (89ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (380ms)
TypeCache.Initialize (373ms)
TypeCache.ScanAssembly (367ms)
ResolveRequiredComponents (7ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (149ms)
SetupLoadedEditorAssemblies (611ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (33ms)
SetLoadedEditorAssemblies (10ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (121ms)
ProcessInitializeOnLoadAttributes (323ms)
ProcessInitializeOnLoadMethodAttributes (111ms)
AfterProcessingInitializeOnLoad (10ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (9ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 9,94 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4470 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (347,2 KB). Loaded Objects now: 5036.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 13,032730 ms (FindLiveObjects: 1,663316 ms CreateObjectMapping: 0,754478 ms MarkObjects: 10,386178 ms DeleteObjects: 0,222927 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Prepare
Refreshing native plugins compatible for Editor in 4,95 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 30 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 5036.
Memory consumption went from 86,5 MB to 86,2 MB.
Total: 4,473673 ms (FindLiveObjects: 0,309274 ms CreateObjectMapping: 0,301641 ms MarkObjects: 3,779982 ms DeleteObjects: 0,081849 ms)
Total: 5,862841 ms (FindLiveObjects: 0,451338 ms CreateObjectMapping: 0,307497 ms MarkObjects: 5,013999 ms DeleteObjects: 0,088215 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......
......@@ -10,7 +10,7 @@ Available memory: 15899 MB
Using pre-set license
Pro License: YES
(Unity:51337): Gdk-CRITICAL **: 15:56:43.324: gdk_window_get_cursor: assertion 'GDK_IS_WINDOW (window)' failed
(Unity:20072): Gdk-CRITICAL **: 14:59:48.211: gdk_window_get_cursor: assertion 'GDK_IS_WINDOW (window)' failed
Desktop is 1920 x 1080 @ 60 Hz
Initialize udev device monitor.
......@@ -26,7 +26,7 @@ AssetImportWorker0
-logFile
Logs/AssetImportWorker0.log
-srvPort
44537
44569
Successfully changed project path to: /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL
/home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL
[UnityMemory] Configuration Parameters - Can be set up in boot.config
......@@ -58,7 +58,7 @@ Successfully changed project path to: /home/rolando/Documentos/NODOLAB/GIT/panta
"memorysetup-temp-allocator-size-cloud-worker=32768"
"memorysetup-temp-allocator-size-gi-baking-worker=262144"
"memorysetup-temp-allocator-size-gfx=262144"
Refreshing native plugins compatible for Editor in 245,85 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 246,96 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Initialize engine version: 2022.1.22f1 (6b6e9fc2adda)
[Subsystems] Discovering subsystems at path /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/Resources/UnitySubsystems
......@@ -74,106 +74,106 @@ int_sprite GL_ARB_polygon_offset_clamp GL_ARB_post_depth_coverage GL_ARB_program
L_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map_array GL_ARB_texture_filter_anisotropic GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewpor
t_array GL_ATI_blend_equation_separate GL_ATI_texture_float GL_EXT_EGL_image_storage GL_EXT_EGL_sync GL_EXT_abgr GL_EXT_blend_equation_separate GL_EXT_demote_to_helper_invocation GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_pixel_buffer_object GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_semaphore GL_EXT_semaphore_fd GL_EXT_shader_framebuffer_fetch GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_integer_mix GL_EXT_shader_samples_identical GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_sRGB GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_decode GL_EXT_texture_shadow_lod GL_EXT_texture_shared_exponent GL_EXT_t
exture_snorm GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_IBM_multimode_draw_arrays GL_INTEL_blackhole_render GL_INTEL_conservative_rasterization GL_INTEL_performance_query GL_INTEL_shader_atomic_float_minmax GL_INTEL_shader_integer_functions2 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_KHR_context_flush_control GL_KHR_debug GL_KHR_no_error GL_KHR_parallel_shader_compile GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_sliced_3d GL_MESA_framebuffer_flip_y GL_MESA_pack_invert GL_MESA_shader_integer_functions GL_MESA_texture_signed_rgba GL_NV_compute_shader_derivatives GL_NV_conditional_render GL_NV_copy_image GL_NV_depth_clamp GL_NV_fragment_shader_interlock GL_NV_packed_depth_stencil GL_NV_texture_barrier GL_OES_EGL_image GL_S3_s3tc
OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 1736673456
OPENGL LOG: Creating OpenGL 4.6 graphics device ; Context level <OpenGL 4.5> ; Context handle 95623808
Initialize mono
Mono path[0] = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/Managed'
Mono path[1] = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-linux'
Mono config path = '/home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56337
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56072
Begin MonoManager ReloadAssembly
Registering precompiled unity dll's ...
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
Register platform support module: /home/rolando/Unity/Hub/Editor/2022.1.22f1/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll
Registered in 0,010881 seconds.
Registered in 0,016765 seconds.
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 215,28 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 264,12 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 0,978 seconds
- Completed reload, in 1,420 seconds
Domain Reload Profiling:
ReloadAssembly (979ms)
BeginReloadAssembly (70ms)
ReloadAssembly (1421ms)
BeginReloadAssembly (95ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (0ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (1ms)
EndReloadAssembly (748ms)
LoadAssemblies (68ms)
EndReloadAssembly (1049ms)
LoadAssemblies (95ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (169ms)
TypeCache.Initialize (168ms)
TypeCache.ScanAssembly (167ms)
SetupTypeCache (239ms)
TypeCache.Initialize (238ms)
TypeCache.ScanAssembly (237ms)
ResolveRequiredComponents (1ms)
ReleaseScriptCaches (0ms)
RebuildScriptCaches (39ms)
SetupLoadedEditorAssemblies (476ms)
RebuildScriptCaches (76ms)
SetupLoadedEditorAssemblies (649ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (13ms)
SetLoadedEditorAssemblies (8ms)
RefreshPlugins (215ms)
InitializePlatformSupportModulesInManaged (22ms)
SetLoadedEditorAssemblies (15ms)
RefreshPlugins (264ms)
BeforeProcessingInitializeOnLoad (2ms)
ProcessInitializeOnLoadAttributes (182ms)
ProcessInitializeOnLoadMethodAttributes (56ms)
ProcessInitializeOnLoadAttributes (256ms)
ProcessInitializeOnLoadMethodAttributes (90ms)
AfterProcessingInitializeOnLoad (0ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (0ms)
Platform modules already initialized, skipping
Registering precompiled user dll's ...
Registered in 0,008907 seconds.
Registered in 0,011445 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 232,97 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 197,40 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 2,506 seconds
- Completed reload, in 1,924 seconds
Domain Reload Profiling:
ReloadAssembly (2508ms)
BeginReloadAssembly (234ms)
ReloadAssembly (1925ms)
BeginReloadAssembly (162ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (13ms)
DisableScriptedObjects (11ms)
BackupInstance (0ms)
ReleaseScriptingObjects (1ms)
CreateAndSetChildDomain (48ms)
EndReloadAssembly (2028ms)
LoadAssemblies (133ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (30ms)
EndReloadAssembly (1565ms)
LoadAssemblies (107ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (567ms)
TypeCache.Initialize (556ms)
TypeCache.ScanAssembly (552ms)
SetupTypeCache (417ms)
TypeCache.Initialize (407ms)
TypeCache.ScanAssembly (402ms)
ResolveRequiredComponents (10ms)
ReleaseScriptCaches (1ms)
RebuildScriptCaches (110ms)
SetupLoadedEditorAssemblies (1120ms)
RebuildScriptCaches (124ms)
SetupLoadedEditorAssemblies (809ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (17ms)
SetLoadedEditorAssemblies (12ms)
RefreshPlugins (233ms)
BeforeProcessingInitializeOnLoad (178ms)
ProcessInitializeOnLoadAttributes (548ms)
ProcessInitializeOnLoadMethodAttributes (118ms)
AfterProcessingInitializeOnLoad (13ms)
InitializePlatformSupportModulesInManaged (14ms)
SetLoadedEditorAssemblies (11ms)
RefreshPlugins (197ms)
BeforeProcessingInitializeOnLoad (150ms)
ProcessInitializeOnLoadAttributes (344ms)
ProcessInitializeOnLoadMethodAttributes (84ms)
AfterProcessingInitializeOnLoad (9ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (11ms)
AwakeInstancesAfterBackupRestoration (5ms)
Platform modules already initialized, skipping
========================================================================
Worker process is ready to serve import requests
Launched and connected shader compiler UnityShaderCompiler after 0.02 seconds
Refreshing native plugins compatible for Editor in 0,92 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 1,83 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4526 Unused Serialized files (Serialized files now loaded: 0)
Unloading 43 unused Assets / (366,0 KB). Loaded Objects now: 4982.
Unloading 43 unused Assets / (365,9 KB). Loaded Objects now: 4982.
Memory consumption went from 0,68 GB to 0,68 GB.
Total: 5,563214 ms (FindLiveObjects: 0,431741 ms CreateObjectMapping: 0,578361 ms MarkObjects: 4,245750 ms DeleteObjects: 0,305850 ms)
Total: 7,528764 ms (FindLiveObjects: 0,772559 ms CreateObjectMapping: 1,244924 ms MarkObjects: 5,206984 ms DeleteObjects: 0,302325 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......@@ -186,78 +186,72 @@ AssetImportParameters requested are different than current active one (requested
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 13609,045467 seconds.
path: Assets/escenas/sceneinteractiva.unity
artifactKey: Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/escenas/sceneinteractiva.unity using Guid(802c306a2e0fa8d4f87d3cdfbaedc189) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '82ba6f4e868e9316ee968e8116afa71c') in 0,002092 seconds
========================================================================
Received Import Request.
Time since last request: 163,701608 seconds.
path: Assets/importados/MioPropioYoutube/QuadVideo.prefab
artifactKey: Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/QuadVideo.prefab using Guid(72e463bd7e5dd770ab66790d9bf809e3) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '0301c6215cd33b9a6e9c13dfb824f278') in 0,138951 seconds
Time since last request: 2899,270030 seconds.
path: Assets/codigos/Red
artifactKey: Guid(92911cd178d75c5418125e10c6346cbf) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/codigos/Red using Guid(92911cd178d75c5418125e10c6346cbf) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'ab32ce50694a2bffdd33d5a7c4828abd') in 0,024735 seconds
========================================================================
Received Import Request.
Time since last request: 212,396078 seconds.
path: Assets/importados/MioPropioYoutube/VideoControl.cs
artifactKey: Guid(151e4485c1b7a7e509b19e8f06b278dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/VideoControl.cs using Guid(151e4485c1b7a7e509b19e8f06b278dd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '2734c46981417a34ff92d0388aff2178') in 0,000829 seconds
Time since last request: 0,000050 seconds.
path: Assets/codigos/generales
artifactKey: Guid(3b85a2f39f6d5e942a6d519ee203a23a) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/codigos/generales using Guid(3b85a2f39f6d5e942a6d519ee203a23a) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f50f5a6e01f963bc86a24dee38c21883') in 0,000783 seconds
========================================================================
Received Import Request.
Time since last request: 495,612578 seconds.
path: Assets/importados/MioPropioYoutube/RawImageVideo.prefab
artifactKey: Guid(0045b428b41224b18be6c19711162294) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/importados/MioPropioYoutube/RawImageVideo.prefab using Guid(0045b428b41224b18be6c19711162294) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'cedf3e07278a53af322b97c1d62bf48f') in 0,007269 seconds
Time since last request: 1,800535 seconds.
path: Assets/codigos/generales/GestorMenuInteractivo.cs
artifactKey: Guid(5959b15bcda9ae64e823f0a22275cc1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/codigos/generales/GestorMenuInteractivo.cs using Guid(5959b15bcda9ae64e823f0a22275cc1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'f4abca612c732934c161155b2015afea') in 0,000729 seconds
========================================================================
Received Prepare
Registering precompiled user dll's ...
Registered in 0,010596 seconds.
Registered in 0,007520 seconds.
Begin MonoManager ReloadAssembly
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/YamlDotNet/Unity.VisualScripting.YamlDotNet.dll
Symbol file LoadedFromMemory doesn't match image /home/rolando/Documentos/NODOLAB/GIT/pantallatotem/TotemUTPL/Library/PackageCache/com.unity.visualscripting@1.7.8/Editor/VisualScripting.Core/Dependencies/DotNetZip/Unity.VisualScripting.IonicZip.dll
Native extension for LinuxStandalone target not found
Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Refreshing native plugins compatible for Editor in 1,77 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 2,38 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Mono: successfully reloaded assembly
- Completed reload, in 1,383 seconds
- Completed reload, in 1,592 seconds
Domain Reload Profiling:
ReloadAssembly (1384ms)
BeginReloadAssembly (143ms)
ReloadAssembly (1593ms)
BeginReloadAssembly (145ms)
ExecutionOrderSort (0ms)
DisableScriptedObjects (8ms)
BackupInstance (0ms)
ReleaseScriptingObjects (0ms)
CreateAndSetChildDomain (51ms)
EndReloadAssembly (1108ms)
EndReloadAssembly (1324ms)
LoadAssemblies (81ms)
RebuildTransferFunctionScriptingTraits (0ms)
SetupTypeCache (379ms)
TypeCache.Initialize (369ms)
TypeCache.ScanAssembly (361ms)
ResolveRequiredComponents (9ms)
SetupTypeCache (415ms)
TypeCache.Initialize (404ms)
TypeCache.ScanAssembly (397ms)
ResolveRequiredComponents (11ms)
ReleaseScriptCaches (2ms)
RebuildScriptCaches (76ms)
SetupLoadedEditorAssemblies (471ms)
RebuildScriptCaches (99ms)
SetupLoadedEditorAssemblies (607ms)
LogAssemblyErrors (0ms)
InitializePlatformSupportModulesInManaged (15ms)
InitializePlatformSupportModulesInManaged (21ms)
SetLoadedEditorAssemblies (9ms)
RefreshPlugins (2ms)
BeforeProcessingInitializeOnLoad (103ms)
ProcessInitializeOnLoadAttributes (289ms)
ProcessInitializeOnLoadMethodAttributes (45ms)
AfterProcessingInitializeOnLoad (8ms)
BeforeProcessingInitializeOnLoad (119ms)
ProcessInitializeOnLoadAttributes (374ms)
ProcessInitializeOnLoadMethodAttributes (71ms)
AfterProcessingInitializeOnLoad (11ms)
EditorAssembliesLoaded (0ms)
ExecutionOrderSort2 (0ms)
AwakeInstancesAfterBackupRestoration (7ms)
AwakeInstancesAfterBackupRestoration (10ms)
Platform modules already initialized, skipping
Refreshing native plugins compatible for Editor in 2,81 ms, found 1 plugins.
Refreshing native plugins compatible for Editor in 5,41 ms, found 1 plugins.
Preloading 0 native plugins for Editor in 0,00 ms.
Unloading 4469 Unused Serialized files (Serialized files now loaded: 0)
Unloading 30 unused Assets / (346,1 KB). Loaded Objects now: 4994.
Unloading 30 unused Assets / (346,2 KB). Loaded Objects now: 4985.
Memory consumption went from 0,67 GB to 0,67 GB.
Total: 6,908792 ms (FindLiveObjects: 0,337244 ms CreateObjectMapping: 0,359640 ms MarkObjects: 5,950870 ms DeleteObjects: 0,258747 ms)
Total: 8,556793 ms (FindLiveObjects: 0,340150 ms CreateObjectMapping: 0,472674 ms MarkObjects: 7,581537 ms DeleteObjects: 0,159882 ms)
AssetImportParameters requested are different than current active one (requested -> active):
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
......@@ -268,3 +262,9 @@ AssetImportParameters requested are different than current active one (requested
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
========================================================================
Received Import Request.
Time since last request: 3804,352626 seconds.
path: Assets/codigos/generales/GestorMenuInteractivo.cs
artifactKey: Guid(5959b15bcda9ae64e823f0a22275cc1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
Start importing Assets/codigos/generales/GestorMenuInteractivo.cs using Guid(5959b15bcda9ae64e823f0a22275cc1f) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: 'c6ae3026aa3178cd28b189f947a9be78') in 0,001738 seconds
......@@ -12,10 +12,10 @@ EditorUserSettings:
value: 00530c5706030b5d540a5c701175084146161e79797c77687f784c30b2e5656d
flags: 0
RecentlyUsedSceneGuid-2:
value: 0652025353540b0b5d5f0e2445775e44434f4a297d2b2032282f4467b3b96c6c
value: 5b01060556055f5a5f0b5c24117b5b44104f4f2e7f2b22362f281837e1b16c61
flags: 0
RecentlyUsedSceneGuid-3:
value: 5b01060556055f5a5f0b5c24117b5b44104f4f2e7f2b22362f281837e1b16c61
value: 0652025353540b0b5d5f0e2445775e44434f4a297d2b2032282f4467b3b96c6c
flags: 0
vcSharedLogLevel:
value: 0d5e400f0650
......
......@@ -48,7 +48,7 @@ MonoBehaviour:
m_MinSize: {x: 300, y: 200}
m_MaxSize: {x: 24288, y: 16192}
vertical: 0
controlID: 53
controlID: 38
--- !u!114 &3
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -223,7 +223,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 200}
m_MaxSize: {x: 16192, y: 16192}
vertical: 1
controlID: 54
controlID: 39
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -248,7 +248,7 @@ MonoBehaviour:
m_MinSize: {x: 200, y: 100}
m_MaxSize: {x: 16192, y: 8096}
vertical: 0
controlID: 22
controlID: 76
--- !u!114 &11
MonoBehaviour:
m_ObjectHideFlags: 52
......@@ -298,7 +298,7 @@ MonoBehaviour:
serializedVersion: 2
x: 72
y: 676
width: 1410
width: 1436
height: 363
m_ViewDataDictionary: {fileID: 0}
m_OverlayCanvas:
......@@ -329,10 +329,10 @@ MonoBehaviour:
m_LockTracker:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 60}
m_SelectedIDs: 0a680000
m_LastClickedID: 26634
m_ExpandedIDs: 00000000e2660000e4660000e6660000726800007468000000ca9a3b
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 3a640000
m_LastClickedID: 25658
m_ExpandedIDs: 00000000126300001463000016630000186300001a63000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -360,7 +360,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: 00000000e2660000e4660000e6660000
m_ExpandedIDs: 00000000126300001463000016630000186300001a630000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......@@ -385,8 +385,8 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_ListAreaState:
m_SelectedInstanceIDs: 08700000
m_LastClickedInstanceID: 28680
m_SelectedInstanceIDs: 32640000
m_LastClickedInstanceID: 25650
m_HadKeyboardFocusLastEvent: 1
m_ExpandedInstanceIDs: c623000000000000
m_RenameOverlay:
......@@ -488,9 +488,9 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_SelectedIDs: 32640000
m_LastClickedID: 0
m_ExpandedIDs: eabfffff32c0ffff4cc3ffff96c3ffff16d2ffff58d3ffffb2d8ffff3ed9ffff2afbffff826200000e6300007a630000e063000002640000406400005a64000048710000b47100001a7200003c7200007a720000
m_ExpandedIDs: bee4ffff26e7ffff4ae8ffffc0f9ffff2afbffff346500009a650000f46500000e6600004c660000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
......
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