I’m hoping someone can help me figure out why I can’t get FMOD to integrate and successfully build for Unreal. I’m using FMOD 2.0 and UE 4.22
I’ve recently started working on porting my game to Xbox (with absolutely zero knowledge of anything code related), and managed to build UE from source, make a base template project, and package/launch it on the Dev Kit, but I’ve been unable to do so with FMOD. I’ve been scouring the internet for the last few days, but cannot seem to find anything recent that might suggest the current steps are out of date.
So far I’ve tried -
- Just adding the plugin to the engine folder
- Adding the code lines found in https://www.fmod.com/resources/documentation-ue4?version=2.0&page=user-guide.html#deployment-on-xbox-one
- Creating a Binaries/XboxOne folder, downloading the API and copying the dlls over. - Same issue as #1.
Like I said, I know next to nothing when it comes to programming so this might be (and likely is) something dumb that I just don’t understand, but I’ve run out of ideas. I did find this thread
-
UE4.22 XDK Version Mismatch
Which might be the cause of my issues and I just have to wait until everything gets updated.
Edit - I also just found How do I get access to console versions? which is a step I didn’t know was necessary (I found another topic with a link like this, but that one was invalid)