Packaged Builds keep loosing Events

I have been having some really annoying issues lately and I don’t know how to solve it. For some reason when I package my game certain events get dropped. They work fine in editor but when I play the packaged build they don´t play and if log them they return as not valid.

I’ve tried validating the FMOD content and dubbelchecking the settings in the project settings but I can’t track down the source of the issue.

I tried duplicating one of these events in FMOD and selecting that instead in UE and that worked but I can’t keep doing such a work around since this problem keeps popping up.

I thought that maybe it was having Studio set to live preview that created some issues with the builds so I stopped using that but it seems it didn’t help.

image

I would really appreciate help on this :smiling_face_with_tear:

Hi,

Can I grab some more info from you? Specifically:

  • The versions of FMOD Studio, Unreal, and the FMOD for Unreal plugin that you’re using
  • Whether or not you’re using any source control for your UE project that interacts with the built banks
  • A screenshot of your banks in the packaged build’s directories, which by default should be ./{game_name}/Content/FMOD/{platform_name}/
  • Set FMOD for Unreal’s logging level to LEVEL_LOG, and share a log from the packaged build where the issue occurs, as well as any relevant FMOD logs from editor

Hi!

Thanks for responding. I am running Unreal Engine 5.5 and FMOD studio 2.03.06. I am using Git as version control.

I set the Log level and i tried looking for the event in the output when packaging and I found this line:

[2025.11.19-08.39.33:142][ 59]UATHelper: Packaging (Windows): LogStreaming: Display: ImportPackages: SkipPackage: /Game/Developers/Bobby/Collections/BLUEPRINTS/PLAYER_CHARACTER/BP_PLAYER_CHARACTER_CONTROLLER (0xB717CC85D205C728) /Game/Developers/Bobby/Collections/BLUEPRINTS/PLAYER_CHARACTER/BP_PLAYER_CHARACTER_CONTROLLER (0xB717CC85D205C728) - Skipping non mounted imported package /Game/FMOD/Events/MUSIC/MUSIC_INTRO_THEME (0xA740E9F980D4EB74)

Could you take a look? :slight_smile:

Apologies for the delayed response!

Is the size of these banks from the build different from the bank files found in your UE project’s content folder?

Could I also get a log from the actual build at runtime?

Regarding source control, can I get you to confirm that you’ve excluded the necessary files, as noted in the Source Control section of our Unreal docs? Additionally, is your FMOD Studio project being managed as part of your Git repo? If so, have you followed the steps noted in our docs on what to exclude? Specifically that:

It is possible to add a project to a repository by using an external tool such as P4V, Helix, Helix Core, or tortoiseSVN. If you do this, it is important to exclude the following files from the repository:

  • The FMOD Studio project’s folders “.user”, “.cache”, and “.unsaved” subdirectories, if present. These folders are only created as needed, and so are not present in all FMOD Studio projects. They may also be hidden from view, depending on the operating system’s settings.
  • The FMOD Studio project’s built bank files if it is decided not to include them. The banks can be built locally after acquiring a local project.
  • The FMOD Studio project’s assets if it is decided not to include them. The assets must be present in a location known to the FMOD Studio project in order to be used, such as a separate folder.