Loading my level doesnt working after packaging

In my case, I had my map added to this packaging list, but I had renamed the map since then. The packaging configuration did not detect the change, so it was looking for myMap instead of MyMap. Instead of failing loudly, it was just saying ‘build succeeded’ and then the level wouldn’t load. Watch out for those string-literal driven configurations!

1 Like