Our goal is to move our Project from 4.26 to UE5.
We have AdvancedSteamSessions and Advanced Sessions Plugin. Which we tried the ue5 plugin here
We have tried rebuilding from source with Visual Studio both the UE5 itself and our project.
Steps to recreate issue
- List item right clicked the ue4 prject file and switch unreal version (ue5)
When it converts to the ue5 project it would crash on startup. but we fixed the crash on startup by deleting the config files. now when our converted ue5 project opens it opens to a blank level.
The issue
However, when we try to load certain BPs, montages, levels, or certain assets. Ue5 crashes and gives us this issue - its a pretty lengthy error list. 365 in total.
Another option i tried to do was creating a blank ue5 project. Then opening our game project in 4.26 and migrating everything over to the ue5 project.
now we get errors doing it this way too. we get a total of 365 errors… coincidence?
conclusion
The issue I suspect is that it’s failing to load 365 of our assets. Both when we try to switch to the ue5 version and by trying to migrate our files over method.
I know this because its the same amount of errors on both sides. So how could it be failing to load these assets? when it opens just fine in ue4?
I know there has to be something we are missing here. Any help would be much appreciated !