We've are making a PS5 port and our game features a lot of Playmaker FSMs which have worked well so far, but suddenly the build crashes immediately on startup with this error:
The file '/app0/Media/level0' is corrupted! Remove it and launch unity again!
Through a process of elimination and stripping the build right down to an empty scene containing a single FSM it is my conclusion that the FSM is causing the problem, because when I remove the FSM and build the empty scene runs ok.
I have asked Unity support but since it is an asset problem they won't suggest anything other than to delete the Library folder (which I did and it did not help).
Can you think of anything that might help with this? I am using Playmaker 1.9.5.
Thanks!