Hello! I’m making a simple escape room type game for practice, which has various blueprints that use FBX files as their static mesh. I have two levels, one is the main menu and the other the actual game, but the unreal project set up to where when starting up the project it opens on the main level.
However, I noticed that if I have the main menu open in the editor and switch back to the main level, I get a bunch of these errors.
However, this only happens when I load into the main level from the editor. I don’t get this warning when I load my project, or if I play-test my game from the main menu and then load into my main level and then exit.
Some things to note are that I started this project in Unreal 5.5 and it automatically transferred to 5.6 when the update released. Another thing I noticed was that whenever I tried to load in an FBX file by dragging it into the content browser while working on this project, it didn’t work but it did work when I imported it from File → Import into level.
I don’t know if any of these factors or something else completely different is what’s causing this. I’m still new to Unreal Engine, so I’m a bit nervous to delete anything from the file explorer. In fact, I’m still not quite used what certain files such as .cpp are or how to navigate and recognize what certain folders are outside of the content browser and assets. I’m really hoping I don’t have to completely start this project over from scratch, so if someone could help me solve this, that would be great!