Fix
This commit is contained in:
@@ -301,9 +301,7 @@ bool AndroidPlatformTools::OnPostProcess(CookingData& data)
|
||||
|
||||
const auto buildSettings = BuildSettings::Get();
|
||||
if (buildSettings->SkipPackaging)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
GameCooker::PackageFiles();
|
||||
|
||||
// Validate environment variables
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "JsonAsset.h"
|
||||
#if USE_EDITOR
|
||||
#include "Engine/Platform/File.h"
|
||||
#include "Engine/Platform/FileSystem.h"
|
||||
#include "Engine/Core/Types/DataContainer.h"
|
||||
#include "Engine/Level/Level.h"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user