This commit is contained in:
parent
d3f405b209
commit
660ac450b4
|
@ -97666,7 +97666,7 @@ GameObject:
|
|||
m_Icon: {fileID: 0}
|
||||
m_NavMeshLayer: 0
|
||||
m_StaticEditorFlags: 0
|
||||
m_IsActive: 1
|
||||
m_IsActive: 0
|
||||
--- !u!4 &463649141
|
||||
Transform:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
|
@ -68,7 +68,7 @@ namespace Script
|
|||
vehicleController = GetComponent<VehicleController>();
|
||||
vehicleStandardInput = GetComponent<VehicleStandardInput>();
|
||||
|
||||
// StartModbus();
|
||||
StartModbus();
|
||||
ModBusQueue();
|
||||
}
|
||||
|
||||
|
@ -100,17 +100,17 @@ namespace Script
|
|||
while (true)
|
||||
{
|
||||
// Debug.Log(client.modbusQueue.Count);
|
||||
// if (client.modbusQueue.Count > 0)
|
||||
// {
|
||||
// // Debug.Log(client.modbusQueue.Count);
|
||||
//
|
||||
// carData = client.modbusQueue.Dequeue();
|
||||
|
||||
if (ModbusTcpClient.modbusTcpClient.modbusQueue.Count > 0)
|
||||
if (client.modbusQueue.Count > 0)
|
||||
{
|
||||
// Debug.Log(ModbusTcpClient.modbusTcpClient.modbusQueue.Count);
|
||||
// Debug.Log(client.modbusQueue.Count);
|
||||
|
||||
carData = ModbusTcpClient.modbusTcpClient.modbusQueue.Dequeue();
|
||||
carData = client.modbusQueue.Dequeue();
|
||||
|
||||
// if (ModbusTcpClient.modbusTcpClient.modbusQueue.Count > 0)
|
||||
// {
|
||||
// // Debug.Log(ModbusTcpClient.modbusTcpClient.modbusQueue.Count);
|
||||
//
|
||||
// carData = ModbusTcpClient.modbusTcpClient.modbusQueue.Dequeue();
|
||||
|
||||
|
||||
//方向盘
|
||||
|
|
|
@ -15,11 +15,11 @@ E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
|||
-logFile
|
||||
Logs/AssetImportWorker0.log
|
||||
-srvPort
|
||||
54320
|
||||
60987
|
||||
Successfully changed project path to: E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
Using Asset Import Pipeline V2.
|
||||
Refreshing native plugins compatible for Editor in 186.41 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 192.16 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Initialize engine version: 2021.1.24f1 (6667702a1e7c)
|
||||
[Subsystems] Discovering subsystems at path D:/2021.1.24f1/Editor/Data/Resources/UnitySubsystems
|
||||
|
@ -36,45 +36,45 @@ Initialize mono
|
|||
Mono path[0] = 'D:/2021.1.24f1/Editor/Data/Managed'
|
||||
Mono path[1] = 'D:/2021.1.24f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
|
||||
Mono config path = 'D:/2021.1.24f1/Editor/Data/MonoBleedingEdge/etc'
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56224
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56964
|
||||
Begin MonoManager ReloadAssembly
|
||||
Registering precompiled unity dll's ...
|
||||
Register platform support module: D:/2021.1.24f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
|
||||
Registered in 0.001082 seconds.
|
||||
Registered in 0.001021 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 189.15 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 193.57 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.182 seconds
|
||||
- Completed reload, in 1.194 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1182ms)
|
||||
BeginReloadAssembly (60ms)
|
||||
ReloadAssembly (1194ms)
|
||||
BeginReloadAssembly (56ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (564ms)
|
||||
LoadAssemblies (59ms)
|
||||
EndReloadAssembly (576ms)
|
||||
LoadAssemblies (55ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (151ms)
|
||||
SetupTypeCache (155ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (33ms)
|
||||
SetupLoadedEditorAssemblies (333ms)
|
||||
RebuildScriptCaches (35ms)
|
||||
SetupLoadedEditorAssemblies (338ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (189ms)
|
||||
RefreshPlugins (194ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (104ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (32ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (30ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006727 seconds.
|
||||
Registered in 0.006488 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
|
@ -82,32 +82,32 @@ OnLevelWasLoaded was found on DOTweenComponent
|
|||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.70 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 1.67 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.176 seconds
|
||||
- Completed reload, in 1.154 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1176ms)
|
||||
BeginReloadAssembly (146ms)
|
||||
ReloadAssembly (1154ms)
|
||||
BeginReloadAssembly (123ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (19ms)
|
||||
CreateAndSetChildDomain (18ms)
|
||||
EndReloadAssembly (977ms)
|
||||
LoadAssemblies (95ms)
|
||||
LoadAssemblies (75ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (360ms)
|
||||
SetupTypeCache (359ms)
|
||||
ReleaseScriptCaches (1ms)
|
||||
RebuildScriptCaches (111ms)
|
||||
SetupLoadedEditorAssemblies (321ms)
|
||||
RebuildScriptCaches (113ms)
|
||||
SetupLoadedEditorAssemblies (316ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (74ms)
|
||||
ProcessInitializeOnLoadAttributes (231ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (7ms)
|
||||
BeforeProcessingInitializeOnLoad (75ms)
|
||||
ProcessInitializeOnLoadAttributes (226ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (5ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
|
@ -117,14 +117,14 @@ Platform modules already initialized, skipping
|
|||
Worker process is ready to serve import requests
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
|
||||
Refreshing native plugins compatible for Editor in 1.57 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 1.85 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4453 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 276.6 MB.
|
||||
System memory in use after: 264.4 MB.
|
||||
System memory in use before: 276.5 MB.
|
||||
System memory in use after: 264.3 MB.
|
||||
|
||||
Unloading 104 unused Assets to reduce memory usage. Loaded Objects now: 4974.
|
||||
Total: 7.061200 ms (FindLiveObjects: 0.442900 ms CreateObjectMapping: 0.148100 ms MarkObjects: 2.586900 ms DeleteObjects: 3.882300 ms)
|
||||
Total: 7.292000 ms (FindLiveObjects: 0.444800 ms CreateObjectMapping: 0.135700 ms MarkObjects: 2.709100 ms DeleteObjects: 4.001200 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
|
@ -140,55 +140,11 @@ AssetImportParameters requested are different than current active one (requested
|
|||
Received Import Request.
|
||||
path: Assets/Scenes/main_.unity
|
||||
artifactKey: Guid(2905cb1f57b5d7641adcaa938670a0cd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scenes/main_.unity using Guid(2905cb1f57b5d7641adcaa938670a0cd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '184d2ae76be9d3a37c31c0f8723b4bea') in 0.016866 seconds
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 6.70 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 97 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 157.5 MB.
|
||||
System memory in use after: 145.4 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 4974.
|
||||
Total: 8.113700 ms (FindLiveObjects: 0.447500 ms CreateObjectMapping: 0.137700 ms MarkObjects: 3.160100 ms DeleteObjects: 4.367400 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 6.26 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 97 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 157.5 MB.
|
||||
System memory in use after: 145.4 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 4974.
|
||||
Total: 7.556000 ms (FindLiveObjects: 0.448600 ms CreateObjectMapping: 0.139600 ms MarkObjects: 2.830700 ms DeleteObjects: 4.136100 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
Start importing Assets/Scenes/main_.unity using Guid(2905cb1f57b5d7641adcaa938670a0cd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '676613cac4ebd7c742ed21289e3b34aa') in 0.017159 seconds
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.008553 seconds.
|
||||
Registered in 0.006753 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
|
@ -199,687 +155,31 @@ OnLevelWasLoaded was found on DOTweenComponent
|
|||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.94 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.455 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1456ms)
|
||||
BeginReloadAssembly (321ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (22ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (184ms)
|
||||
EndReloadAssembly (1074ms)
|
||||
LoadAssemblies (110ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (393ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (124ms)
|
||||
SetupLoadedEditorAssemblies (348ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (82ms)
|
||||
ProcessInitializeOnLoadAttributes (248ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.77 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.7 MB.
|
||||
System memory in use after: 225.6 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4976.
|
||||
Total: 8.327500 ms (FindLiveObjects: 0.692300 ms CreateObjectMapping: 0.147900 ms MarkObjects: 2.997400 ms DeleteObjects: 4.488200 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006869 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.57 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.243 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1244ms)
|
||||
BeginReloadAssembly (95ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (34ms)
|
||||
EndReloadAssembly (1093ms)
|
||||
LoadAssemblies (73ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (383ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (137ms)
|
||||
SetupLoadedEditorAssemblies (356ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (80ms)
|
||||
ProcessInitializeOnLoadAttributes (259ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (7ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.78 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.8 MB.
|
||||
System memory in use after: 225.7 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4978.
|
||||
Total: 8.167700 ms (FindLiveObjects: 0.641900 ms CreateObjectMapping: 0.371000 ms MarkObjects: 2.651800 ms DeleteObjects: 4.501000 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007864 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.63 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.158 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1158ms)
|
||||
BeginReloadAssembly (149ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (63ms)
|
||||
EndReloadAssembly (951ms)
|
||||
LoadAssemblies (93ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (341ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (111ms)
|
||||
SetupLoadedEditorAssemblies (313ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (73ms)
|
||||
ProcessInitializeOnLoadAttributes (225ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (5ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.63 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.9 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4980.
|
||||
Total: 7.316100 ms (FindLiveObjects: 0.436100 ms CreateObjectMapping: 0.138400 ms MarkObjects: 2.592300 ms DeleteObjects: 4.148300 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006404 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.63 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.121 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1122ms)
|
||||
BeginReloadAssembly (94ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (32ms)
|
||||
EndReloadAssembly (973ms)
|
||||
LoadAssemblies (74ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (350ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (115ms)
|
||||
SetupLoadedEditorAssemblies (323ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (75ms)
|
||||
ProcessInitializeOnLoadAttributes (232ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.69 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.9 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4982.
|
||||
Total: 7.543100 ms (FindLiveObjects: 0.465600 ms CreateObjectMapping: 0.141500 ms MarkObjects: 2.607400 ms DeleteObjects: 4.327300 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007042 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.61 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.111 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1112ms)
|
||||
BeginReloadAssembly (100ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (32ms)
|
||||
EndReloadAssembly (953ms)
|
||||
LoadAssemblies (75ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (341ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (111ms)
|
||||
SetupLoadedEditorAssemblies (317ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (75ms)
|
||||
ProcessInitializeOnLoadAttributes (227ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.65 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.7 MB.
|
||||
System memory in use after: 225.6 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4984.
|
||||
Total: 7.703000 ms (FindLiveObjects: 0.455900 ms CreateObjectMapping: 0.145700 ms MarkObjects: 2.662200 ms DeleteObjects: 4.438000 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007383 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.62 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 1.64 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.180 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1181ms)
|
||||
BeginReloadAssembly (131ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (38ms)
|
||||
EndReloadAssembly (998ms)
|
||||
LoadAssemblies (92ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (352ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (122ms)
|
||||
SetupLoadedEditorAssemblies (330ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (78ms)
|
||||
ProcessInitializeOnLoadAttributes (236ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.82 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 238.0 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4986.
|
||||
Total: 8.015800 ms (FindLiveObjects: 0.475800 ms CreateObjectMapping: 0.142100 ms MarkObjects: 2.674900 ms DeleteObjects: 4.721700 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007894 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.75 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.240 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1241ms)
|
||||
BeginReloadAssembly (118ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (35ms)
|
||||
EndReloadAssembly (1064ms)
|
||||
LoadAssemblies (98ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (377ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (125ms)
|
||||
SetupLoadedEditorAssemblies (356ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (83ms)
|
||||
ProcessInitializeOnLoadAttributes (255ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (7ms)
|
||||
AfterProcessingInitializeOnLoad (3ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.80 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 238.0 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4988.
|
||||
Total: 9.170900 ms (FindLiveObjects: 0.610000 ms CreateObjectMapping: 0.148900 ms MarkObjects: 3.212900 ms DeleteObjects: 5.196700 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006715 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.71 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.142 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1142ms)
|
||||
BeginReloadAssembly (112ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (31ms)
|
||||
EndReloadAssembly (977ms)
|
||||
LoadAssemblies (86ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (345ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (114ms)
|
||||
SetupLoadedEditorAssemblies (331ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (79ms)
|
||||
ProcessInitializeOnLoadAttributes (235ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.61 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.9 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4990.
|
||||
Total: 7.715800 ms (FindLiveObjects: 0.440800 ms CreateObjectMapping: 0.139000 ms MarkObjects: 2.568500 ms DeleteObjects: 4.566400 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.434125 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.89 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 2.627 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (2628ms)
|
||||
BeginReloadAssembly (107ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (32ms)
|
||||
EndReloadAssembly (2468ms)
|
||||
LoadAssemblies (1609ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (341ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (108ms)
|
||||
SetupLoadedEditorAssemblies (325ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (75ms)
|
||||
ProcessInitializeOnLoadAttributes (234ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.64 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.9 MB.
|
||||
System memory in use after: 225.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4992.
|
||||
Total: 7.835100 ms (FindLiveObjects: 0.443500 ms CreateObjectMapping: 0.152900 ms MarkObjects: 2.863200 ms DeleteObjects: 4.373700 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 340869.826836 seconds.
|
||||
path: Assets/UTS/Models/Cars/Car_Prefabs/Day Cars/Car_1.prefab
|
||||
artifactKey: Guid(5ce78366dc1ed824a994a8d1a7a78083) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/UTS/Models/Cars/Car_Prefabs/Day Cars/Car_1.prefab using Guid(5ce78366dc1ed824a994a8d1a7a78083) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '6e3c555b1115b5a36a91d3af28aba52f') in 2.995243 seconds
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006813 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.84 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.321 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1322ms)
|
||||
BeginReloadAssembly (206ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (8ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (102ms)
|
||||
EndReloadAssembly (1056ms)
|
||||
LoadAssemblies (112ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (376ms)
|
||||
ReleaseScriptCaches (4ms)
|
||||
RebuildScriptCaches (128ms)
|
||||
SetupLoadedEditorAssemblies (342ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (1ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (80ms)
|
||||
ProcessInitializeOnLoadAttributes (246ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 3.76 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 241.9 MB.
|
||||
System memory in use after: 229.8 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 5001.
|
||||
Total: 9.134200 ms (FindLiveObjects: 0.606200 ms CreateObjectMapping: 0.155400 ms MarkObjects: 3.766600 ms DeleteObjects: 4.604100 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007849 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.89 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.263 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1263ms)
|
||||
BeginReloadAssembly (133ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (43ms)
|
||||
EndReloadAssembly (1066ms)
|
||||
LoadAssemblies (110ms)
|
||||
CreateAndSetChildDomain (39ms)
|
||||
EndReloadAssembly (991ms)
|
||||
LoadAssemblies (97ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (387ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (130ms)
|
||||
SetupLoadedEditorAssemblies (336ms)
|
||||
SetupTypeCache (361ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (114ms)
|
||||
SetupLoadedEditorAssemblies (324ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (8ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (81ms)
|
||||
ProcessInitializeOnLoadAttributes (235ms)
|
||||
BeforeProcessingInitializeOnLoad (77ms)
|
||||
ProcessInitializeOnLoadAttributes (231ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
|
@ -887,14 +187,14 @@ Domain Reload Profiling:
|
|||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 2.25 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 1.61 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 242.1 MB.
|
||||
System memory in use after: 230.0 MB.
|
||||
System memory in use before: 237.6 MB.
|
||||
System memory in use after: 225.5 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 5003.
|
||||
Total: 7.768300 ms (FindLiveObjects: 0.446200 ms CreateObjectMapping: 0.147200 ms MarkObjects: 2.923200 ms DeleteObjects: 4.250400 ms)
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4976.
|
||||
Total: 7.357100 ms (FindLiveObjects: 0.478800 ms CreateObjectMapping: 0.133000 ms MarkObjects: 2.626300 ms DeleteObjects: 4.117800 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
|
@ -908,58 +208,15 @@ AssetImportParameters requested are different than current active one (requested
|
|||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006611 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 2.11 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.176 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1176ms)
|
||||
BeginReloadAssembly (117ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (34ms)
|
||||
EndReloadAssembly (1004ms)
|
||||
LoadAssemblies (97ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (355ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (115ms)
|
||||
SetupLoadedEditorAssemblies (344ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (80ms)
|
||||
ProcessInitializeOnLoadAttributes (247ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.61 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 22.96 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 242.1 MB.
|
||||
System memory in use after: 230.0 MB.
|
||||
Unloading 97 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 157.8 MB.
|
||||
System memory in use after: 145.7 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 5005.
|
||||
Total: 7.998800 ms (FindLiveObjects: 0.487800 ms CreateObjectMapping: 0.148100 ms MarkObjects: 2.819800 ms DeleteObjects: 4.541700 ms)
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 4976.
|
||||
Total: 22.850200 ms (FindLiveObjects: 2.434300 ms CreateObjectMapping: 0.174800 ms MarkObjects: 15.357800 ms DeleteObjects: 4.880200 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
|
|
|
@ -1,208 +0,0 @@
|
|||
Using pre-set license
|
||||
Built from '2021.1/staging' branch; Version is '2021.1.24f1 (6667702a1e7c) revision 6711152'; Using compiler version '192528614'; Build Type 'Release'
|
||||
OS: 'Windows 10 Pro; OS build 19044.1682; Version 2009; 64bit' Language: 'zh' Physical Memory: 16197 MB
|
||||
BatchMode: 1, IsHumanControllingUs: 0, StartBugReporterOnCrash: 0, Is64bit: 1, IsPro: 0
|
||||
|
||||
COMMAND LINE ARGUMENTS:
|
||||
D:\2021.1.24f1\Editor\Unity.exe
|
||||
-adb2
|
||||
-batchMode
|
||||
-noUpm
|
||||
-name
|
||||
AssetImportWorker0
|
||||
-projectPath
|
||||
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
-logFile
|
||||
Logs/AssetImportWorker0.log
|
||||
-srvPort
|
||||
60987
|
||||
Successfully changed project path to: E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
Using Asset Import Pipeline V2.
|
||||
Refreshing native plugins compatible for Editor in 192.16 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Initialize engine version: 2021.1.24f1 (6667702a1e7c)
|
||||
[Subsystems] Discovering subsystems at path D:/2021.1.24f1/Editor/Data/Resources/UnitySubsystems
|
||||
[Subsystems] Discovering subsystems at path E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem/Assets
|
||||
GfxDevice: creating device client; threaded=0; jobified=0
|
||||
Direct3D:
|
||||
Version: Direct3D 11.0 [level 11.1]
|
||||
Renderer: NVIDIA GeForce GTX 1660 SUPER (ID=0x21c4)
|
||||
Vendor: NVIDIA
|
||||
VRAM: 5981 MB
|
||||
Driver: 31.0.15.4617
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Initialize mono
|
||||
Mono path[0] = 'D:/2021.1.24f1/Editor/Data/Managed'
|
||||
Mono path[1] = 'D:/2021.1.24f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit'
|
||||
Mono config path = 'D:/2021.1.24f1/Editor/Data/MonoBleedingEdge/etc'
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56964
|
||||
Begin MonoManager ReloadAssembly
|
||||
Registering precompiled unity dll's ...
|
||||
Register platform support module: D:/2021.1.24f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
|
||||
Registered in 0.001021 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 193.57 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.194 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1194ms)
|
||||
BeginReloadAssembly (56ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (576ms)
|
||||
LoadAssemblies (55ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (155ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (35ms)
|
||||
SetupLoadedEditorAssemblies (338ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (194ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (104ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (30ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006488 seconds.
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.67 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.154 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1154ms)
|
||||
BeginReloadAssembly (123ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (18ms)
|
||||
EndReloadAssembly (977ms)
|
||||
LoadAssemblies (75ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (359ms)
|
||||
ReleaseScriptCaches (1ms)
|
||||
RebuildScriptCaches (113ms)
|
||||
SetupLoadedEditorAssemblies (316ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (75ms)
|
||||
ProcessInitializeOnLoadAttributes (226ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (5ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (7ms)
|
||||
Platform modules already initialized, skipping
|
||||
========================================================================
|
||||
Worker process is ready to serve import requests
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Launched and connected shader compiler UnityShaderCompiler.exe after 0.03 seconds
|
||||
Refreshing native plugins compatible for Editor in 1.85 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4453 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 276.5 MB.
|
||||
System memory in use after: 264.3 MB.
|
||||
|
||||
Unloading 104 unused Assets to reduce memory usage. Loaded Objects now: 4974.
|
||||
Total: 7.292000 ms (FindLiveObjects: 0.444800 ms CreateObjectMapping: 0.135700 ms MarkObjects: 2.709100 ms DeleteObjects: 4.001200 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
path: Assets/Scenes/main_.unity
|
||||
artifactKey: Guid(2905cb1f57b5d7641adcaa938670a0cd) Importer(815301076,1909f56bfc062723c751e8b465ee728b)
|
||||
Start importing Assets/Scenes/main_.unity using Guid(2905cb1f57b5d7641adcaa938670a0cd) Importer(815301076,1909f56bfc062723c751e8b465ee728b) -> (artifact id: '676613cac4ebd7c742ed21289e3b34aa') in 0.017159 seconds
|
||||
========================================================================
|
||||
Received Prepare
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006753 seconds.
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Begin MonoManager ReloadAssembly
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\YamlDotNet\Unity.VisualScripting.YamlDotNet.dll
|
||||
Symbol file LoadedFromMemory doesn't match image E:\Unity Projects\GitLab\2023\H_SafeExperienceDrivingSystem\U3D_DrivingSystem\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Dependencies\DotNetZip\Unity.VisualScripting.IonicZip.dll
|
||||
OnLevelWasLoaded was found on DOTweenComponent
|
||||
This message has been deprecated and will be removed in a later version of Unity.
|
||||
Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 1.64 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.180 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1181ms)
|
||||
BeginReloadAssembly (133ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (39ms)
|
||||
EndReloadAssembly (991ms)
|
||||
LoadAssemblies (97ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (361ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (114ms)
|
||||
SetupLoadedEditorAssemblies (324ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (77ms)
|
||||
ProcessInitializeOnLoadAttributes (231ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (2ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (8ms)
|
||||
Platform modules already initialized, skipping
|
||||
Shader 'Custom/EVP Particles Alpha Blended Shadows': fallback shader 'Particles/Alpha Blended' not found
|
||||
Refreshing native plugins compatible for Editor in 1.61 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4062 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 237.6 MB.
|
||||
System memory in use after: 225.5 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4976.
|
||||
Total: 7.357100 ms (FindLiveObjects: 0.478800 ms CreateObjectMapping: 0.133000 ms MarkObjects: 2.626300 ms DeleteObjects: 4.117800 ms)
|
||||
|
||||
AssetImportParameters requested are different than current active one (requested -> active):
|
||||
custom:framework-win-MediaFoundation: 216162199b28c13a410421893ffa2e32 ->
|
||||
custom:video-decoder-ogg-theora: a1e56fd34408186e4bbccfd4996cb3dc ->
|
||||
custom:container-muxer-webm: aa71ff27fc2769a1b78a27578f13a17b ->
|
||||
custom:container-demuxer-webm: 4f35f7cbe854078d1ac9338744f61a02 ->
|
||||
custom:container-demuxer-ogg: 62fdf1f143b41e24485cea50d1cbac27 ->
|
||||
custom:video-encoder-webm-vp8: eb34c28f22e8b96e1ab97ce403110664 ->
|
||||
custom:video-decoder-webm-vp8: 9c59270c3fd7afecdb556c50c9e8de78 ->
|
||||
custom:audio-decoder-ogg-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
||||
custom:audio-encoder-webm-vorbis: bf7c407c2cedff20999df2af8eb42d56 ->
|
|
@ -1,3 +0,0 @@
|
|||
Base path: 'D:/2021.1.24f1/Editor/Data', plugins path 'D:/2021.1.24f1/Editor/Data/PlaybackEngines'
|
||||
Cmd: initializeCompiler
|
||||
|
Loading…
Reference in New Issue