-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Please fill out the following form in its entirety.
The more information you provide, the easier it will be for us to reproduce the issue.
Describe the bug
Current nightly build of LEX does not actually commit hex changes made in Wwise Editor. Stable build does.
To Reproduce
Broadly, try to make any hex change in wwise editor, save and commit the hex changes, save the package, and it doesn't actually save. If you close and reopen the files the changes are gone.
Here is a specific replication, using BioD_Cat004_800KaiLeng_LOC_INT as the exemplar file.
- Go to export 170 - cat004_core_kailengfight_a (WwiseBank)
- Open with WwiseEditor (via right click)
- Select the first Sound SFX/Sound Voice object (01BBC273).
- Go to the hex box in the lower right-hand side. Find the string
000010C1(this is float -9, it's the volume). Change this to000040C0(changing volume to -3). - Press "Save Hex Changes" (immediately above the hex box)
- Press "Commit" (at the top of the right-hand pane)
- The name of the export in the lower left hand pane is not yellow (i.e. hasn't been edited). You can save the file at this point, but once it's closed and has left memory, if you re-open it the changes will not be reflected.
Expected behavior
When you get to step 7, the name of the export in the lower left-hand pane should become yellow to indicate pending changes. Saving the package file will then correctly save the hex changes. This is what happens using stable.
Version information:
Working correctly on Stable 6.4 6/10/2024
Not working in Nightly 6.5 13/04/2025