]> source.dussan.org Git - gitignore.git/commit
Allow PakBlacklist-*.txt files inside Build dir 2316/head
authorgagallo7 <gagallo7@gmail.com>
Thu, 9 Mar 2017 13:56:06 +0000 (10:56 -0300)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2017 13:56:06 +0000 (10:56 -0300)
commit01e2e5617d317c267deae5e765235fd74f24d6be
treed2a9e17eec701fc5bd3821e533fc360a73bc6da2
parent1489551937b44864d07b87891ab95af439634e02
Allow PakBlacklist-*.txt files inside Build dir

The PakBlacklist-<BuildConfiguration>.txt is used to disallow some files to be packaged in the pak file.
This can be very helpful to reduce pak file size for mobile platforms.

To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps:
1. Create the PakBlacklist-Shipping.txt file in Build/Android directory.
2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset
3. Package the game

Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist
UnrealEngine.gitignore