ChenDong
ChenDong
确有这个问题,不会有历史上下文的关联,建议排查下
I also ran into this issue.
[M_Vfx_ParticleSubUV.zip](https://github.com/user-attachments/files/19117677/M_Vfx_ParticleSubUV.zip) Look this 20: classPackage: /Script/Engine className: Texture2D outerIndex: -17 objectName: packageName: None bImportOptional: 0 objectName should be "T_Vfx_stamp_test_88"
我发现了一种方法 ``` const ps = new PowerShell({ debug: false, outputEncoding:'binary', executableOptions: { '-ExecutionPolicy': 'Bypass', '-NoProfile': true, }, }); // 执行 PowerShell 命令并获取输出 const printCommand = PowerShell.command`Get-WmiObject Win32_Process -Filter "name =...