Open zeroy99 opened 1 year ago
It's a problem on my end, working on a fix rn
Try using this version and tell me if it works
Im afraid this just broke everything in the project for the vehicle, the EngineSim Chaos sub class all broke and was not able to fix it. just reverted for now to the old plugin
my apologies! the vehicle component got moved to another module, and there is a class redirect in the config files that should have handled that
Ah ok, are you saying however that this should have worked or that it could not work? I can test this on a fresh project but the question then is, how to add the newer Plugin to existing project correctly?
Edit: Started with fresh project Vehicle template and now I can build the project however while gears and audio work in Editor they do not in the build.
I managed to update my original project to the new Plugin version you linked but again I get no audio or movement in the built project, this is in the log a lot (spam like) when playing the game, not sure if relevant:
[2023.04.16-23.30.44:382][404]LogTemp: Warning: UEngineSimulatorAudioComponent::OnGenerateAudio: Buffer Underrun, not enough samples. Is EngineSimulator ticking fast enough?
[2023.04.16-23.30.44:402][405]LogTemp: Warning: UEngineSimulatorAudioComponent::OnGenerateAudio: Buffer Underrun, not enough samples. Is EngineSimulator ticking fast enough?
Let me do some testing and get back to you on this 👍
Hi, I have the plugin working fine with Chaos Vehicle template but if attempting packaging I get the following error very early on in the process:
Are there extra steps to be able to compile/build this correctly?