This commit is contained in:
parent
098f9634b3
commit
3abe897ba2
|
@ -169,7 +169,7 @@ namespace ModbusManager
|
|||
carStatusData.IgnitionSwitch = dataValue;
|
||||
break;
|
||||
case 1://左打方向盘为负数,右打方向盘为正数,打方向盘打死一圈半,数值1500。
|
||||
Debug.Log($"方向盘数据: {(short)dataValue}");
|
||||
// Debug.Log($"方向盘数据: {(short)dataValue}");
|
||||
carStatusData.SteeringWheelAngle = (short)dataValue;
|
||||
break;
|
||||
case 2://01为喇叭按下
|
||||
|
|
|
@ -39,9 +39,10 @@ public class SteeringWheelController : MonoBehaviour
|
|||
|
||||
private async void Start()
|
||||
{
|
||||
StartModbus();
|
||||
StartModbus();
|
||||
ModBusQueue();
|
||||
}
|
||||
|
||||
async Task StartModbus()
|
||||
{
|
||||
client = new ModbusTcpClient();
|
||||
|
@ -101,11 +102,26 @@ public class SteeringWheelController : MonoBehaviour
|
|||
SelectButton();
|
||||
}
|
||||
}
|
||||
else if(carData.AcceleratorPedalPosition<30)
|
||||
else if (carData.BrakePedalPosition > 30)
|
||||
{
|
||||
if (ClutchPedalPositionBool)
|
||||
{
|
||||
ClutchPedalPositionBool = false;
|
||||
MenuManager.instance.PreviousStep();
|
||||
}
|
||||
}
|
||||
else if (carData.AcceleratorPedalPosition < 30)
|
||||
{
|
||||
ClutchPedalPositionBool = true;
|
||||
}
|
||||
|
||||
|
||||
// else if(carData.BrakePedalPosition<30)
|
||||
// {
|
||||
// ClutchPedalPositionBool = true;
|
||||
// }
|
||||
|
||||
|
||||
if (NewValue != carData.ButtonData)
|
||||
{
|
||||
NewValue = carData.ButtonData;
|
||||
|
|
|
@ -15,11 +15,11 @@ E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
|||
-logFile
|
||||
Logs/AssetImportWorker0.log
|
||||
-srvPort
|
||||
58036
|
||||
54624
|
||||
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 233.46 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 251.71 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,42 +36,42 @@ 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:56848
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56812
|
||||
Begin MonoManager ReloadAssembly
|
||||
Registering precompiled unity dll's ...
|
||||
Register platform support module: D:/2021.1.24f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll
|
||||
Registered in 0.001783 seconds.
|
||||
Registered in 0.000943 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 230.82 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 201.77 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.973 seconds
|
||||
- Completed reload, in 1.934 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1974ms)
|
||||
BeginReloadAssembly (99ms)
|
||||
ReloadAssembly (1935ms)
|
||||
BeginReloadAssembly (58ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (709ms)
|
||||
LoadAssemblies (97ms)
|
||||
EndReloadAssembly (622ms)
|
||||
LoadAssemblies (57ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (187ms)
|
||||
SetupTypeCache (166ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (41ms)
|
||||
SetupLoadedEditorAssemblies (425ms)
|
||||
RebuildScriptCaches (37ms)
|
||||
SetupLoadedEditorAssemblies (369ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (8ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (231ms)
|
||||
RefreshPlugins (202ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (126ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (57ms)
|
||||
ProcessInitializeOnLoadAttributes (114ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (44ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.316025 seconds.
|
||||
Registered in 0.006615 seconds.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -15,11 +15,11 @@ E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
|||
-logFile
|
||||
Logs/AssetImportWorker1.log
|
||||
-srvPort
|
||||
58036
|
||||
54624
|
||||
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 269.94 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 229.77 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,42 +36,42 @@ 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:56528
|
||||
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56060
|
||||
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.001251 seconds.
|
||||
Registered in 0.000956 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 215.03 ms, found 8 plugins.
|
||||
Refreshing native plugins compatible for Editor in 205.35 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.427 seconds
|
||||
- Completed reload, in 1.250 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1427ms)
|
||||
BeginReloadAssembly (69ms)
|
||||
ReloadAssembly (1250ms)
|
||||
BeginReloadAssembly (60ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (701ms)
|
||||
LoadAssemblies (68ms)
|
||||
EndReloadAssembly (608ms)
|
||||
LoadAssemblies (58ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (232ms)
|
||||
SetupTypeCache (164ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (36ms)
|
||||
SetupLoadedEditorAssemblies (378ms)
|
||||
RebuildScriptCaches (35ms)
|
||||
SetupLoadedEditorAssemblies (358ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (215ms)
|
||||
RefreshPlugins (205ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (119ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (34ms)
|
||||
ProcessInitializeOnLoadAttributes (111ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (32ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.007550 seconds.
|
||||
Registered in 0.006953 seconds.
|
||||
|
|
|
@ -1,77 +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
|
||||
AssetImportWorker1
|
||||
-projectPath
|
||||
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
-logFile
|
||||
Logs/AssetImportWorker1.log
|
||||
-srvPort
|
||||
54624
|
||||
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 229.77 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:56060
|
||||
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.000956 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 205.35 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.250 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1250ms)
|
||||
BeginReloadAssembly (60ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (608ms)
|
||||
LoadAssemblies (58ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (164ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (35ms)
|
||||
SetupLoadedEditorAssemblies (358ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (7ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (205ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (111ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (32ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006953 seconds.
|
File diff suppressed because it is too large
Load Diff
|
@ -1,77 +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
|
||||
AssetImportWorker2
|
||||
-projectPath
|
||||
E:/Unity Projects/GitLab/2023/H_SafeExperienceDrivingSystem/U3D_DrivingSystem
|
||||
-logFile
|
||||
Logs/AssetImportWorker2.log
|
||||
-srvPort
|
||||
54624
|
||||
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 227.42 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:56592
|
||||
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.001022 seconds.
|
||||
Native extension for WindowsStandalone target not found
|
||||
Refreshing native plugins compatible for Editor in 201.18 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.247 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1247ms)
|
||||
BeginReloadAssembly (61ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (0ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (1ms)
|
||||
EndReloadAssembly (618ms)
|
||||
LoadAssemblies (60ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (171ms)
|
||||
ReleaseScriptCaches (0ms)
|
||||
RebuildScriptCaches (39ms)
|
||||
SetupLoadedEditorAssemblies (351ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (8ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (201ms)
|
||||
BeforeProcessingInitializeOnLoad (2ms)
|
||||
ProcessInitializeOnLoadAttributes (108ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (32ms)
|
||||
AfterProcessingInitializeOnLoad (0ms)
|
||||
EditorAssembliesLoaded (0ms)
|
||||
ExecutionOrderSort2 (0ms)
|
||||
AwakeInstancesAfterBackupRestoration (0ms)
|
||||
Platform modules already initialized, skipping
|
||||
Registering precompiled user dll's ...
|
||||
Registered in 0.006728 seconds.
|
|
@ -1706,3 +1706,262 @@ 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: '31e3df89bc80c5ea12ac356cbe642381') in 2.926578 seconds
|
||||
========================================================================
|
||||
Received Import Request.
|
||||
Time since last request: 58.360613 seconds.
|
||||
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: '2177ddf07daca14848aa9006dd196ce5') in 0.002357 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.55 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: 158.3 MB.
|
||||
System memory in use after: 146.2 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 5020.
|
||||
Total: 9.128900 ms (FindLiveObjects: 0.446800 ms CreateObjectMapping: 0.159300 ms MarkObjects: 3.426300 ms DeleteObjects: 5.095500 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.006800 seconds.
|
||||
Script error: OnTriggerEnter
|
||||
This message parameter has to be of type: Collider
|
||||
The message will be ignored.
|
||||
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
|
||||
Script error: OnTriggerEnter
|
||||
This message parameter has to be of type: Collider
|
||||
The message will be ignored.
|
||||
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.227 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1228ms)
|
||||
BeginReloadAssembly (124ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (6ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (41ms)
|
||||
EndReloadAssembly (1041ms)
|
||||
LoadAssemblies (107ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (369ms)
|
||||
ReleaseScriptCaches (3ms)
|
||||
RebuildScriptCaches (121ms)
|
||||
SetupLoadedEditorAssemblies (347ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (5ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (79ms)
|
||||
ProcessInitializeOnLoadAttributes (250ms)
|
||||
ProcessInitializeOnLoadMethodAttributes (6ms)
|
||||
AfterProcessingInitializeOnLoad (4ms)
|
||||
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 2.49 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4064 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 238.2 MB.
|
||||
System memory in use after: 226.0 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 5022.
|
||||
Total: 8.608600 ms (FindLiveObjects: 0.456400 ms CreateObjectMapping: 0.142300 ms MarkObjects: 3.435800 ms DeleteObjects: 4.572600 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.007246 seconds.
|
||||
Script error: OnTriggerEnter
|
||||
This message parameter has to be of type: Collider
|
||||
The message will be ignored.
|
||||
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
|
||||
Script error: OnTriggerEnter
|
||||
This message parameter has to be of type: Collider
|
||||
The message will be ignored.
|
||||
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.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Mono: successfully reloaded assembly
|
||||
- Completed reload, in 1.237 seconds
|
||||
Domain Reload Profiling:
|
||||
ReloadAssembly (1237ms)
|
||||
BeginReloadAssembly (132ms)
|
||||
ExecutionOrderSort (0ms)
|
||||
DisableScriptedObjects (5ms)
|
||||
BackupInstance (0ms)
|
||||
ReleaseScriptingObjects (0ms)
|
||||
CreateAndSetChildDomain (37ms)
|
||||
EndReloadAssembly (1048ms)
|
||||
LoadAssemblies (102ms)
|
||||
RebuildTransferFunctionScriptingTraits (0ms)
|
||||
SetupTypeCache (368ms)
|
||||
ReleaseScriptCaches (2ms)
|
||||
RebuildScriptCaches (134ms)
|
||||
SetupLoadedEditorAssemblies (344ms)
|
||||
LogAssemblyErrors (0ms)
|
||||
InitializePlatformSupportModulesInManaged (6ms)
|
||||
SetLoadedEditorAssemblies (0ms)
|
||||
RefreshPlugins (2ms)
|
||||
BeforeProcessingInitializeOnLoad (79ms)
|
||||
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.79 ms, found 8 plugins.
|
||||
Preloading 0 native plugins for Editor in 0.00 ms.
|
||||
Unloading 4064 Unused Serialized files (Serialized files now loaded: 0)
|
||||
System memory in use before: 238.1 MB.
|
||||
System memory in use after: 226.0 MB.
|
||||
|
||||
Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 5024.
|
||||
Total: 8.440400 ms (FindLiveObjects: 0.510300 ms CreateObjectMapping: 0.159200 ms MarkObjects: 3.031100 ms DeleteObjects: 4.738400 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 9.27 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: 158.4 MB.
|
||||
System memory in use after: 146.2 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 5024.
|
||||
Total: 12.521500 ms (FindLiveObjects: 1.245100 ms CreateObjectMapping: 0.179300 ms MarkObjects: 4.322100 ms DeleteObjects: 6.772600 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.84 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: 158.3 MB.
|
||||
System memory in use after: 146.2 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 5024.
|
||||
Total: 8.826100 ms (FindLiveObjects: 0.466000 ms CreateObjectMapping: 0.144700 ms MarkObjects: 3.320600 ms DeleteObjects: 4.893600 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 9.68 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: 158.3 MB.
|
||||
System memory in use after: 146.2 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 5024.
|
||||
Total: 12.919500 ms (FindLiveObjects: 0.725500 ms CreateObjectMapping: 0.149600 ms MarkObjects: 6.056900 ms DeleteObjects: 5.985000 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 10.21 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: 158.3 MB.
|
||||
System memory in use after: 146.2 MB.
|
||||
|
||||
Unloading 97 unused Assets to reduce memory usage. Loaded Objects now: 5024.
|
||||
Total: 10.404600 ms (FindLiveObjects: 0.645800 ms CreateObjectMapping: 0.149400 ms MarkObjects: 3.167300 ms DeleteObjects: 6.440900 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 ->
|
||||
AssetImportWorkerClient::OnTransportError - code=2 error=End of file
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -18,10 +18,10 @@ EditorUserSettings:
|
|||
value: 22424703114646680e0b0227036c52151802563f22213229
|
||||
flags: 0
|
||||
RecentlyUsedScenePath-4:
|
||||
value: 22424703114646680e0b0227036c4c0417050c6439262f2434
|
||||
value: 22424703114646680e0b0227036c52111f19276439262f2434
|
||||
flags: 0
|
||||
RecentlyUsedScenePath-5:
|
||||
value: 22424703114646680e0b0227036c52111f19276439262f2434
|
||||
value: 22424703114646680e0b0227036c4c0417050c6439262f2434
|
||||
flags: 0
|
||||
vcSharedLogLevel:
|
||||
value: 0d5e400f0650
|
||||
|
|
Loading…
Reference in New Issue