This commit is contained in:
parent
0a9c36e8e1
commit
5c0fa4e9d0
|
|
@ -60,7 +60,7 @@ namespace Script
|
||||||
vehicleController = GetComponent<VehicleController>();
|
vehicleController = GetComponent<VehicleController>();
|
||||||
vehicleStandardInput = GetComponent<VehicleStandardInput>();
|
vehicleStandardInput = GetComponent<VehicleStandardInput>();
|
||||||
|
|
||||||
StartModbus();
|
// StartModbus();
|
||||||
ModBusQueue();
|
ModBusQueue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -92,17 +92,17 @@ namespace Script
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
// Debug.Log(client.modbusQueue.Count);
|
// Debug.Log(client.modbusQueue.Count);
|
||||||
if (client.modbusQueue.Count > 0)
|
// if (client.modbusQueue.Count > 0)
|
||||||
{
|
// {
|
||||||
// Debug.Log(client.modbusQueue.Count);
|
// // Debug.Log(client.modbusQueue.Count);
|
||||||
|
//
|
||||||
carData = client.modbusQueue.Dequeue();
|
// carData = client.modbusQueue.Dequeue();
|
||||||
|
|
||||||
// if (ModbusTcpClient.modbusTcpClient.modbusQueue.Count > 0)
|
if (ModbusTcpClient.modbusTcpClient.modbusQueue.Count > 0)
|
||||||
// {
|
{
|
||||||
// // Debug.Log(ModbusTcpClient.modbusTcpClient.modbusQueue.Count);
|
// Debug.Log(ModbusTcpClient.modbusTcpClient.modbusQueue.Count);
|
||||||
//
|
|
||||||
// carData = ModbusTcpClient.modbusTcpClient.modbusQueue.Dequeue();
|
carData = ModbusTcpClient.modbusTcpClient.modbusQueue.Dequeue();
|
||||||
|
|
||||||
|
|
||||||
//方向盘
|
//方向盘
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,528 @@
|
||||||
|
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
|
||||||
|
AssetImportWorker2
|
||||||
|
-projectPath
|
||||||
|
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||||
|
-logFile
|
||||||
|
Logs/AssetImportWorker2.log
|
||||||
|
-srvPort
|
||||||
|
54874
|
||||||
|
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.28 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:56732
|
||||||
|
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.001453 seconds.
|
||||||
|
Native extension for WindowsStandalone target not found
|
||||||
|
Refreshing native plugins compatible for Editor in 204.16 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.241 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1241ms)
|
||||||
|
BeginReloadAssembly (61ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (0ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (1ms)
|
||||||
|
EndReloadAssembly (608ms)
|
||||||
|
LoadAssemblies (60ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (161ms)
|
||||||
|
ReleaseScriptCaches (0ms)
|
||||||
|
RebuildScriptCaches (36ms)
|
||||||
|
SetupLoadedEditorAssemblies (361ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (7ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (204ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (3ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (112ms)
|
||||||
|
ProcessInitializeOnLoadMethodAttributes (34ms)
|
||||||
|
AfterProcessingInitializeOnLoad (0ms)
|
||||||
|
EditorAssembliesLoaded (0ms)
|
||||||
|
ExecutionOrderSort2 (0ms)
|
||||||
|
AwakeInstancesAfterBackupRestoration (0ms)
|
||||||
|
Platform modules already initialized, skipping
|
||||||
|
Registering precompiled user dll's ...
|
||||||
|
Registered in 0.006273 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.60 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.223 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1224ms)
|
||||||
|
BeginReloadAssembly (149ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (5ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (18ms)
|
||||||
|
EndReloadAssembly (1022ms)
|
||||||
|
LoadAssemblies (103ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (370ms)
|
||||||
|
ReleaseScriptCaches (1ms)
|
||||||
|
RebuildScriptCaches (116ms)
|
||||||
|
SetupLoadedEditorAssemblies (340ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (76ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (247ms)
|
||||||
|
ProcessInitializeOnLoadMethodAttributes (7ms)
|
||||||
|
AfterProcessingInitializeOnLoad (2ms)
|
||||||
|
EditorAssembliesLoaded (0ms)
|
||||||
|
ExecutionOrderSort2 (0ms)
|
||||||
|
AwakeInstancesAfterBackupRestoration (8ms)
|
||||||
|
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.09 seconds
|
||||||
|
Refreshing native plugins compatible for Editor in 1.92 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.2 MB.
|
||||||
|
System memory in use after: 264.1 MB.
|
||||||
|
|
||||||
|
Unloading 104 unused Assets to reduce memory usage. Loaded Objects now: 4971.
|
||||||
|
Total: 7.824600 ms (FindLiveObjects: 0.414600 ms CreateObjectMapping: 0.151000 ms MarkObjects: 2.860100 ms DeleteObjects: 4.397300 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.006766 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.59 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.173 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1173ms)
|
||||||
|
BeginReloadAssembly (118ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (6ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (41ms)
|
||||||
|
EndReloadAssembly (1001ms)
|
||||||
|
LoadAssemblies (96ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (373ms)
|
||||||
|
ReleaseScriptCaches (3ms)
|
||||||
|
RebuildScriptCaches (114ms)
|
||||||
|
SetupLoadedEditorAssemblies (319ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (76ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (226ms)
|
||||||
|
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||||
|
AfterProcessingInitializeOnLoad (3ms)
|
||||||
|
EditorAssembliesLoaded (0ms)
|
||||||
|
ExecutionOrderSort2 (0ms)
|
||||||
|
AwakeInstancesAfterBackupRestoration (9ms)
|
||||||
|
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.4 MB.
|
||||||
|
System memory in use after: 225.3 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4973.
|
||||||
|
Total: 7.210600 ms (FindLiveObjects: 0.464800 ms CreateObjectMapping: 0.142500 ms MarkObjects: 2.612600 ms DeleteObjects: 3.989400 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.007231 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.178 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1179ms)
|
||||||
|
BeginReloadAssembly (110ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (5ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (34ms)
|
||||||
|
EndReloadAssembly (1014ms)
|
||||||
|
LoadAssemblies (98ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (356ms)
|
||||||
|
ReleaseScriptCaches (3ms)
|
||||||
|
RebuildScriptCaches (119ms)
|
||||||
|
SetupLoadedEditorAssemblies (343ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (83ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (243ms)
|
||||||
|
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||||
|
AfterProcessingInitializeOnLoad (3ms)
|
||||||
|
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.59 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.4 MB.
|
||||||
|
System memory in use after: 225.3 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4975.
|
||||||
|
Total: 7.877700 ms (FindLiveObjects: 0.735500 ms CreateObjectMapping: 0.141400 ms MarkObjects: 2.699500 ms DeleteObjects: 4.299800 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.007257 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.79 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.178 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1178ms)
|
||||||
|
BeginReloadAssembly (120ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (5ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (40ms)
|
||||||
|
EndReloadAssembly (1004ms)
|
||||||
|
LoadAssemblies (119ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (340ms)
|
||||||
|
ReleaseScriptCaches (2ms)
|
||||||
|
RebuildScriptCaches (117ms)
|
||||||
|
SetupLoadedEditorAssemblies (330ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (6ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (79ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (233ms)
|
||||||
|
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.67 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.5 MB.
|
||||||
|
System memory in use after: 225.4 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4977.
|
||||||
|
Total: 7.948800 ms (FindLiveObjects: 0.474300 ms CreateObjectMapping: 0.140400 ms MarkObjects: 2.747700 ms DeleteObjects: 4.585200 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.006735 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.143 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1143ms)
|
||||||
|
BeginReloadAssembly (108ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (5ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (32ms)
|
||||||
|
EndReloadAssembly (980ms)
|
||||||
|
LoadAssemblies (89ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (343ms)
|
||||||
|
ReleaseScriptCaches (3ms)
|
||||||
|
RebuildScriptCaches (115ms)
|
||||||
|
SetupLoadedEditorAssemblies (339ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (76ms)
|
||||||
|
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.58 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.4 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4979.
|
||||||
|
Total: 7.952000 ms (FindLiveObjects: 0.471400 ms CreateObjectMapping: 0.136500 ms MarkObjects: 3.011300 ms DeleteObjects: 4.330800 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.006465 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.60 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.120 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1121ms)
|
||||||
|
BeginReloadAssembly (107ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (4ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (31ms)
|
||||||
|
EndReloadAssembly (957ms)
|
||||||
|
LoadAssemblies (79ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (346ms)
|
||||||
|
ReleaseScriptCaches (2ms)
|
||||||
|
RebuildScriptCaches (112ms)
|
||||||
|
SetupLoadedEditorAssemblies (316ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (75ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (226ms)
|
||||||
|
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.84 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.4 MB.
|
||||||
|
System memory in use after: 225.3 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4981.
|
||||||
|
Total: 7.758300 ms (FindLiveObjects: 0.650800 ms CreateObjectMapping: 0.145100 ms MarkObjects: 2.631300 ms DeleteObjects: 4.329700 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.006424 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.14 ms, found 8 plugins.
|
||||||
|
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||||
|
Mono: successfully reloaded assembly
|
||||||
|
- Completed reload, in 1.153 seconds
|
||||||
|
Domain Reload Profiling:
|
||||||
|
ReloadAssembly (1153ms)
|
||||||
|
BeginReloadAssembly (116ms)
|
||||||
|
ExecutionOrderSort (0ms)
|
||||||
|
DisableScriptedObjects (8ms)
|
||||||
|
BackupInstance (0ms)
|
||||||
|
ReleaseScriptingObjects (0ms)
|
||||||
|
CreateAndSetChildDomain (32ms)
|
||||||
|
EndReloadAssembly (982ms)
|
||||||
|
LoadAssemblies (94ms)
|
||||||
|
RebuildTransferFunctionScriptingTraits (0ms)
|
||||||
|
SetupTypeCache (352ms)
|
||||||
|
ReleaseScriptCaches (2ms)
|
||||||
|
RebuildScriptCaches (114ms)
|
||||||
|
SetupLoadedEditorAssemblies (328ms)
|
||||||
|
LogAssemblyErrors (0ms)
|
||||||
|
InitializePlatformSupportModulesInManaged (5ms)
|
||||||
|
SetLoadedEditorAssemblies (0ms)
|
||||||
|
RefreshPlugins (2ms)
|
||||||
|
BeforeProcessingInitializeOnLoad (80ms)
|
||||||
|
ProcessInitializeOnLoadAttributes (231ms)
|
||||||
|
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.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.6 MB.
|
||||||
|
System memory in use after: 225.5 MB.
|
||||||
|
|
||||||
|
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 4983.
|
||||||
|
Total: 8.064700 ms (FindLiveObjects: 0.456500 ms CreateObjectMapping: 0.142200 ms MarkObjects: 2.597500 ms DeleteObjects: 4.866700 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 ->
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
Base path: 'D:/2021.1.24f1/Editor/Data', plugins path 'D:/2021.1.24f1/Editor/Data/PlaybackEngines'
|
||||||
|
Cmd: initializeCompiler
|
||||||
|
|
||||||
Loading…
Reference in New Issue