We have a project that we’ve been working on for the past year. After attempting to update from 5.5 to 5.6, I am no longer able to package the project.
I’m getting errors on animation sequence assets saying the following as an example:
PackagingResults: Error: Assertion failed: !IsRunningCookCommandlet() [File:D:\build\++UE5\Sync\Engine\Source\Runtime\Engine\Private\Animation\AnimSequence.cpp] [Line: 4976]
PackagingResults: Error: Hash for /Game/Characters/Mannequins/Animations/Manny/MM_Idle.MM_Idle has changed from b9be8b033defb62af0ebeba6f088021a6a737569 to 92183f14b8172a0684900799c04e3fc681cea98a
As you can see, it’s giving me an error for a default project asset, in this case the Manny idle animation. This is not the only problematic asset at the moment, it’s failing for others as well.
I have tried to reimport the asset with an FBX file, but it still fails. I have tried deleting the animation and replacing it with another animation, but the replacement asset then starts to fail as well.
Does anybody know what is causing this issue and how can I fix it?