Packaging for Mac OS X generates a messy app with a broken link to .uproject. app generated name differs from project name, there is a messy and confusing data structure in folders backwards, also when setted PAK export.
When I tried to run app comes a error that “…/…/…/SOME_NAME_FOLDER_NOT_PROJECT_NAME/SOME_NAME_FILE_NOT_PROJECT_NAME.uproject” wasn’t there.
Actually I had exported First Person Shooter example project. That I believe that is a blueprint project, so Editor packaged game like a UE4Game-NoEditor.app, or something like that, and did error that a reported above.
My really question is: how to do, with some others like blueprint projects, to export my app to distribute to players / stores etc.? Something that don’t need to “Open -a Game.app --args …”.
While we agree this is not desired result for Packaging Mac apps, for now a blueprint project will require user to pass command arguments that we posted in thread linked. goal is to have packaged app be self contained, similar to how it was in UE3, which will allow end user to just launch as is without having to add arguments.