In 5.7.4, the engine could crash in a level sequence due to an animation missing (animation in dev folder for example), i fixed it like this on my side, not sure if that’s something you would like to keep, since animation should be there anyway to begin with
Thanks for raising this. We typically have guards or warnings in place to prevent saving assets that reference the developer folder external to it, but not in the case of sequencer. You’re right, this could prevent a crash as well. I’ll bring this to the dev team and post an issue if this is something that they want to address differently.
We’re trying to get a definitive repro of this. You mentioned the developer folder example, but in that case, the cook would fail. What is the repro that you have specifically that could cause the issue?
It could be related to the fact i’m creating chunk files beforehand the cooking process, basically creating all content chunks, normally, but also having 2 special chunks, one editor which is preventing anything not catch by the chunk generation process to get inside the chunk0 (3), and one that is used especially to prevent the cooking process to ever try to cook them (4)
If that’s something that you could confirm on your side that would be helpful, we’ve implemented your suggestion, but it could help a lot to find other potential issues.
yeah i will try to modify the cook rule and tell you if the cooking process is indeed failing (probably, that was maybe the reason for this chunk in the first place)
you still need me to test some stuff to make the cook fail ? i can test without that settings as well, but in the end even if by default the cook is failing on developers assets, i see easily studio taking the road of making them non-failure, because of the workflow inside the studio and also to not prevent a version from an automated ci to get release because one person forgot an asset